@import url(http://fonts.googleapis.com/css?family=Magra);
body {
	background: #fff;
	color: #fff;
	font-family: Arial ,Magra Bold;
	line-height: 1.6;
}

body#bd {
	background-color: #444444;
    color: #fff;
    min-width: 1000px;
}

body.fs1 {font-size: 10px;}
body.fs2 {font-size: 11px;}
body.fs3 {font-size: 12px;}
body.fs4 {font-size: 13px;}
body.fs5 {font-size: 14px;}
body.fs6 {font-size: 15px;}

/* PLAYER DIVS
-------------------------------------------------------------*/
#player_holer {
	width: 305px;
	height: 315px;
}


/*END PLAYER DIVS---*/

/* Bubbles */
.bubble {
  position: absolute;
  background-color:#eee;
  top: -37px;
  right: 0;
  margin: 0;
  color: #333333;
  padding:6px;
  text-align:center;
  width:150px;
  border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  -webkit-box-shadow: 0px 0 3px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0 3px rgba(0,0,0,0.25);
  box-shadow: 0px 0 3px rgba(0,0,0,0.25); 
}
.bubble:after {
  position: absolute;
  display: block;
  content: "";  
  border-color: #eee transparent transparent transparent;
  border-style: solid;
  border-width: 10px;
  height:0;
  width:0;
  position:absolute;
  bottom:-19px;
  right:25%;
}

#player_container #player_toggling {
    position: absolute;
    left: -19px;
    top: 0;
}

p, pre, blockquote, h1, h2, h3, h4, h5, h6 {
	margin:  0 0 10px;
	padding: 0;
}

/* Nader's change for Product Name */
h1.product-name {
	margin: 0 0 10px 0 !important;
}

/* Check username Avaliblty Styles */

#register_user_name {
    background-color: #504f4f;
    color: #f5f2f3;
    cursor: pointer;
    display: block;
    font-weight: bold;
    height: 29px;
    letter-spacing: 1px;
    line-height: 29px;
    text-align: center;
    width: 100%;
	float: right;
}

#nickname_message {
	color: #D93761;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 15px;
    margin-top: 8px;
    width: 610px;
	visibility:hidden;
}
#billing-new-address-form #nickname_message {
	height: 35px;
    width: 290px;
}

#nickname .input-box {
	width: 300px !important;
}


/* END Check username Avaliblty Styles */


/* COMMON ELEMENTS
-------------------------------------------------------------*/
/*Normal link---*/
a {
	color: #DF2B5A;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #DF2B5A;
	text-decoration: underline;
}

a img {
	border: 0;
}

/* Heading */
h1 {font-size: 200%;}
h2 {font-size: 175%;}
h3 {font-size: 150%;}
h4 {font-size: 125%;}
h5 {font-size: 100%;}
h6 {font-size: 100%; text-transform: uppercase;}

/* Hr */

hr {
	border: none;
	border-bottom: 1px solid #E0E0E0;
	margin-right: 10px;
}

/*Title text---*/
h1, h2, h3, h4, h5, h6, .head, .page-head, .page-head-alt,.page-title, .page-title-alt {
	/*font-family: Arial, Helvetica, sans-serif;*/
	line-height: 1.3;
}

/*Small text---*/
.shop-access, #ja-footer, small,
.catalog-listing .add-to,
.category-products .add-to,
.ratings, .ratings-list td.label,
table.pager, table.view-by,
.widget-btn, .validation-advice, .required,
.toolbar .pager,.toolbar .sorter,
#track_hint {
	font-size: 92%;
	line-height: 1.5;
}

/*Form---*/
input.input-text, select, textarea {
	border: 1px solid #E0E0E0;
	font: 100%/normal "Segoe UI", Helvetica, Arial, sans-serif;
	padding: 4px;
	vertical-align: middle;
}

select {
	color: #353535;
	padding: 2px;
}

.input-text:hover, textarea:hover,
.input-text:focus, textarea:focus {
	border: 1px solid #bd0606;
}

.form-button-alt, .form-button,.button, .btn-cart {
	color: #333;
	cursor: pointer;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif !important;
	font-size: 92%;
	overflow: visible;
	text-align: center;
	vertical-align: middle;
	padding: 0 0 0 5px !important;
}

.button-level .form-button-alt,
.button-level .form-button,
.button-level .button,
.button-level .btn-cart{
	margin-top: 0;
}

.page-head.button-level .form-button-alt,
.page-head.button-level .form-button,
.page-head.button-level .button,
.page-head.button-level .btn-cart {
	margin-top: 5px;
	margin-right: 15px;
	float: right;
}

.form-button-alt span,
.form-button span,
.button span{
	white-space: nowrap;
	display: block;
	line-height: 26px;
	font-weight: bold;
}

.btn-cart span {
	color: #FFF;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 21px;
	white-space: nowrap;
}

/*.form-button-alt:hover span,
.form-button-alt:active span,
.form-button-alt:focus span,
.form-button:hover span,
.form-button:active span,
.form-button:focus span,
.button:hover span,
.button:active span,
.button:focus span,
.btn-cart:hover span,
.btn-cart:active span,
.btn-cart:focus span {
	color: #FFF;
}
*/
option, optgroup {
	font: 100%/normal "Segoe UI", Helvetica, Arial, sans-serif;
}

optgroup { font-weight: bold; }

textarea {
	overflow: auto;
	background: #FFFFFF;
}

input.radio { margin-right: 3px; }

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

/*Fieldset--*/
fielddset {}

fieldset legend {
	font-weight: bold;
	margin-bottom: 5px;
}

/*Tables--*/
td, th { padding: 8px 0px; line-height: 1.5;}
th { text-align: left; }

/*Others--*/
address {
	font-style: normal;
}

/* HEADER
--------------------------------------------------------- */
#ja-header {
	background-color: #1E1E1E;
    margin: 0 auto;
    width: 1000px;
	height: 60px;
}

#ja-header .main {
	line-height: normal;
	position: relative;
	z-index: 99;
}

#ja-header .main .quote {
	width: 240px;
	float: right;
	text-align: right;
	background: url(../images/quote-tl.gif) no-repeat left 10px;
	font-size: 92%;
}

#ja-header .main .quote img {
	padding: 4px;
	border: 1px solid #e0e0e0;
	margin: 10px 5px 5px;
}

.ja-top { 
	float: right;
    margin: 0 6px 0 0;
	width: auto;
	height: 40px;
	background-color: #373737;
}

.ja-top #tpMnSp {
	display: inline;
    margin: 0;
    padding: 0 5px;
    top: 0;
	float:left;
}

#ja-header .inner {
	padding: 0;
	margin: 0;
	height: 95px;
	display: none;
}

/*Logo---*/
h3#logo {
	margin: 0px 0 0 15px;
	padding: 0;
	float: left;
}

h3#logo a {
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 200%;
	height: 0;
	width: 320px;
	background: url(../images/logo.png) no-repeat left top;
	text-indent: -99999px;
}

h3#logo a span {
	position: absolute;
	top: -1000px;
}

/*Quick Access---*/
.quick-access {
	color: #353535;
	text-align: left;
	padding-bottom: 10px;
	position: relative;
	z-index: 999;
	height: 29px;
}

#login_mask{position: fixed;width: 100%; height: 100%; background: black; left: 0; z-index: 85; opacity: 0.7;}
#player_mask{position: fixed;width: 100%; height: 100%; background: black; left: 0; z-index: 85; opacity: 0.7; top:0;}
.quick-access .last img {


}

.quick-access li.first {
	margin-left: 14px;
	margin-right: 0px;
}

.quick-access li.last {
	background: none;
	padding-right: 0;
}

#ja-mainnav .quick-access .shop-access {
	display: block;
	overflow: hidden;
	/*height: 30px; */
	height: 25px;
}

.shop-access a { 
	color: #FFFFFF;
}
.shop-access a:hover{text-decoration:none;}
.shop-access .notloged .links a { 
	background: none repeat scroll 0 0 #353535;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    color: white;
    font-size: 15px;
    font-weight: normal;
    padding: 6px 18px;
}

.shop-access .notloged a:hover,
.shop-access .notloged a:active,
.shop-access .notloged a:focus,.shop-access .links a.active {
	background: #5B5B5B;
	color: #FFF;
	text-decoration: none;
}

.shop-access ul { display: inline; }

.shop-access li {
	background: none repeat scroll 0 0 transparent;
	display: inline;
	float: left;
	margin: 6px 0 0 8px;
}

.shop-access #img-cell {
	float: left;
	background: none repeat scroll 0 0 #353535;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.shop-access #arrow-cell {
	background: url("../images/user_arrow.png") no-repeat scroll center center transparent;
    height: 11px;
    position: absolute;
    left: 39px;
    top: 12px;
    width: 13px;
}

#img-cell .cus_image {
	width: 45px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}

.shop-access .cus_image img {
	float: none;
    max-height: 30px;
    padding: 0;
    width: 30px;
}

.shop-access .cus_name {
   background-color: #353535;
    float: left;
    font-size: 17px;
    font-weight: bold;
    max-height: 24px;
    max-width: 115px;
    overflow: hidden;
    padding: 3px 10px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.shop-access .cus_name a{cursor: default;}
.main-login{position:absolute; top:40px; padding:10px; background:gray;}

#subTopMenu {
	display:none;
	background-color: #353535;
    height: auto;
    left: 45px;
    position: absolute;
    top: 28px;
    width: 160px;
	margin:0;
	padding:2px;
	-webkit-border-radius: 3px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 3px;
	-moz-border-radius-topleft: 0;
	border-radius: 3px;
	border-top-left-radius: 0;
}

#subTopMenu .links li {
	display: block;
    float: left;
    margin: 0;
    padding: 4px 0 4px 6px;
    width: 97%;
}
#subTopMenu .links li:hover {
	background-color: #C20E32;
}
#subTopMenu .links li a{
	float: left;
    font-size: 12px;
    font-weight: normal;
    height: 18px;
    width: 99%;
}

.shop-access strong {
	font-weight: bold;
}

/*Languages Switcher---*/
.language-switcher {
	display: inline;
	padding: 0 5px 0 20px;
	margin: 6px 0 0 0;
	float:right;
}

.language-switcher label {
	padding-right: 5px;
}

.language-switcher #select-language {
	background-color: #4B4B4B;
    border: 1px solid #8C8C8C;
    color: #CBCBCB;
    font-size: 14px;
    font-weight: bold;
    padding: 0;
	background-position: 75% 60%;
    background-repeat: no-repeat;
}

.language-switcher .flag option {
	background-position: left center;
	background-repeat: no-repeat;
	margin-left: 2px;
	padding-left: 20px;
	font-size: 14px;
    font-weight: bold;
}

/*Currency Switcher---*/
.currency-switcher {
	float: left;
	padding: 0 5px 0 20px;
	margin: 10px 0 0 0;
}

.currency-switcher label {	padding-right: 5px; }

.currency-switcher #select-currency { padding: 0; }

.currency-switcher .flag option {
	background-position: left center;
	background-repeat: no-repeat;
	margin-left: 2px;
	padding-left: 20px;
}

/*Mini search---*/
#ja-search {
	z-index: 1000;
}

#search_mini_form { float:right; }

#ja-search legend { display: none; }

.mini-search .input-text {
	background: #4B4B4B;
	border: 2px solid #333;
	color: #A6A6A6;
	float: right;
	font-weight: normal;
	font-size: 17px;
	height: 28px;
	line-height: 17px;
	margin: 15px 0 0 0px;
	padding: 0 10px;
	vertical-align: middle;
	width: 193px;
}
.mini-search button.button{margin-top: 17px; margin-right: 10px;}
.mini-search{position:relative;}
.mini-search .form-button span{ display: none; }
.mini-search .form-button{width: 33px; height: 32px; background: none; border: none; top: 15px; right: 13px; position: absolute;}


.search-autocomplete { z-index: 999; }

.search-autocomplete ul {
	background: #f2f2f2;
	border: 1px solid #e0e0e0;
	border-left: 2px solid #e0e0e0;
	border-right: none;
	border-top: 0;
}

.search-autocomplete li {
	border-bottom: 1px solid #e0e0e0;
	cursor: pointer;
	padding: 2px 8px;
	list-style: none;
	color: #353535;
}

.search-autocomplete li .amount {
	float: right;
	font-weight: bold;
}

.search-autocomplete li.odd {}

.search-autocomplete li.selected { background: #f2f2f2; color: #000; }

/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnav {
	background-color: #1E1E1E;
    display: block;
    height: 0;
    margin: 0 auto;
    width: 1000px;
}

#ja-mainnav .main { 
	background-color: #373737;
    border: medium none;
    height: 60px;
    width: 985px;
	display: none;
}

#ja-mainnav li.nav-home { border-left: 0 !important; }

#ja-mainnav .inner { padding: 0; }

#ja-mainnav .header-nav-container-hilite.inner { }

/* CONTAINER
--------------------------------------------------------- */
.main {}

#ja-container {
	margin: 0 auto;
    position: relative;
    width: 1000px;
    z-index: 1;
	background: #1E1E1E;
}

#ja-container .main {
	background-color: #1E1E1E;
    margin-bottom: 0;
}

#ja-container .main .inner {
	padding: 5px 5px 0;
}

#ja-container .main .inner .inner-2colsl {
	padding: 0 0 15px 0;
}

#ja-container .main .inner .inner-3cols {
	padding: 15px 0;
}

#ja-container .main .inner .inner-2colsr {
	padding: 15px 0;
}

#ja-container .main .inner-content {
	padding: 0;
	margin: 0;
}

#ja-container.ja-lo-2colsr .main  .inner-content {
}

#ja-container.ja-lo-1col .main  .inner-content {
	background: #444;
}

/*main content---*/
#ja-content {position: relative;}
#ja-current-content {
	margin: 0 0 15px auto;
}

#ja-container #ja-current-content .inner {
	padding: 0 30px 0 15px;
	background: none;
}

#ja-current-content .category-head3,
#ja-current-content .category-head  {
	color: #000;
	line-height: normal;
	display: block;
	overflow: hidden;
	border-bottom: 1px dotted #757575;
}

#ja-current-content .category-head3 h2,
#ja-current-content .category-head h2 {
	font-size: 150%;
	float: left;
	display: inline;
	text-transform: uppercase;
	line-height: 15px;
	padding: 10px 0 12px;
	margin: 0;
}

/*columns---*/
#ja-col1 {}

#ja-col1 .box,
#ja-col1 .block {
	padding: 0 3px 10px 10px;
	border: none;
	margin: 0;
}

#ja-col1 .content {
	padding: 0;
}

#ja-col1 .box h5,
#ja-col1 .block h5 {
	padding: 10px 0;
	background: none;
}

#ja-col1 .box .actions,
#ja-col1 .block .actions {
	padding: 10px 0;
}

#ja-col1 .box .head,
#ja-col1 .block .block-title {
	margin: 0 0 0 -25px;
	background-color: #FFF;
}

#ja-col1 .box .head h4 {
}

#ja-col1 .jm-rss .content,
#ja-col1 .jm-twitter .content{
	padding: 0;
}

#ja-col2 {
}

#ja-col2 #vip_banner {
	margin: 10px 0 10px 2px;
}

#ja-container #ja-col2 .inner {
	padding: 0 15px 0 30px;
	background: none;
}

#ja-container .inner-3cols #ja-col2 .inner {
	padding: 0 0 0 30px;
}

#ja-col2 .box,
#ja-col2 .block {
	padding: 0 10px 10px;
	border: none;
	margin: 0;
	background: none repeat scroll 0 0 #444444;
}

.inner-3cols #ja-col2 .box,
.inner-3cols #ja-col2 .block {
	padding: 0 15px 10px 10px;
}

#ja-col2 .content {
	padding: 0;
}

#ja-col2 .box h5,
#ja-col2 .block h5 {
	padding: 10px 0;
	background: none;
}

#ja-col2 .box .actions,
#ja-col2 .block .actions {
	padding: 10px 0;
}

#ja-col2 .box .head,
#ja-col2 .block .block-title {
	background-color: #444444;
    border: 1px solid #444444;
    color: #FFFFFF;
    height: 30px;
    margin: 0 -10px 5px;
    padding-top: 5px;
}

.inner-3cols #ja-col2 .box .head,
.inner-3cols #ja-col2 .block .block-title {
	margin: 0 -14px 0 -25px;
}

#ja-col2 .box .head h4,
#ja-col2 .block .block-title strong {
	margin-left: 10px;
}

#ja-col2 .jm-rss .content,
#ja-col2 .jm-twitter .content{
	padding: 0;
}

/*breadcrums---*/
#ja-pathway {
	margin: 15px 0 0
}

#ja-pathway .main {
	position: relative;
	padding: 5px 0;
}

#ja-pathway .inner {
	padding: 0 15px;
}

#ja-pathway h4 {
	color: #353535;
	display: inline;
	font-size: 100%;
	margin: 0;
	padding: 5px 5px 5px 0;
}

#ja-pathway a {}

#ja-pathway strong {
	font-weight: normal;
}

#ja-pathway ul {
	display: inline;
}

#ja-pathway li {
	display: inline;
}

#ja-pathway li.breadcrumbs-sep {
	padding: 0 5px;
	background: url(../images/arrow.gif) no-repeat center center;
}

/* FOOTER
--------------------------------------------------------- */
.footer { background-color: #1e1e1e; width: 980px; padding: 0px 10px; height: 235px; margin: 0px auto; }
.footer li { list-style-type: none; }
.footer li a { color: #848484; text-decoration: none; }
.footer div, .footer div ul { float: left; /*	margin: 0px; */}
.footer #search_by_box li a { color: #b3b3b3; }
.footer #search_by_box { width: 981px; margin: 10px auto 0; font: 16px Tahoma; background-color: #1e1e1e; }
.footer #search_by_box .space { width: 0px; background-color: transparent; border: 1px solid transparent; }
.footer #search_by_box div { width: 489px; background-color: #444444; text-align: center; 	/*margin-left: 2px;*/ }
.footer #search_by_box h4 { letter-spacing: 1px; color: #e3e3e3; font-weight: normal; font-size: 16px; margin: 3px auto; }
.footer #search_by_box li { display: inline; padding-right: 6px; }
.footer #search_by_box ul { margin: 0px auto; padding-top: 9px; padding-bottom: 5px; padding-left: 28px; padding-right: 0px; }
.footer #links_box { width: 981px; font: 12px Arial; line-height: 24px; margin: 0px auto; background-color: #232323; }
.footer #links_box div { width: 459px; padding-left: 29px; }
.footer #links_box div div { padding: 10px; color: #848484; width:204px; }
.footer #links_box h4 { margin: 0px; color: #4e4e4e; }
.footer #links_box ul { width: 98px; }
.footer #links_box #copyright { 	margin: 36px 0px; width: 339px; padding: 0px 71px; line-height: 28px; font-size: 13px; }
#copyright img { 	margin-top: 13px; }

#song-list a {
	color: #b3b3b3;
	text-decoration: none;
}
#song-list li {
	list-style-type: none;
	display: inline;
	padding-right: 24px;
}
#song-list ul {
	margin: 0px 10px;
}
#song-list #singer-song-list li {
	display: block;
}
#song-list #singer-song-list div{
	float:left;
}

#artist-list a {
	color: #b3b3b3;
	text-decoration: none;
}
#artist-list li {
	list-style-type: none;
	display: inline;
	padding-right: 13px;
}
#artist-list ul {
	margin: 0px 10px;
}

/* SPOTLIGHT
--------------------------------------------------------- */
div.ja-box-left,
div.ja-box-center,
div.ja-box-right {
	float: left;
	overflow: hidden;
	display: block;
}
#ja-botsl1{overflow:hidden;}
#ja-botsl1 div.ja-box-left,
#ja-botsl1 div.ja-box-center,
#ja-botsl1 div.ja-box-right {
	margin-top: 45px;
}

div.ja-box-left .box,
div.ja-box-center .box,
div.ja-box-right .box {
	border: none;
	background: none;
}

div.ja-box-left .box {
	margin: 0 8px 0 0;
}

div.ja-box-center .box {
	margin: 0 7px 0 7px;
}

div.ja-box-right .box {
	margin: 0 0 0 8px;
}

div.ja-box-left h3, div.ja-box-left .head h2,
div.ja-box-center h3, div.ja-box-center .head h2,
div.ja-box-right h3, div.ja-box-right .head h2 {
	font-size: 110%;
}

div.ja-innerdiv .title { display: block; }

div.ja-innerdiv a { font-weight: bold; }

div.content div.ja-innerdiv img {
	margin: 10px 10px 10px 0;
	padding: 4px;
	border: 1px solid #CCC;
	background: #FFF;
}

/*Featured Karaoke Table*/
#featured_kars {
	height:375px;
	background-color: #444444;
	vertical-align: top;
	color: #FFFFFF;
}
#featured_kars th {
	color: #FFFFFF;
    font-size: 21px;
    font-weight: normal;
    height: 30px;
}
#featured_kars #top_kar {
	background-color:#282828;
}
#featured_kars td {
	text-align: center;
	vertical-align:middle;
}
#featured_kars #kar_content {
	width: 610px;
	height:280px;
	background: #373737;
}
/*Top Spotlight ---*/
#ja-topsl {
	margin-bottom: 10px;
	margin-top: 15px;
}

#ja-topsl .main { }

#ja-topsl .inner {
	background: url(../images/slideshow-bg-bottom.gif) no-repeat center bottom;
}

#ja-topsl .inner-top {
	padding: 15px;
	background: url(../images/slideshow-bg-top.gif) no-repeat center top;
}

#ja-topsl .content {
	padding: 0 10px 10px;
	font-size: 100%;
}

#ja-topsl div.ja-box-left .box,
#ja-topsl div.ja-box-center .box,
#ja-topsl div.ja-box-right .box {
	padding: 0;
}

#ja-topsl div.ja-box-left .box {
	margin-right: 8px;
}

#ja-topsl div.ja-box-right .box {
	margin-left: 7px;
}

#ja-topsl h2 {
	padding: 8px 15px;
	margin: 0;
	font-size: 100%;
	text-transform: uppercase;
}

#ja-topsl .box {
	position: relative;
	border: none;
	margin-bottom: 0;
	border: 1px solid #e0e0e0;
}

#ja-topsl .head {
	background: none;
	border: none;
	color: #353535;
	line-height: normal;
	display: block;
	margin: 0 0 10px;
	padding: 5px 10px 0;
}

#ja-topsl .head h4 {
	color: #000;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

#ja-topsl ul {}

#ja-topsl ul li {
	float: left;
	overflow: visible;
	width: 20%;
	background: url(../images/bullet2.gif) no-repeat 0px 7px;
	padding-left: 10px;
}

#ja-topsl ul li a {
	color: #353535;
	font-size: 92%;
}

/*Bottom Spotlight ---*/
#ja-botsl {display: none;}

#ja-botsl .main {
	padding: 10px 0;
}

#ja-botsl .box { margin-bottom: 0; }

#ja-botsl .content { padding: 10px 0 0; }

#ja-botsl .head {
	background: url(../images/v-line.gif) repeat-x left bottom;
	padding: 0;
	margin: 0;
	text-align: left;
}

#ja-botsl .head h4,
#ja-botsl .head h2 {
	color: #353535;
	font-size: 100%;
	line-height: 25px;
	padding: 5px 0;
	background: none;
	text-transform: uppercase;
	margin: 0;
	border-bottom: 1px solid #353535;
}

#ja-botsl a {	color: #bd0606; }

#ja-botsl li { padding: 3px 0; background: none; }

#ja-botsl li a {
	color: #bd0606;
}

#ja-botsl div.ja-box-left h3,
#ja-botsl div.ja-box-center h3,
#ja-botsl div.ja-box-right h3{
	font-size: 100%;
	padding-bottom: 0;
	padding-top: 0;
	font-weight: normal;
}

#ja-botsl1 {
	background: url(../images/botsl-bg.gif) repeat-x left top #252525;
}

#ja-botsl1 .main .inner {
	padding: 0;
}

#ja-botsl1 .main {
	color: #757575;
	padding: 0;
}

#ja-botsl1 .box {
	 border: none;
	 background: url(../images/botsl-mod-top.gif) no-repeat left top;
	 padding: 17px 0 0;
	 color: #CCC;
}

#ja-botsl1 .box .inner {
	background: url(../images/botsl-mod-center.gif) repeat-y left top;
	padding: 0 20px 15px 10px;
	min-height: 210px;
	max-height: 210px;
	height: 210px;
	overflow: hidden;
}

#ja-botsl1 .head {
	background: url(../images/head-gray-bg.gif) no-repeat right top;
	height: 38px;
}

#ja-botsl1 .box .head h4 {
	color: #fff;
	text-transform: uppercase;
	background: url(../images/icon-head-gray.gif) no-repeat left top;
	padding-left: 35px;
	font-weight: bold;
	text-shadow: none;
}

#ja-botsl1 .box .content { padding: 0; }

#ja-botsl1 .box .content img {
	padding: 2px;
	background: #fff;
	border: 1px solid #fff;
}

#ja-botsl1 .box .content .ja-inner img {
	padding: 0;
	border: none;
	background: none;
	margin: 0 10px 10px 0;
}

#ja-botsl1 .content h4 {
	font-size: 100%;
}

#ja-botsl1 .content a {
	color: #fff;
}

#ja-botsl1 .content small {
	color: #757575;
}

#ja-botsl1 .content a {
	color: #D5D5D5;
	text-decoration: none;
}

#ja-botsl1 .content a:hover,
#ja-botsl1 .content a:active,
#ja-botsl1 .content a:focus {
	text-decoration: underline;
}

#ja-botsl1 li {
	padding: 8px 0;
	border-bottom: 1px solid #202020;
	width: 100%;
}

#ja-botsl1 ul.menu li {
	padding-left: 8px;
	background: url(../images/bullet.gif) no-repeat left 14px;
}

#ja-botsl1 ul.contact li {
	padding: 2px 0;
	border: none;
}

#ja-botsl1 ul.contact li strong {
	color: #353535;
}

#ja-botsl1 ul.contact li span {
	color: #bd0606;
}

.badge-new,
.badge-pick,
.badge-hot {
	position: relative;
}

.badge {
 	background-image: url(../images/icon-badge.png);
 	background-repeat: no-repeat;
 	height: 46px;
 	position: absolute;
 	right: 0;
 	top: 0;
 	width: 45px;
}

.badge-new .badge {
	background-image: url(../images/icon-badge-new.png);
}

.badge-pick .badge {
	background-image: url(../images/icon-badge-pick.png);
}

.badge-hot .badge {
	background-image: url(../images/icon-badge-hot.png);
}

.badge-top .badge {
	background-image: url(../images/icon-badge-top.png);
}

/*===============================================================
-----------------------[MAGENTO'S ELEMENTS]----------------------
=================================================================*/

/* MESSAGES
----------------------------------------------------------------*/
.availability {}

.success {color: #bd0606;}
.error	{color: #bd0606;}
.notice	{color: #bd0606;}

.success, .error {
	font-weight: bold;
}

.messages {
	overflow: hidden;
	width: 100%;
}

.error-msg, .notice-msg, .note-msg, .success-msg {
	border-style: solid !important;
	border-width: 1px !important;
	font-size: 100% !important;
	font-weight: bold !important;
	margin: 25px 0 !important;
	padding: 5px 10px 5px 32px !important;
}

.error-msg li, .success-msg li, .notice-msg li {
	background: none;
}

.error-msg {
	background: url(../images/msg_error.gif) no-repeat 10px 8px #f8d1d1;
	border-color: #bd0606;
	color: #bd0606;
}

.success-msg {
    background: url("../images/msg_success.gif") no-repeat scroll 10px 8px #F5F5F5;
    border: 1px solid #090;
    color: #090;
}


.notice-msg, .note-msg {
	background: url(../images/msg_notice.gif) no-repeat 10px 8px #f5f5f5;
	border-color: #bd0606;
	color: #bd0606;
}

.out-of-stock {
	color: #bd0606;
	font-weight: bold;
	line-height: 30px;
}

/* FORMS
----------------------------------------------------------------*/
.qty { width: 2.5em; text-align: center; }

.group-select label, .form-list label, .payment-methods label,.fieldset label {
	font-weight: bold;
}

.button-set {/*Container for form buttons*/
	clear: both;
	padding: 8px 15px;
	text-align: right;
	margin-top: 10px;
}

.button-set p.required {
	margin-bottom: 5px;
}

a.form-button-alt,
a.button {
	padding: 2px 9px;
	text-decoration: none;
}

.btn-checkout {
	display: block;
	float: right;
	font-size: 15px;
	font-weight: bold;
	padding-right: 8px;
}

.btn-checkout, .btn-checkout:hover {
	color: #E0E0E0;
	text-decoration: none;
}

.btn-checkout span {
	display: block;
	line-height: 40px;
	padding: 0 17px 0 25px;
}

/*Form lists---*/
.form-list { margin: 10px 0; }

.form-list li { margin: 5px 0; }

.form-list li .input-box .input-text,
.form-list li .input-box textarea {
	width: 250px;
}

.form-list li .input-box select { width: 256px; }

.form-list li.addElement {
	border-top: 1px solid #E0E0E0;
	padding-top: 10px;
}

#add_recipient_button {
	clear: both;
}
.fieldset,.group-select {
	padding: 10px;
	border: 1px solid #CCC;
	margin: 10px 15px;
}

.group-select-pros {
	margin: 0;
	padding: 10px 5px;
	background: #282828;
	z-index:200;
}
.group-select-pros th {
	background: none repeat scroll 0 0 #C20E32;
}

.create-group-select{
	background: none repeat scroll 0 0 #EAE9E9;
    color: #595959;
    font-weight: bold;
    padding: 10px;
    z-index: 0;
}

.group-select .legend,
.fieldset .legend {
	background: #FFFFFF;
	color: #000;
	float: left;
	font-size: 100%;
	font-weight: bold;
	margin: -28px 0 0;
	padding: 4px 8px;
}

.group-select li,
.fieldset li {
	padding: 4px 8px;
}

.group-select li .input-box,
.fieldset li .input-box {
	float: left;
	width: 50%;
}

.group-select li .input-text, .group-select li select, .group-select li textarea,
.fieldset li .input-text, .fieldset li select, .fieldset li textarea {
	width: 635px;
}

.group-select li .input-box .input-text, .group-select li .input-box textarea,
.fieldset li .input-box .input-text, .fieldset li .input-box textarea {
	width: 310px;
}

.group-select li .input-box select,
.fieldset li .input-box select {
	width: 320px;
}

/*Form Messages---*/
.validation-advice, .required {
	color: #CF2F49;
	margin: 0;
}

.validation-advice {
	clear: both;
	font-weight: bold;
	line-height: 1.25em;
	margin-top: 3px;
	min-height: 15px;
}

.validation-failed {
	border: 1px dashed #bd0606 !important;
}

/*Expiration date and cvv number validation fix---*/
.v-fix {
	float: left;
}

.v-fix .validation-advice {
	display: block;
	margin-right: -12em;
	position: relative;
	width: 12em;
}

label.required {
	font-weight: bold;
}

p.required {
	margin: 0;
	text-align: left;
}
.copyright-contact {
	float: left;
    font-size: 16px;
    font-weight: bold;
}

/* HEADINGS
----------------------------------------------------------------*/
.head, .inner-head,
.box-title {
	text-align: right;
}

.head h1, .inner-head h1
.head h2, .inner-head h2,
.head h3, .inner-head h3,
.head h4, .inner-head h4,
.head h5, .inner-head h5,
.box-title h3 {
	padding: 0 15px;
	margin: 0;
	text-align: left;
	font-weight: normal;
}

.head a, .inner-head a,
.box-title a {
	font-weight: bold;
	padding: 0 15px;
	float: right;
	line-height: 30px;
}

#ja-col1 .head a,#ja-col1 .inner-head a,
#ja-col2 .head a,#ja-col2 .inner-head a,
#ja-col1 .box-title a,#ja-col2 .box-title a {
	line-height: 15px;
	padding: 8px 0 12px;
	margin-right: 10px;
}

.box .head h3 {
	padding: 0 15px;
	color: #353535;
}

/*Page heading---*/
.page-head, .page-head-alt,
.page-title-alt {
	line-height: normal;
	display: block;
	overflow: hidden;
	border-bottom: 1px dotted #757575;
	margin-bottom: 10px;
}
.page-title{ font-size: 23px; position: relative;}
.page-title h1{color: white; font-size: 23px; font-family: arial; line-height: 27px; padding-top: 13px; padding-left: 4px; display: inline;}
.page-head h3, .page-head-alt h3,
.page-title h3, .page-title-alt h3 {
	font-size: 150%;
	float: left;
	display: inline;
	text-transform: uppercase;
	line-height: 15px;
	padding: 10px 0 12px;
	margin: 0;
}

.ja-lo-2colsl .page-head,.ja-lo-2colsl .page-head-alt {}

.page-head h4, .page-head-alt h4,
.page-title h4, .page-title-alt h4 {
	font-size: 125% !important;
	margin: 0;
	text-align: left;
}

.page-head a, .page-head-alt a,
.page-title a, .page-title-alt a {
	float: right;
	padding-right: 5px;
}

.page-head ul, .page-head-alt ul,
.page-head li, .page-head-alt li,
.page-title ul, .page-title-alt ul,
.page-title li, .page-title-alt li {
	background: none;
	margin: 0;
	line-height: normal;
}

.button-level {}

.button-level h3 {
	float: left; /* heading level with buttons */
	background: none !important;
}

.button-level .form-button-alt {
	float: right;
	margin: 5px 10px;
}

.button-level ul {
	float: right;
}

.button-level ul li {
	float: left;
	display: block;
	padding-left: 10px;
}

/*Category list heading---*/
.category-head,
.category-head3 {
	margin: 0 0 10px;
}

.category-head h2 {
	color: #CBCBCB;
	font-size: 200%;
	margin: 0;
}

.box-header {
	background: #F2F2F2;
	font-size: 100%;
	font-weight: bold;
	margin: 10px 0;
	padding: 2px 8px;
	text-align: left;
}

.category-head .link-feed {
	float: right;
	margin-top: 5px;
	position: relative;
}

/* TABLES
----------------------------------------------------------------*/
td.label {
	font-weight: bold;
}

/*Data Table---*/
.data-table {
	width: 100%;
	margin: 15px 0;
}

.data-table th {
	color: #353535;
}

.data-table th.wrap {
	white-space: normal;
}

.data-table th a,
.data-table th a:hover {
	color: #FFFFFF;
}

.data-table td {
	padding: 8px 10px;
}

.data-table thead  {
}

.data-table thead th {background: #F2F2F2;}

.data-table tfoot tr {}

.data-table tfoot td {
	border-top: 1px solid #E0E0E0;
}

.data-table .odd {}
.data-table .even {}
.data-table .last {}

.data-table tr.last td, .data-table th.last { width: 100px;}

.data-table tr.last td a, .data-table th.last a{
	color: #bd0606 !important;
}

.data-table tr.last td .separator, .data-table th.last .separator{
	display: none;
}

/*Bundle Products---*/
.data-table tbody.odd tr {}
.data-table tbody.even tr {}

.data-table tbody.odd tr td,
.data-table tbody.even tr td {}

.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td {}

.data-table tbody td h4.title,
.data-table tbody td h5.title {
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.data-table tbody td .option-label {
	font-style: italic;
	font-weight: bold;
}

.data-table tbody td .option-value {
	padding-left: 10px;
}

.data-table tbody td br {
}

.box-table select {
	width: 100%;
}

.nested-data-table th, .nested-data-table td {
	padding-bottom: 5px;
	padding-top: 5px;
}

.generic-table td {
	padding: 0 8px;
}

.generic-table td.first {
	padding-left: 0;
	white-space: nowrap;
}

.shipping-tracking .button-set {
	border: 0;
	margin-top: 0;
	padding-top: 0;
}

/* LISTS
----------------------------------------------------------------*/
.disc {
	margin: 10px 0;
}

.ja-lo-3cols #ja-current-content .disc {
}

.disc li {
	background: url(../images/bullet.gif) no-repeat left 9px;
	padding-left: 8px;
}

.ja-lo-3cols #ja-current-content dl {
}

li.odd {}
li.even {}
li.last {}

/* Bare List */ /* Unstyled list */
.bare-list {
	margin: 5px 0;
}

.bare-list li {
	margin: 3px 0;
}

/* Pager */
.pager { 
	width: 100%;
	background: url(../images/head-bg.gif) repeat-x left bottom #fcfcfc;
	color: #353535;
	border: 1px solid #E0E0E0;
}
.pager .amount { float:left; margin:0; }
.pager .limiter { float:right; }
.pager .limiter label { vertical-align:middle; }
.pager .limiter select { padding:0; margin:0 0 1px; vertical-align:middle; }
.pager .pages { margin:0 140px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; margin:0 2px; }
.pager .pages .current {}

/* Sorter */
.sorter { 
	background: none;
	border: none;
	border-bottom: 5px solid #E0E0E0;
}
.sorter .view-mode { float:left; margin:0; }
.sorter .sort-by { float:right; padding-right:36px; }
.sorter .sort-by label { vertical-align:middle; }
.sorter .sort-by select { padding:0; margin:0 0 1px; vertical-align:middle; }
.sorter .link-feed {}

/* Toolbar */
.toolbar {
	margin-top: 15px;
}
.toolbar .pager { 
	width: 100%;
	background: url(../images/head-bg.gif) repeat-x left bottom #fcfcfc;
	color: #353535;
	border: 1px solid #E0E0E0; 
	float: left;
	line-height: 1.3;
	padding: 5px 0;
}

.toolbar .sorter { 
	background: none;
	border: none;
	border-bottom: 5px solid #E0E0E0;
	float: left;
	line-height: 1.3;
	padding: 5px 0;
	width: 100%;
}

.toolbar .pager p,
.toolbar .pager div,
.toolbar .sorter p,
.toolbar .sorter div {
	margin: 0 15px;
}

.toolbar-bottom {}

.page-nav {
	
}

table.pager, table.view-by {
	width: 100%;
	background: url(../images/head-bg.gif) repeat-x left bottom #fcfcfc;
	color: #353535;
	border: 1px solid #E0E0E0;
}

table.view-by {
	background: none;
	border: none;
	border-bottom: 5px solid #E0E0E0;
}

table.pager a {
	color: #000;
	text-decoration: underline;
}

table.pager select {
	width: 50px;
}

table.view-by strong {
	border: 3px solid #bd0606;
	background: #bd0606;
	color: #FFFFFF;
}

table.view-by td {
	line-height: 1.3;
	padding: 5px 15px;
}

table.view-by a {
	color: #353535;
}

table.view-by a:hover, table.view-by a:active, table.view-by a:focus {
	color: #353535;
	text-decoration: underline;
}

table.view-by td.sort-by {
	padding-right: 50px;
	text-align: right;
}

table.view-by td.sort-by a {
	border: 0;
	padding: 0;
}

table.view-by select {
	width: 85px;
}

table.pager td {
	vertical-align: middle;
	width: 32%;
	line-height: 1.3;
	padding: 5px 15px;
}

table.pager td.a-right {
	width: auto;
}

table.pager td.pages {
	padding: 5px 0;
	text-align: center;
	white-space: nowrap;
}

table.pager ol, table.pager li {
	display: inline;
}

td.pages li {
	padding: 0;
}

td.pages li img {
	vertical-align: middle;
}

td.pages li a {
	padding: 0 4px;
}

td.pages li span.on {
	font-weight: bold;
	padding: 0 4px;
}

/*RATINGS
----------------------------------------------------------------*/
.ratings {
	line-height: 12px;
	margin: 10px 0;
}

.rating-box {
	background: url(../images/product_rating_blank_star.png) repeat-x;
	height: 14px;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
	width: 80px;
	float: left;
}

.rating-box .rating {
	background: url(../images/product_rating_full_star.png) repeat-x;
	height: 14px;
	left: 0;
	position: absolute;
	top: 0;
}

#rateMe li{float:left;list-style:none;}
#rateMe li a:hover,
#rateMe .on{background:url(../images/product_rating_rate_star.png) no-repeat; position:relative; z-index:10; cursor: pointer;}
#rateMe a{float:left;width:16px; height:13px; position:relative;  z-index:10;}
#rateMe .fancybox {
    height: auto;
    width: auto;
}
#ratingSaved{display:none;}
.saved{color:red; }

.ratings-list {
	margin: 5px 0;
}

.ratings-list td {
	padding: 3px 0;
	vertical-align: middle;
}

.ratings-list td.label {
	font-weight: bold;
	padding-right: 8px;
}

/*PRICES
----------------------------------------------------------------*/
.price {
	white-space: nowrap !important;
}

.price-box {
	margin: 5px 0;
	clear: both;
}

.price-box .price {
	font-weight: bold;
	color: #353535;
}

/*Regular price---*/
.regular-price {}

.regular-price .price {
	font-weight: bold;
	color: #252424;
	font-size: 100%;
}

/*Old price---*/
.old-price {
	margin: 0;
}

.old-price .price-label {
	color: #353535;
	white-space: nowrap;
}

.old-price .price {
	color: #353535;
	font-weight: normal;
	text-decoration: line-through;
}

/*Special price---*/
.special-price {
	margin: 0;
	padding: 3px 0;
}

.special-price .price-label {
	color: #bd0606;
	font-weight: bold;
	white-space: nowrap;
}

.special-price .price {
	color: #bd0606;
	font-size: 115%;
	font-weight: bold;
}

/*Cart price---*/
.cart-price price {
	color: #bd0606;
}

/*Minimal price (as low as)---*/
.minimal-price {
	margin: 0;
}

.minimal-price .price-label {
	font-weight: bold;
	white-space: nowrap;
}

a.minimal-price-link {
	display: block;
	font-size: 70%;
}

a.minimal-price-link .label {}

a.minimal-price-link .price {
	font-weight: normal;
}

/*Excluding tax---*/
.price-excluding-tax {
	display: block;
}

.price-excluding-tax .label {
	white-space: nowrap;
}

.price-excluding-tax .price {
	font-weight: normal;
}

/*Including tax---*/
.price-including-tax {
	display: block;
}

.price-including-tax .label {
	white-space: nowrap;
}

.price-including-tax .price {
	font-weight: bold;
}

/*Excl tax (for order tables)---*/
.price-excl-tax {
	display: block;
}

.price-excl-tax .label {
	display: block;
	white-space: nowrap;
}

.price-excl-tax .price {
	display: block;
	font-weight: bold;
}

/*Incl tax (for order tables)---*/
.price-incl-tax {
	display: block;
}

.price-incl-tax .label {
	display: block;
	white-space: nowrap;
}

.price-incl-tax .price {
	display: block;
	font-weight: bold;
}

/*Price range---*/
.price-from, .price-to { margin: 0; }

.price-from .price-label, .price-to .price-label {
	font-weight: bold;
	white-space: nowrap;
}

/*Price notice next to the options---*/
.price-notice {
	padding-left: 10px;
}

.price-notice .price {
	font-weight: bold;
}

.price-as-configured {
	margin: 0;
}

.price-as-configured .price-label {
	font-weight: bold;
	white-space: nowrap;
}

.price-box-bundle {
	padding: 0 0 10px 0;
}

.price-box-bundle .price-box {
	margin: 0 !important;
	padding: 0 !important;
}

.price-box-bundle .price {
}

.product-pricing-grouped li {
	padding: 2px 0;
}

.product-pricing-grouped li .price {
	font-weight: bold;
}

/*Product Pricing---*/
.product-pricing {
	border: 1px solid #E0E0E0;
	background: #F2F2F2;
	margin: 15px 0;
	padding: 10px;
}

.product-pricing li {
	background: url(../images/arrow.gif) no-repeat 0 9px;
	padding: 2px 0 2px 12px;
}

.product-pricing .benefit {
	font-weight: bold;
}

.product-pricing .price {
	font-weight: bold;
}

/* MIS.
----------------------------------------------------------------*/
.product-shop {float: right;}
.product-img-box {float: left; padding-right: 15px;}


/*Generic Box---*/
.generic-box {
	border: 1px solid #E0E0E0;
	margin-bottom: 15px;
	padding: 10px 15px;
}

.generic-box h4 {
	margin: 0 0 5px;
	border-bottom: 1px solid #E0E0E0;
	padding-bottom: 5px;
}

/*Generic Product Grid---*/
.generic-product-grid {
	width: 100%;
}

.generic-product-grid td {
	border-bottom: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
}

.generic-product-grid tr.last td {
	border-bottom: 0;
}

.generic-product-grid td.last {
	border-right: 0;
}

.generic-product-grid .product-image {
	text-align: center;
}

.generic-product-grid td.empty-product {
	border-right: 0;
}

.generic-product-grid .ratings .pipe {
	display: none;
}

/*Add To---*/
.add-to-cart-box {
	float: right;
}

.add-to-cart-box .qty-box {
	float: left;
}

.add-to-cart-box .qty-box #qty {
	width: 80px;
	padding: 2px 0 2px 10px;
	line-height: 20px;
}

.add-to-cart-box .qty-box label {
	float: left;
	font-weight: bold;
	line-height: 25px;
	text-transform: uppercase;
}

.add-to-cart-box .qty-box .qty {
	float: left;
	margin: 0 5px;
	height: 20px;
}

.add-to-cart-box .form-button {
	float: left;
}

.add-to-box {
	margin: 15px 0 5px;
}

.add-to-box li {
	display: inline;
}

.add-to-holder {
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #E0E0E0;
	background: #F2F2F2;
	float: left;
}

.add-to-holder .add-to-cart-box {
	float: left;
	margin: 0;
}

.add-to-holder .add-or {
	float: left;
	font-weight: bold;
	padding: 25px 10px 15px;
}

.add-to-holder .add-to-box {
	float: left;
	text-align: left;
}

.add-to-holder .add-to-box li {
	display: block;
	background: url(../images/bullet_plus.gif) no-repeat left center;
	padding-left: 10px;
}

.add-to-holder .add-to-box li a {
}

.add-to-holder .add-to-box li .pipe {
	display: none;
}

/*Tool Tips---*/
.tool-tip {
	background: #F2F2F2;
	border: 1px solid #E0E0E0;
	position: absolute;
}

.tool-tip .btn-close {
	margin-bottom: -9px;
	padding: 6px 6px 0;
	text-align: right;
}

.tool-tip .inline-content {
	padding: 8px;
}

.tool-tip .block-content {
	padding: 15px 20px;
}

.truncated {
	cursor: help;
}

.truncated a.dots {
	cursor: help;
	text-decoration: none !important;
}

.truncated a.details {
	border-bottom: 1px dotted #bd0606 ;
	cursor: help;
	text-decoration: none !important;
}

.truncated .truncated_full_value {
	position: relative;
	z-index: 999;
}

.truncated .truncated_full_value dl {
	background: #F2F2F2;
	border: 1px solid #E0E0E0;
	padding: 5px 10px;
	position: absolute;
	top: -99999em;
	width: 250px;
	z-index: 999;
}

.truncated .truncated_full_value dl dt {
	margin-top: 0;
}

.truncated .show dl {
	left: 50%;
	top: -20px;
}

#ja-col1 .truncated .show dl {
	left: 35px;
	top: 10px;
}

#ja-col2 .truncated .show dl {
	left: -140px;
	top: 20px;
}

/*Link highlights---*/
.button-level .link-cart,
.button-level .link-wishlist { 
	float: right !important ; 
	padding-left: 18px; 
	line-height: 35px;
}
.link-remove { color: #353535 !important; }

.link-print, .link-mail, .link-feed, .link-reviewwrite, .link-productalert {
	padding-left: 22px;
	line-height: 35px;
	color: #353535;
	background-position: 2px center;
	background-repeat: no-repeat;
}

.link-print {
	background-image: url(../images/icon_printer.gif);
}

.link-feed {
	background: url(../images/icon_feed.gif) no-repeat left center;
	padding-left: 18px;
	padding-right: 15px;
	color: #353535;
}

.button-level .link-feed {
	
}

.button-level .pipe {
	float: right !important;
	line-height: 35px;
}

.link-feed:hover,
.link-feed:focus,
.link-feed:active {
}

/*Link highlights [JM add]---*/
.link-mail {/*email link*/
	background-image: url(../images/icon_mail.gif);
}

.link-reviewcount { /*review link*/
	color: #000;
}

.link-reviewwrite {/*write review form link*/
	background-image: url(../images/icon_comment.gif);
} 

.link-productalert { /*product alert link*/
	background-image: url(../images/icon_newspaper.gif);
}

/*==============================================================
---------------------------[BOX STYLE]---------------------------
=================================================================*/

/*GENERAL BOX STYLE
----------------------------------------------------------------*/
.box,
.block {
	margin-bottom: 15px;
}

.box.blank,
.block-banne {
	border: none;
	background: none;
	border: none;
	padding: 0;
}

/*Box Head---*/
.box .head,
.block .block-title {
	background: #FFF;
	color: #000;
	display: block;
	overflow: hidden;
}

.box  .head h4,
.block  .block-title strong {
	color: #FFFFFF;
    float: left;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 0;
    text-transform: uppercase;
}

.box .head h3, .box .head h4 { }

.box h5,
.block h5,
.block h3 {
	padding: 10px 15px;
	border-bottom: 1px solid #E0E0E0;
	background: #F2F2F2;
}

.box .head h5,
.block .block-title h5,
.block .block-title h3 {
	font-size: 92%;
	background: none;
	border: 0;
	padding: 0;
}

/*reset*/
.box h3, .box h4, .box h5,
.block h3, .block h4, .block h5,
.block .block-title strong,
.block .block-title h3,
.block .block-title h4 {
	margin: 0;
}

/*Box Content---*/
.box .content,
.block .block-content {
	padding: 8px 15px;
	background: none repeat scroll 0 0 #282828;
}

.box h3 {
	font-size: 110%;
	padding: 5px 0 0;
}

.box h3 a {
}

.box small,
.block small {
	text-align: left;
	display: block;
	color: #353535;
}

.box .content img,
.block .block-content img {
	padding: 4px;
	margin: 10px 0;
	border: 1px solid #E0E0E0;
	background: #F8F8F8;
}

/*Box Action---*/
.box .actions,
.block .actions {
	border-top: 1px solid #E0E0E0;
	padding: 8px 15px;
	font-weight: bold;
	overflow: auto;
	clear: both;
}

/*Box List---*/
.box ol,
.block ol {
}

.box ol li,
.block ol li {
	font-size: 16px;
    line-height: normal;
    margin: 0;
    overflow: hidden;
    padding: 8px 0;
    text-indent: 15px;
}

.box ol li div,
.block ol li div {
	text-indent: 0;
}

.box ol li.last,
.block ol li.last {
	border-bottom: 0 !important;
}

/*MAGENTO'S BOX STYLE
----------------------------------------------------------------*/
.box .product-images,
.block .product-images {
	float: left;
	width: 30%;
	margin-top: 5px;
	text-indent: 0;
}

.box .product-details,
.block .product-details {
	float: right;
	width: 69%;
	padding-top: 5px;
}

.box .product-checkbox,
.block .product-checkbox {
	float: left;
	padding: 0 5px 0 0;
}

.box .product-names,
.block .product-names {}

.box a.link-cart,
.block a.link-wishlist {
	 color: #353535;
	 font-size: 92%;
	 display: block;
}

/*Product Tags---*/
.mini-product-tags,
.block-tags ul {
	border: none;
	margin: 0;
}

#ja-current-content .mini-product-tags ul,
#ja-current-content .block-tags ul {
	font-size: 150%;
}

.mini-product-tags li,
.block-tags li {
	display: inline;
	margin: 0 3px !important;
}

.mini-product-tags li a,
.block-tags li a{
	color: #353535;
}

.mini-product-tags li a:hover,
.mini-product-tags li a:active,
.mini-product-tags li a:focus,
.block-tags li a:hover,
.block-tags li a:active,
.block-tags li a:focus {
	color: #bd0606;
}

.mini-product-tags small,
.block-tags small {
	background: url(../images/arrow_d1.gif) no-repeat right center;
	padding-right: 12px;
	text-align: left;
	line-height: normal;
}

/*Newsletter---*/
.mini-newsletter {}

.mini-newsletter #newsletter-validate-detail label {
	margin: 10px 0;
	display: block;
}

.mini-newsletter fieldset.content {
	
}

.mini-newsletter fieldset.content legend {
	display: none;
}

.mini-newsletter .form-button-alt{
	margin-left: 0;
}

input#newsletter {
	width: 190px;
	background: #fff;
	border: 1px solid #e0e0e0;
	font-weight: normal;
	padding: 5px 10px;
	vertical-align: middle;
}

#newsletter-validate-detail button {
	margin-top: 10px;
}

/*Mini Cart---*/
#ja-cart {}

.mini-cart {}

.mini-cart .head {
	background-image: url(../images/head-hilite-bg.gif) !important;
}

.mini-cart .head h4 {
	color: #fff;
	text-shadow: 1px 1px 0 #333;
}

.mini-cart .content {}

.mini-cart p {}

.mini-cart a,
.mini-cart a:hover,
.mini-cart a:active,
.mini-cart a:focus {}

.mini-cart p.subtotal {}

.mini-cart ol#cart-sidebar li {}
.mini-cart ol#cart-sidebar li.last {}

.mini-cart .product-images {}
.mini-cart .product-details {}

.mini-cart .actions,
.mini-cart h5 {}

.mini-cart h5 {}

.mini-cart .form-button {}

.mini-cart .form-button span {}

.mini-cart .form-button:hover span,
.mini-cart .form-button:focus span,
.mini-cart .form-button:active span{}

/*Mini Wishlist---*/
.mini-wishlist a {
	font-weight: bold;
	float: none;
}

.mini-wishlist .actions a {
	background: url(../images/arrow_d1.gif) no-repeat right center;
	padding-right: 12px;
}

.mini-wishlist h5 {
}

/*Compare Products, Orders---*/
.mini-compare-products {
}

.mini-compare-products .content {
}

.mini-compare-products p {
}

.mini-compare-products p.no-item {
}

.mini-compare-products ol#compare-items li {
	border-bottom: 1px solid #E0E0E0;
	border-top: none;
	text-indent: 0;
}
.mini-cart ol#cart-sidebar li.last {}

.mini-compare-products a.left {
	margin-top: 3px;
	float: right;
}

.mini-compare-products ol#recently-compared-items li {
	padding-left: 12px;
	background: url(../images/arrow.gif) no-repeat 2px 14px;
}

.mini-compare-products h5 {
	background: #F2F2F2;
	border-bottom: 1px solid #E0E0E0;
}

.mini-compare-products .actions {
	border-top: 1px solid #E0E0E0;
}

.mini-compare-products #compare-items a,
.mini-compare-products .product-names a {

}

.mini-compare-products #cart-sidebar-reorder li{
	border-bottom: 1px solid #E0E0E0;
	border-top: none;
	text-indent: 0;
}

/*Mini Product View---*/
.mini-product-view ol#recently-viewed-items li {text-indent: 0;border-bottom: 1px solid #E0E0E0; border-top: none;}

/*Poll---*/
.mini-poll .content {
	padding: 0;
}

.mini-poll h5 {
}

.mini-poll table {
	margin: 10px 0;
}

.mini-poll td {
	padding: 4px;
	vertical-align: middle;
}

.mini-poll .right {
	float: left;
}

.poll_vote {
	margin-left: 0;
}

/*Relate Products----*/
.mini-related-items .content,
.block-related .block-content {
	padding: 0;
}

.mini-related-items p,
.block-related p {
	margin: 10px;
}

.mini-related-items ol li,
.block-related ol li {
	border-top: 1px solid #E0E0E0;
	border-bottom: 0;
	position: relative;
}

.mini-related-items .product-images,
.block-related .product-images {
	position: absolute;
	left: 0;
	top: 5px;
	padding-left: 18px;
	overflow: hidden;
}

.mini-related-items .product-images a,
.block-related .product-images a {
	width: 50px;
}

.mini-related-items .product-images .checkbox-container,
.block-related .product-images .checkbox-container {
	position: absolute;
	top: 15px;
	left: 0;
}

.mini-related-items .product-details,
.block-related .product-details {
	display: block;
	padding-left: 100px;
	float: none;
	width: auto;
}

/*Layered Navigation---*/
.layered-nav,
.block-layered-nav {}

.layered-nav .head,
.block-layered-nav .head {}

.box.layered-nav .head h3,
.block-layered-nav .block-title h3  {
	color: #353535;
	float: left;
	padding: 10px 0;
	font-weight: bold;
	font-size: 100%;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-shadow: 1px 1px 0 #fff;
	margin-left: 10px;
}

.layered-nav .actions {}
.layered-nav .border-creator,
.block-layered-nav .actions,
.block-layered-nav .border-creator {
	font-size: 92%;
}

.layered-nav .border-creator h4,
.block-layered-nav .border-creator h4 {
	background: none;
	color: #000;
	padding: 8px 15px;
	font-size: 100%;
	text-transform: uppercase;
	border: none;
	border-bottom: 5px solid #E0E0E0;
}

.layered-nav ol.narrowed-category,
.block-layered-nav ol.narrowed-category {
	padding: 5px 0;
	background: #F2F2F2;
	margin: 0 !important;
}

.layered-nav ol.narrowed-category li,
.block-layered-nav ol.narrowed-category li {
	border-bottom: none;
	font-weight: bold;
	padding: 1px 0;
}

.layered-nav .narrowed-category li .label,
.block-layered-nav .narrowed-category li .label {
	padding-left: 22px;
	background: url(../images/bullet.gif) no-repeat 15px 5px;
	font-weight: normal;
}

.layered-nav .widget-btn,
.block-layered-nav .widget-btn {
	float: right;
	margin: 2px 8px 0 5px;
}

.narrow-by ol,
#narrow-by-list ol{
	margin: 0;
}

.narrow-by dl,
#narrow-by-list dl {
	padding: 0;
}

.narrow-by dt,
#narrow-by-list dt {
	padding: 8px 0;
	font-weight: bold;
	color: #333;
	margin: 0;
	background: #FFF;
}

.narrow-by dd,
#narrow-by-list dd {
	background: #FFF;
	padding: 0;
}

.narrow-by dd li,
#narrow-by-list dd li {
	padding: 8px 0;
	background: url(../images/bullet1.gif) no-repeat 5px 12px ;
}

.narrow-by dd li a,
#narrow-by-list dd li a {
	color: #353535;
}

.narrow-by dd.last li,
#narrow-by-list dd.last li {}

/*===============================================================
--------------------[MAGENTO'S SHOP PAGES]--------------------
=================================================================*/

/*CATALOG LISTING
----------------------------------------------------------------*/
.catalog-listing,.category-products {padding: 10px 0;}

.catalog-listing h5, /*product name*/
.catalog-listing .product-image, /*product name*/
.catalog-listing .description, /*product info*/
.catalog-listing .ratings, /*product rating*/
.catalog-listing .form-button, /*addtocart btn*/
.catalog-listing .out-of-stock, /*oos msg*/
.catalog-listing .add-to, /*product link*/
.category-products h2, /*product name*/
.category-products .product-image, /*product name*/
.category-products .description, /*product info*/
.category-products .ratings, /*product rating*/
.category-products .price-box, /*product price*/
.category-products .form-button, /*addtocart btn*/
.category-products .out-of-stock, /*oos msg*/
.category-products .add-to, /*product link*/
.category-products .actions {
	margin: 10px 0 10px;
}

.catalog-listing .price-box,.category-products .price-box { margin-bottom: 0; }

.catalog-listing h5,
.category-products h2 {
	font-size: 150%;
}

.catalog-listing .price-box,.category-products .price-box {
	display: block;
}

.catalog-listing .add-to,.category-products .add-to-links {}

.catalog-listing .add-to a,
.catalog-listing .add-to a.link-cart,
.category-products .add-to-links a.link-wishlist,
.category-products .add-to-links a {
	padding-left: 0;
}

.catalog-listing .add-to a:hover,
.catalog-listing .add-to a:active,
.catalog-listing .add-to a:focus,
.category-products .add-to-links a:hover,
.category-products .add-to-links a:active,
.category-products .add-to-links a:focus {
	color: #bd0606;
}

.catalog-listing .add-to a.link-cart,
.category-products .add-to-links a.link-wishlist {
	/*background: url(../images/sep-vline.gif) no-repeat right center;
	padding-right: 5px;*/
}

.catalog-listing .add-to .pipe,
category-products .add-to-links .pipe {
	display: none;
}

/*List Type---*/
.listing-type-list .listing-item {
	padding: 15px 0;
	border-bottom: 1px solid #E0E0E0;
}

.listing-type-list .listing-item.last {
	border: none;
}

.listing-type-list .product-image {
	float: right;
	width: 45%;
	text-align: center;
	margin: 0;
}

.listing-type-list .product-shop {
	width: 55%;
	float: left;
}

.listing-type-list .product-shop .description {}

.listing-type-list .product-shop .price-box {
	float: left;
	text-align: left;
	white-space: nowrap;
	padding: 0 20px 0 0;
	margin: 10px 0;
}

.listing-type-list .add-to {
	margin-bottom: 0;
	font-weight: bold;
}

.listing-type-list .product-shop p.add-to a {
	margin: 0 5px;
}

/*Grid Type---*/
.listing-type-grid,.products-grid {
}

.listing-type-grid .ja-dot,
.products-grid .ja-dot {
	height: 1px;
	margin: 5px 0;
	width: 100%;
	clear: both;
}

.listing-type-grid .ja-dot.last,
.products-grid .ja-dot.last {
	background: none;
	margin: 0;
}

.listing-type-grid h5, /*product name*/
.listing-type-grid .ratings, /*product rating*/
.listing-type-grid .price-box, /*product price*/
.listing-type-grid .form-button, /*addtocart btn*/
.listing-type-grid .out-of-stock, /*oos msg*/
.listing-type-grid .add-to, /*product link*/
.listing-type-grid .pdescription, /* product description */
.products-grid h2, /*product name*/
.products-grid .product-image, /*product name*/
.products-grid .ratings, /*product rating*/
.products-grid .price-box, /*product price*/
.products-grid .btn-cart, /*addtocart btn*/
.products-grid .out-of-stock, /*oos msg*/
.products-grid .add-to, /*product link*/
.products-grid .actions  {
	margin: 0 0 5px 15px;
}

.listing-type-grid .product-image,
.products-grid .product-image  /*product name*/ {
	margin: 0;
}

.listing-type-grid h5,
.products-grid h5 {
	font-size: 110%;
	font-weight: bold;
}

.listing-type-grid h5 a,.products-grid h5 a { color: #bd0606; }

.listing-type-grid h5 a:hover,
.listing-type-grid h5 a:active,
.listing-type-grid h5 a:focus,
.products-grid h5 a:hover,
.products-grid h5 a:active,
.products-grid h5 a:focus {
	text-decoration: underline;
}

.listing-type-grid ol.grid-row,
.products-grid ol.grid-row {
	border-bottom: 1px dotted #d5d5d5;
}

.listing-type-grid li.item,
.products-grid li.item {
	float: left;
	overflow: hidden;
	width: 49.5%;
	padding: 10px 0 !important;
}

.listing-type-grid li.first,
.products-grid li.first {}

.listing-type-grid li.last,
.products-grid li.last {
	border: none;
}

.listing-type-grid ol.odd,.products-grid ol.odd	{}
.listing-type-grid li.last,.products-grid li.last {}

.listing-type-grid .product-image,
.products-grid .product-image {
	vertical-align: bottom;
	margin: 0;
	float: left;
}

.listing-type-grid .product-information,
.products-grid .product-information {
	width: 60%;
	float: left;
	line-height: 1.5;
}

.jm-product-list.top_rated .product-information {
	width: 65%;
}

.product-image a {
	display: block;
}

.product-image img {
	padding: 4px;
	background: #fff;
	border: 1px solid #ddd;
}

.listing-type-grid .rating-box,
.products-grid .rating-box {
	margin-bottom: 10px;
}

.listing-type-grid .ratings a,.products-grid .ratings a {
}

.listing-type-grid .actions,
.products-grid .actions {
	margin: 10px 0;
	text-align: center;
}

.listing-type-grid .add-to a,.products-grid .add-to a{
}

.listing-type-grid .pipe,.products-grid .pipe {	font-weight: bold; color: #CCC; padding: 0 1px;}
/*----------------------Customer Profile -----------------------*/
.customer-profile{background:#444444; padding: 15px 13px 8px;} 
.customer-profile .customer-info{background: #282828; position: relative; }
.customer-profile .customer-info .vip_sign{position: absolute; top: -20px; right: -18px;}
.customer-profile .customer-avatar{position: relative; width: 238px; float: left;}
.customer-profile .customer-avatar .avatar-image{margin: 12px 8px; width: 223px; height: 198px; text-align: center; overflow: hidden;background: #1B1B1B;}
.customer-profile .customer-avatar .avatar-edit{display: none; position: absolute; right: 0px;}
.customer-profile .customer-avatar a#profile_pic img{ width: 220px; text-align: center; vertical-align: middle; }
.customer-profile .customer-textual-info{float: left; margin-left: 5px; line-height: 18px; font-weight: bold;max-width: 403px;}
.customer-profile .customer-textual-info ul li{}
.customer-profile .customer-textual-info ul li a{font-weight:bold; color:#c20e32;}
.customer-profile .customer-textual-info ul li a.copy-url{padding-left:10px;}
.customer-profile .customer-info .screen-name{font-weight: bold; font-size: 23px; padding-top: 14px; padding-bottom: 29px; line-height: 37px;}
.customer-profile .customer-info .screen-name .edit{ font-size:15px; }
.customer-profile .about-me{height: 50px; overflow: auto; margin: 10px 0; }
.customer-profile .favorite-music { padding-left: 30px; background: url("../images/profile-favorites-icon.png") no-repeat scroll 0 0 transparent; }
.customer-profile .profile-about{ float: left; }
.list-empty { padding: 10px; }
.customer-profile .customer-product-lists{}
.customerpartner-tabs ul#customerpartner_tabs{width: 117px; min-height:222px; margin-top: 8px; padding-top: 8px; float: left; margin-right: 4px;  background:#212121;}
.customerpartner-tabs ul li.tab {}
.customerpartner-tabs ul li.tab a{font-size: 14px; font-weight: bold; padding-left: 5px; line-height: 27px; display: block; margin-bottom: -3px; color:white;}
.customerpartner-tabs ul li.active a.a-tab,.customerpartner-tabs ul li.tab a:hover{background:#c20e32; text-decoration:none;}
.customerpartner-tabs #user_playlists{position:relative; min-height:70px; }
.customerpartner-tabs #user_playlists ul#ul_lists{margin-top: 3px; display:none;}
.customerpartner-tabs ul li.active  #user_playlists ul#ul_lists{display:block;}
.customerpartner-tabs #user_playlists .mask{position:absolute;  height:100%; width: 100%; background:black url('../images/loading.gif') center no-repeat; opacity:0.5;}
.customerpartner-tabs #ajax_playlists li{}
.customerpartner-tabs #ajax_playlists li a{line-height: 19px; font-size: 13px; font-weight: normal; padding-bottom: 3px; margin: 0px 3px -2px 10px;}
.customerpartner-tabs #ajax_playlists li.active a,.customerpartner-tabs #ajax_playlists li a:hover{background: #0f0f0f;}
.customerpartner-tabs #ajax_playlists li.new-playlist #list_creator{}
.customerpartner-tabs #ajax_playlists li.new-playlist{}
.customerpartner-tabs #ajax_playlists li.new-playlist input{width: 90px; margin-left: 12px;}
.customerpartner-tabs #ajax_playlists li.new-playlist a{font-size: 11px; word-spacing: -1px; color: #C11B3C;}
.customerpartner-tabs #ajax_playlists li.new-playlist a:hover{background:none; text-decoration:underline;}
.customerpartner-tabs #ajax_playlists li.new-playlist a.pllink-new{float: right; margin-right: 12px;}
.add_success{display: block; font-weight: bold; font-size: 22px; padding:12px;  text-align:center;  color:#2f2f2e;}

#customer_tabs_content{position: relative; min-height: 230px; float: left; margin-top: 8px; width: 523px; background:#282828;}
#customer_tabs_content .mask{position:absolute; height:100%; width: 100%; background:black url('../images/loading.gif') center no-repeat; opacity:0.5;} 
#customer_tabs_content .tab-title{font-weight: bold; margin: 7px 2px 0px; font-size: 32px; padding-top: 5px; padding-left: 12px; padding-bottom: 1px; background:#eae9e9;}
#customer_tabs_content .tab-title .name{float: left; width: 330px; color:black;}
#customer_tabs_content .tab-title .links{float: left; font-size: 15px; padding-top: 15px; width: 170px; text-align: right; line-height: 18px;}
#customer_tabs_content .tab-title .links .pages{padding-top: 15px;}
#customer_tabs_content .item{padding-left: 10px; color:white; padding-top: 4px; padding-bottom: 8px; clear:both;position:relative;}
#customer_tabs_content .item-right{float: right; width: 108px;}
#customer_tabs_content .item-left{float: left; width: 345px;}
#customer_tabs_content .item_0{background:#212121;}
#customer_tabs_content .item_1{background:#444444;}
#customer_tabs_content .item-attr{display: block; float: left; white-space: nowrap; font-size: 13px; font-weight: bold;}
#customer_tabs_content .item-left .item-attr{padding-right:12px;}
#customer_tabs_content .item-cat{}
#customer_tabs_content .item-sep{}
#customer_tabs_content .item-name{}
.item-creator {color: #FFF; font-size: 13px; font-weight: normal; padding-right:0px;}
.item-creator .creator-link { color: #FFF; }
#customer_tabs_content .item-play{margin-right: 34px; padding-left: 19px; background: url(../images/playlist_play.png) left 5px no-repeat; color: white; font-weight: normal; font-size: 12px;}
#customer_tabs_content .item-remove{width: 13px; height: 16px;  margin-top: 5px; background: url(../images/playlist_delete.png) left 0px no-repeat;}
#customer_tabs_content .pro-total{float: right;font-size: 14px;font-weight: bold;padding: 5px;}
#customer_tabs_content .pay-me{ width:100%; text-align: center; float:right; }
#customer_tabs_content .pay-me button{ float: none !important; }

.records_like {
	float: right;
	margin: 15px 10px 0 0;
}


/*---------------------my Downloads ----------------------------*/
#customer_tabs_content .download-items .item-attr{float:none;}
#customer_tabs_content .download-items .item-left{width: 262px;}
#customer_tabs_content .download-items .item-right{width: 222px; float:left;}
#customer_tabs_content .download-items .item {background:#1e1e1e url("../images/down_item_bg.png") left top repeat-x;/* ../images/check/down_item.png    */ padding: 17px 18px 12px 18px;}
#customer_tabs_content  .download-items .item-attr{font-size: 17px; font-weight: normal; line-height: 19px;}
#customer_tabs_content  .download-items .item-left .item-attr{font-size: 15px; display:inline;}
#customer_tabs_content  .download-items .down-link  a{color: #C3C3C3; font-size: 13px; padding-left: 12px; padding-right: 12px; background:url("../images/download_link.png") left 5px no-repeat;}

.j2t2-temp-div .easy-box h4 a{font-size: 19px;}
/*----------------------profile tab pages-----------------------*/
#customer_tabs_content  .d-page{display:none;}
#customer_tabs_content  .tab-pages .active{display:block;}
#customer_tabs_content .tab-title .links .pages a{margin-right:3px;}
#customer_tabs_content .tab-title .links .pages a.active{color:gray; cursor: default;}
#customer_tabs_content .tab-title .links .pages a.active:hover{text-decoration:none;}


/*PRODUCT DETAIL
----------------------------------------------------------------*/
.expand-more-views { float: right; margin-top: 3px; }
.opened-door-link{display:block; width:17px; height:14px; background:url("../images/expand-open.png") left bottom no-repeat; float: right;}
.opened-door-link img{display:none;}


.product-content {color:#aca9a9;}
.product-content .product-main{padding: 0px 13px 0px 15px; margin-top: 0px; margin-bottom: 12px; background: #444;}
.product-content  .pro-top-left{float: left; width: 400px;}
.product-content  .pro-top-right{height: 70px; width: 200px; float: right; overflow:hidden;}
.product-content .sum-songs{font-weight: bold; padding-top: 35px;}
.product-content h1.product-name{font-size: 23px; padding-top: 6px; color: white;}
.product-content h1.product-name a{color: white;}

.product-lirycs{background:#282828;}
.product-lirycs .lirycs-title{height: 40px; background: #444;}
.product-lirycs .lirycs-title h4{font-size: 18px; float: left; line-height: 15px; padding-left: 20px; color: white; margin: 10px 0;}
.product-lirycs .lirycs-title a.lirycs-print{display: block; float: right; font-size: 13px; font-weight: bold; color: white; padding-right: 45px; padding-top: 9px;}
.product-lirycs .lirycs-content{font-size: 18px; color:#b8b7b7;  padding: 15px 39px; line-height: 18px; position: relative;}
.product-lirycs .lirycs-expand{height: 92px; overflow: hidden;}
.product-lirycs .lirycs-tall{}
.product-lirycs .expand-lirycs{display: block; position: absolute; right: 19px; bottom: 12px;}


.similar-songs{background:#282828; margin-top: 9px;}
.similar-songs .similar-title{height: 40px; background: #444;}
.similar-songs .similar-title h4{font-size: 18px; float: left; line-height: 15px; padding-left: 20px; color: white; margin: 10px 0;}
.similar-songs .similar-title a.lirycs-print{display: block; float: right; font-size: 13px; font-weight: bold; color: white; padding-right: 45px; padding-top: 9px;}
.similar-songs .similar-content{font-size: 11px; padding: 13px 7px 15px; line-height: 13px; position: relative;}
.similar-songs .similar-expand{height: 92px; overflow: hidden;}
.similar-songs .similar-tall{}
.similar-songs .expand-similar{display: block; position: absolute; right: 19px; bottom: 12px;}
.similar-songs #ul_similar li{background: #444; float: left; width: 149px; font-size: 12px; margin-right: 7px; margin-bottom: 6px; padding-top: 2px; height: 40px;}
.similar-songs #ul_similar li a.similar-image{display: block; float: left; margin-left: 5px; margin-right: 4px;}
.similar-songs #ul_similar li a.similar-text{display: block; margin-top: 3px; float: left; width: 82px; margin-left: 0px; font-size: 11px; color:#aca9a9;}


.product-spell{background:#282828; margin-top: 8px;}
.product-spell .spell-title{height: 40px; background: #444;}
.product-spell .spell-title h4{font-size: 18px; float: left; line-height: 15px; padding-left: 20px; color: white; margin: 10px 0;}
.product-spell .spell-content{font-size: 14px; color:#a8a8a8; padding: 12px 13px 48px; line-height: 18px; position: relative; font-weight: bold;}


.product-essential, .product-collateral { clear: both; }

.product-essential { padding: 0 15px 15px; } 

.product-img-box {}

.product-essential .product-shop { width: 394px;}

.product-collateral {}

/*PRODUCT TABS */
#ja-tab-products {
	margin: 0 -15px;
}

ul.ja-tab-navigator {
	background: url(../images/v-line.gif) repeat-x left bottom #F2F2F2 ;
	border: 1px solid #E0E0E0;
	border-bottom: none;
}

ul.ja-tab-navigator li{
	float: left;
	line-height: 30px;
	padding: 0 10px;
}

ul.ja-tab-navigator li.first {
	margin-left: 15px;
}

ul.ja-tab-navigator li.active {
	background: #FFF;
	border-left: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
}

.ja-tab-content {
	padding: 15px;
	background: #FFF;
}

ul.ja-tab-navigator li a{
	text-decoration: none;
	text-transform: uppercase;
	color: #353535;
	font-weight: bold;
}

ul.ja-tab-navigator li a:hover,
ul.ja-tab-navigator li a:focus,
ul.ja-tab-navigator li a:active,
ul.ja-tab-navigator li.active a {
	color: #bd0606;
}

.ja-tabitem-producttags h5 {
	margin-top: 0;
}


/* Search Results */
.catalogsearch-result-index .page-title h1{margin: 0px 0px 10px;}
.result-box { background-color:#1e1e1e; 	padding: 14px 10px; min-height: 900px;}
.result-box li{ width: 163px; height: 48px; background-color: #424141; display: block; float:left }
.product-list li{ background-color: #424141; display: block; }
.result-box .space {/*width: 100%;*/ height:8px;background-color:#1e1e1e}
.result-box li.song { width: 100%; /*width: 326px;*/ height: 56px; }
.result-box li.even { background-color: #373737; }
.result-box .arrow {background-image: url(../images/close-arrow.png);height: 32px;float: right;width: 32px;margin-top: 12px;margin-right: 10px; cursor: pointer;}
.result-box div.open-arrow {background-image: url(../images/open-arrow.png)}
.result-box .category-list, .result-box .product-list { background-color:#282828; }
.result-box #result_expand { float: left; height: 96px; overflow: hidden; }
.result-box .image-box { float: left; padding: 0px; }
.result-box .image-box img { padding: 7px 0px 7px 13px; }
.result-box .song .image-box img { padding: 8px 0px 8px 9px; }
.result-box .name-box { float: left; width: 100px; padding-left: 15px; padding-top: 15px; margin: 0px; }
.result-box .song .name-box { width: 260px; font-size: 18px; }
.result-box .name-box a { font-weight: bold; color: #ffffff; }
.result-box .more-link { text-align:right; color: #f00000; font-weight: bold; }
.result-box h1 { padding-left: 10px; font-size: 17px; font-weight: normal; margin: 0px; padding-top: 5px; padding-bottom: 7px; }

.recordings {padding: 0 13px 5px 13px;}
.rec-details {height:27px;font-size: 13px; padding-top: 5px; color: #c4c4c4;border: 1px solid gray; background-color: #1e1e1e}
.rec-details div {float:left; padding: 0 10px 0 3px; height:27px;}
.rec-details div.ex img { float: left; padding: 0 3px; }
.recordings li {background-color:#1e1e1e;display:inline;padding: 0 10px 0 3px}
/*Product Images---*/
.product-img-box .product-image-zoom {
	height: 160px;
	overflow: hidden;
	position: relative;
	width: 160px;
	z-index: 9;
	margin: 0;
}

.product-img-box .product-image-zoom img {
	cursor: pointer;
	left: 0;
	position: absolute;
	top: 0;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	padding: 4px;
}

.image-zoom,
.zoom {
	position: relative;
	z-index: 9;
	height: 24px;
	margin: 0 auto 13px auto;
	background: url(../images/slider_bg.gif) no-repeat 50% 50%;
	padding: 0 28px 0 28px;
	cursor: pointer;
}

.image-zoom #track,
.zoom #track {
	height: 24px;
	position: relative;
}

.image-zoom #handle,
.zoom #handle {
	background: url(../images/magnifier_handle.gif) 0 0 no-repeat;
	height: 18px;
	left: 0;
	position: absolute;
	top: 3px;
	width: 9px;
}

.image-zoom .btn-zoom-out,
.zoom .btn-zoom-out {
	position: absolute;
	left: 10px;
	top: 7px;
}

.image-zoom .btn-zoom-in,
.zoom .btn-zoom-in {
	position: absolute;
	right: 10px;
	top: 7px;
}

.product-img-box #track_hint { color: #353535; }

.product-img-box .more-views {
	margin-top: 20px;
}

.product-img-box .more-views ul {
	background: #F2F2F2;
	float: left;
	border: 1px solid #E0E0E0;
}

.product-img-box .more-views li {
	float: left;
	display: block;
	margin: 0;
	line-height: normal;
}

.product-img-box .more-views li a {
	height: 56px;
	width: 56px;
	float: left;
	border: 4px solid #E0E0E0;
}

.product-img-box .more-views li a:hover {
	border: 4px solid #bd0606;
}

/*Product Info---*/
.product-essential .product-name {
	font-size: 150%;
	text-transform: uppercase;
	line-height: 15px;
	padding: 10px 0 12px;
}

.product-essential .link-mail,
.product-essential .link-productalert,
.product-essential .link-reviewwrite {
	display: block;
}

.product-essential .ratings {}

.product-essential .availability {
	margin: 10px 0;
}

.product-essential .price-box {
	margin: 10px 0;
}

.product-essential h4 {
	margin: 15px 0 5px;
	font-size: 100%;
	text-transform: uppercase;
	color: #353535;
}

.product-essential .add-to-holder {
	margin: 10px 0;
}

.product-essential .add-to-box {}

.product-essential .short-description {}

/* Facbook notes */
.fb_actions {
	font-size: 14px;
	color: #729AF0;
	margin: 2px;
	padding-left: 25px;
	background: url("../images/facebook_icon.png") no-repeat left center;
	height: auto;
	line-height: 18px;
	float: left;
	margin-left: 13px;
}
.fb_actions a {
color: #F70000;
font-weight: bold;
}

/*Product Options---*/
.product-options {
	
}

.product-options dt {
}

.product-options dt label {
	color: #353535;
	font-weight: bold;
}

.product-options dt .qty-holder {
	float: right;
	margin-right: 15px;
}

.product-options dt .qty-holder label {
	vertical-align: middle;
}

.product-options dt .qty-disabled {
	background: none;
	border: 0;
	color: #353535;
	padding: 3px;
}

.product-options dd {
	margin: 0 0 15px;
	padding: 0;
}

.product-options dl.last dd.last {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 5px;
}

.product-options dd input.input-text {
	width: 99%;
}

.product-options dd textarea {
	height: 8em;
	width: 99%;
}
.product-options .qty-holder{display:none;}
.product-options dd select {}

.product-options dd .multiselect option {
	border-bottom: 1px dotted #000;
	padding: 2px 4px;
}
.product-options ul.options-list .option-title{padding-left: 10px; padding-top: 15px; float: left; width: 515px;}
.product-options ul.options-list .option-title .option-name{font-size: 15px; font-weight: bold;}
.product-options ul.options-list .option-ratings{float: right; height: 20px; width: 90px; padding-top: 5px; position: relative;}
.rating_exp { right: 10px; position: absolute; text-align: right; top: 18px; width: 250%; }
.product-options ul.options-list .option-links{padding-left: 13px; padding-top: 9px;}
.product-options ul.options-list .option-links ul li{
margin-bottom: 0px;
float: left;
padding-left: 19px;
background: url(../images/song_links.png) left 0px no-repeat;
font-size: 14px;
line-height: 14px;
height: 20px;
margin-right: 14px;
padding-top: 2px;
}
.product-options ul.options-list .option-links ul li.li-to-kareoke{}
.product-options ul.options-list .option-links ul li.li-to-song{padding-left:15px; margin-right: 22px;}
.product-options ul.options-list .option-links ul li.li-to-cart{background-position:left -24px; margin-right: 10px;}
.product-options ul.options-list .option-links ul li.li-to-playlist{background-position:left -47px; }
.product-options ul.options-list .option-links ul li a{color:white;}
.product-options ul.options-list {
	padding-top: 10px;	
}

.product-options ul.options-list li {
margin-bottom: 7px;
height: 85px;
background:#282828;
	}
#no_lists_messege{font-size: 16px; font-weight: bold; color: #525252; line-height: 33px; margin-left: -7px;}
#lists_loading{position: absolute; left: 0; height: 170px; width: 100%; text-align: center; line-height: 0; background: url(../images/loadinglist.gif) center no-repeat; }
.product-options ul.options-list input.radio {
	float: left;
	margin-top: 3px;
	display:none;
}

.product-options ul.options-list input.checkbox {
	float: left;
	margin-top: 3px;
}

.product-options ul.options-list .label {
	display: block;
	margin-left: 18px;
}

.product-options ul.options-list label {
	font-weight: normal;
}

.product-options ul.validation-failed {
	padding: 0 7px;
}

.product-options p.required {}

.product-options-bottom {
	padding: 10px 20px;
	background: #F2F2F2;
	border: 1px solid #E0E0E0;
	border-top: 0;
}

.product-options-bottom .product-pricing {
	background: none;
	border: 0;
	margin: 0;
	padding: 0 0 10px;
}

.product-options-bottom .product-pricing li {
	background: 0;
	padding: 2px 0;
}

.product-options-bottom .product-pricing .price,
.product-options-bottom .product-pricing .benefit {
}

.product-options-bottom .price-box {
	float: left;
	margin: 0;
	padding: 0;
}

.product-options-bottom .price-label {
	float: left;
	padding-right: 5px;
}

.product-options-bottom .price-tax {
	float: left;
}

.product-shop .product-options-bottom .price-box {
	float: none;
}

.product-shop .product-options-bottom .price-label {
	float: none;
	padding-right: 0;
}

.product-shop .product-options-bottom .price-tax {
	float: none;
}

.product-shop .product-options-bottom .add-to-cart-box {
	clear: both;
	float: left;
	margin-top: 10px; 
}

dl.item-options dt {
	font-weight: bold;
}

dl.item-options dd {
	padding-left: 15px;
	background: url(../images/arrow.gif) no-repeat 5px center;
}

/*Product Collateral---*/
.product-collateral .collateral-box,.product-collateral .box-collateral {
}

.product-collateral .head {
	background: #F8F8F8;
	color: #353535;
	line-height: normal;
	display: block;
	padding: 10px 0;
	margin: 0 -10px;
	overflow: hidden;
	border-bottom: 1px solid #E0E0E0;
	border-top: 1px solid #E0E0E0;
}

.product-collateral .collateral-box h4,
.product-collateral .box-collateral h4 {
	font-size: 100%;
	float: left;
	padding-left: 10px;
	line-height: 20px;
}

.product-collateral .collateral-box h5,
.product-collateral .box-collateral h5 {
	margin: 10px 0 5px;
	font-size: 100%;
}

/*Product Description*/
.product-collateral .product-specs {padding: 8px 0;}

.product-collateral .product-specs ul,
.product-essential .short-description ul {
	list-style: disc;
	margin-left: 15px;
}

.product-collateral .product-specs ol,
.product-essential .short-description ol {
	list-style: decimal;
	margin-left: 15px;
}

.product-collateral .product-specs td,
.product-essential .short-description td {
	border-bottom: 1px solid #D5D5D5;
	border-right: 1px solid #D5D5D5;
}

.product-collateral .product-specs th,
.product-essential .short-description th {
	border-bottom: 1px solid #D5D5D5;
	border-right: 1px solid #D5D5D5;
	background: #F4F4F4;
}

.product-collateral .product-specs table,
.product-essential .short-description table {
	border-top: 1px solid #D5D5D5;
	border-left: 1px solid #D5D5D5;
}

/*Additional Information*/
.product-collateral .attribute-specs table {
	border: 1px solid #E0E0E0;
}

.product-collateral .attribute-specs .label {
	font-weight: bold;
	white-space: nowrap;
	width: 20%;
	border-right: 1px solid #E0E0E0;
}

.product-collateral .attribute-specs .odd td {
	background: #FFFFFF;
	border-bottom: 1px solid #E0E0E0;
}

.product-collateral .attribute-specs .even td {
	background: #F2F2F2;
	border-bottom: 1px solid #E0E0E0;
}

.product-collateral .attribute-specs .data {}

/*related product*/
.product-collateral .up-sell .head {}

.product-collateral .up-sell .generic-product-grid {}

.product-collateral .up-sell .generic-product-grid td {
	width: 25%;
	text-align: center;
	vertical-align: top;
	border: none;
}

/*reviews*/
#customer-reviews {
	margin-bottom: 0;
}

#customer-reviews li {
	margin-bottom: 15px;
	border-bottom: 1px solid #E0E0E0;
}

#customer-reviews li p {
	clear: both;
}

.product-review-box {
	padding-bottom: 10px;
}

.product-review-box table {
	margin: 8px 0 0;
	width: 456px;
}

.product-review-box td,
.product-review-box th {
	text-align: center;
}

.product-review-box td.label {
	text-align: left;
	width: 100px;
}

#ja-tabitem-reviewform .button-set {
	padding: 8px 0;
}

#ja-tabitem-reviewform .button-set .form-button {
	float: left;
}


/* ---------------------- songs-reviews --------------------------------- */
.songs-reviews{background: #444444/* url("../images/check/reviews.png") top left no-repeat */ ; padding: 0px 18px 20px 14px;}
.songs-reviews .reviews-title{}
.songs-reviews .reviews-title h1{text-align: center; padding-top: 15px; line-height: 21px;}
.songs-reviews .reviews-title h2{font-weight: normal; line-height: 19px; padding-top: 3px;}
.songs-reviews #more_expand{height:0px; overflow:hidden;} 
.songs-reviews #more_expand .more-wrap{padding-bottom:20px;} 
.songs-reviews .reviews-title h2 a{}
.songs-reviews  .reviews-next{}
.songs-reviews button{text-shadow: none; display: block; float: right; margin-top: 16px; font-size: 30px; font-weight: bold; padding: 19px 33px 31px 35px !important; background: url("../images/reviews-next.png") left top repeat-x; color: #4B4A4A;}
.songs-reviews button:hover{color:#C20E32;}
.songs-reviews button.prev{float:left;}
.songs-reviews  .reviews-next a{display: block; float: right; margin-top: 16px; margin-bottom: 20px; font-size: 30px; font-weight: bold; padding-top: 14px; padding-right: 31px; background: url("../images/reviews-next.png") left top repeat-x; padding-bottom: 11px; padding-left: 31px;color:#4b4a4a;}
.songs-reviews  .reviews-next a{text-decoration:none;}
.song-review{margin-bottom: 7px; padding-bottom: 12px; background:#282828; position: relative;}
.song-review .review-left{float: left; width: 184px; margin-left: 17px;}
.song-review .review-mid{float: left; width: 320px; margin-top: 4px; visibility: hidden;}
.song-review .review-right{float:left; width:100px;}
.song-review .review-right a.review-play{display: block; background: url("../images/play-big-button.png") top left no-repeat; width: 92px; height: 93px; margin-top: 44px; margin-left: 10px;}
.song-review .review-song-name{font-size: 14px; padding-top: 15px; margin-left: 23px; color: white;}
.song-review .review-image{padding-left: 5px; padding-top: 6px;}
.song-review .review-image img{width: 150px; height: 150px;}
.song-review .review-comment{margin-top: 15px; display: none;}
.song-review .review-comment a{display: block; float: left; color: #C20E32; padding: 2px 6px 0px; margin-left: 2px; font-weight: normal; font-size: 14px; text-decoration: underline;}
.song-review .review-comment .comment-box{clear: both; padding-top: 3px; margin-left: 2px; width: 145px;}
/*.song-review .review-comment .comment-expand{height:0px; overflow:hidden;}*/
.song-review .review-comment .comment-box textarea{width: 134px; height: 53px; margin-top: 2px; margin-left: 1px; border-radius: 4px; background: #EEE;}
.song-review .review-aspect{margin-bottom: 5px;}
.song-review .review-aspect.invalid{border: 1px dotted red; padding: 4px 0px;}
.song-review .review-aspect .aspect-name{font-size: 18px; font-weight: normal; padding-top:18px; float: left; width: 114px;}
.song-review .review-aspect .aspect-select{}
.song-review .review-aspect .aspect-select a{display: block; width: 89px; height: 55px; float: left;}
.song-review .review-aspect .aspect-select .aspsep{background: url("../images/aspectsep.png") top left no-repeat; width: 1px; height: 55px; float: left;}
.song-review .review-aspect .aspect-select a.happy{background: url("../images/happy.png") top left no-repeat;width: 95px;}
.song-review .review-aspect .aspect-select a.sad{background: url("../images/sad.png") top left no-repeat;}
.song-review .review-aspect .aspect-select a.happy:hover,.song-review .review-aspect .aspect-select a.happy.active{background-image:url("../images/happygreen.png");}
.song-review .review-aspect .aspect-select a.sad:hover,.song-review .review-aspect .aspect-select a.sad.active{background-image:url("../images/sadred.png");}
.sent .song-review .review-aspect .aspect-select a.happy.active{background-image:url("../images/happyhover.png");}
.sent .song-review .review-aspect .aspect-select a.sad.active{background-image:url("../images/sadhover.png");}

.song-review .review-mask{position: absolute; display:none; height: 100%; width: 100%; background: black; opacity: 0.8; z-index:100;}
.sending .song-review .review-mask{display:block; background:black url('../images/loading.gif') center no-repeat;}
.blocked .song-review .review-mask{display:block;}
.song-review .thankyou-mask{position: absolute;height: 100%; width: 100%; display: none;  opacity: 0.8; font-size: 72px; font-weight: bold; text-align: center; color: #FFF; background-color:#000; z-index:100;}
.song-review .thankyou-thankyou{font-size: 66px; line-height: 66px; padding-top: 20px; }
.song-review .thankyou-rp{font-size: 34px; line-height: 34px;}
.song-review .thankyou-report{font-size: 17px;}
.song-review .thankyou-report a{color:white;}
.song-review .thankyou-worning{font-size: 12px; line-height: 18px; }
.sent .song-review .thankyou-mask{display:block;}
.song-review .error-mask{position: absolute;height: 100%; width: 100%; display: none;  opacity: 0.8; font-size: 60px; font-weight: bold; text-align: center; color: #FFF; background-color:#F00; z-index:100;}
.song-review .wait-mask{position: absolute;height: 100%; width: 100%; display: none;  opacity: 0.8; font-size: 20px; font-weight: bold; text-align: center; color: #000; background-color:#CACACA; z-index:100;}
.notsent .song-review .error-mask{display:block;}
.wait .song-review .wait-mask{display:block;}
.allowed .song-review .review-mid { visibility:visible; }
.allowed .song-review .review-comment { display:block; }
.song-review .review-play{}
.song-review .save-review{display: block; background: #C20E32; float: right; color: white; padding: 2px 6px 0px; margin-right: 25px; font-weight: normal; font-size: 14px; margin-top: 6px}
.song-review .save-review:hover{color:white; text-decoration:none;}


/*.song-review .option-review */

.option-li-for-review{height: auto !important; padding-bottom: 27px;}
.product-options ul.options-list .option-links ul li.li-review-to-kareoke{background:none; padding-left: 0px;}
.product-options ul.options-list .option-links ul li.li-review-to-kareoke .review-loader{color:white;}
.product-options ul.options-list .option-links ul li.li-review-to-kareoke a{background: url(../images/song_links.png) left 0px no-repeat; padding-left: 19px; margin-left:4px;}
.product-options ul.options-list .option-links ul li.li-review-to-kareoke .new-notice{font-weight: bold; color: #04ad23; padding-left: 19px;}
.catalog-product-view .song-review{background:none;}

.song-review .option-review .review-left{padding-left: 16px; line-height: 15px; font-weight: bold; width: 230px; color: white; font-size: 12px; padding-right: 116px; padding-top: 24px;}
.song-review .option-review .review-left p{padding:0px; margin:0px;}
.song-review .option-review .review-mid{float: left; width: 238px; visibility: visible; margin-top: 6px;}
.song-review .option-review .comment-box textarea{margin-left: 0px; width: 115px; height: 20px; margin-top: 5px; border-radius: 4px; background: white;}
.song-review .option-review .review-aspect{margin-bottom: 3px;}
.song-review .option-review .review-aspect.invalid{padding:0px;}
.song-review .option-review .review-aspect .aspect-name{font-size: 12px; font-weight: normal; padding-top: 12px; width: 110px; color:white;}
.song-review .option-review .review-aspect .aspect-select a{width: 60px; height: 37px;}
.song-review .option-review .review-aspect .aspect-select .aspsep{background: url("../images/o_aspectsep.png") top left no-repeat; width: 1px; height: 37px; float: left;}
.song-review .option-review .review-aspect .aspect-select a.happy{background: url("../images/o_happy.png") top left no-repeat;width: 63px;}
.song-review .option-review .review-aspect .aspect-select a.sad{background: url("../images/o_sad.png") top left no-repeat;}
.song-review .option-review .review-aspect .aspect-select a.happy:hover,.song-review .option-review .review-aspect .aspect-select a.happy.active{background-image:url("../images/o_happygreen.png");}
.song-review .option-review .review-aspect .aspect-select a.sad:hover,.song-review .option-review .review-aspect .aspect-select a.sad.active{background-image:url("../images/o_sadred.png");}
.sent .song-review .option-review .review-aspect .aspect-select a.happy.active{background-image:url("../images/o_happygreen.png");}
.sent .song-review .option-review .review-aspect .aspect-select a.sad.active{background-image:url("../images/o_sadred.png");}
.sent,.sending{overflow:visible !important;}
.sending .song-review .option-review .review-mask{top: -69px; height: 301px;}
.done  .song-review .option-review .review-left,.done  .song-review .option-review .review-mid{display:none;}
.song-review .option-review .thankyou-mask{background: #474646; opacity: 1; margin: 5px; width: 634px; height: 194px; border-radius: 4px;}
.allowed .song-review .option-review .review-comment {float:left;}
.song-review .option-review .save-review{padding: 1px 0px; margin: 4px 9px 0px 7px; width: 205px; text-align: center;}
.song-review .option-review .save-real{display:none;}
.song-review .option-review .save-before{display:block; color: #D1D1D1; background: #494949;}
.allowed .song-review .option-review .save-real{display:block;}
.allowed .song-review .option-review .save-before{display:none;}


.canel_vote {
    color: #A21118;
    float: right;
    font-size: 16px;
    margin-right: 15px;
    margin-top: 10px;
}

/* top karaoke */
.top-karaoke{/*background: #444444 url("../images/check/top.png") top left no-repeat; */}
.top-karaoke .top-main{padding-top: 7px; padding-left: 2px;}
.top-karaoke .top-panels{background: #444; padding:0px 0px 10px;  float: left;}
.top-karaoke #top_tabss { background: #282828;height: 47px;float: left;width: 100%; position:relative;}
.top-karaoke #top_tabss li{display: block; padding: 11px 13px 9px; background:#5B5B5B; font-size: 17px; color: white; float:left;}
.top-karaoke #top_tabss #secondTab { position: absolute;left: 335px; }
.top-karaoke .top-panel { background: none repeat scroll 0 0 #444444;clear: none;display: inline-block;float: left;padding: 0;position: relative;left: 0;top: 0;width: 335px;}
.top-karaoke .songs .song{float:left; width: 333px; padding: 0 0 3px; min-height: 85px; }
.top-karaoke .songs .new_song .song-main{ background:url("../images/rating_hover.png") no-repeat scroll 100% 33px transparent; }
.top-karaoke .songs .song:hover, .records-list .song:hover{background:#9e0e2a;}
.top-karaoke .songs .song_1{background:none repeat scroll 0 0 #282828;}
.top-karaoke .songs .song_0{background:none repeat scroll 0 0 #373737;}
.top-karaoke .top-panel.active-tab-body {display: block;}
.top-karaoke .top-panel .song-image{float: left; padding: 13px 6px 0 10px;}
.top-karaoke .top-panel .song-image img{width: 75px; height: 60px;}
.top-karaoke .top-panel .song-main{float: left; width: 220px; min-height: 80px;}
.top-karaoke .top-panel .song-name{padding-top: 13px; padding-bottom: 4px;}
.top-karaoke .top-panel .song-links{ position: relative; }
.top-karaoke .top-panel .song-links .bubble { right: 130px; display: none; }
.top-karaoke .top-panel .song-name a{ color:#FFF; font-size: 14px; font-weight: bold; }
.top-karaoke .top-panel .song-links a{display: block; padding-left: 15px; color: white; font-size: 13px; padding-bottom: 0px; margin-left: 7px;}
.top-karaoke .top-panel .song-links a.play{background: url("../images/top_play.png") top left no-repeat;}
.top-karaoke .top-panel .song-links a.download{margin-left: 4px; background: url("../images/top_down.png") left 7px no-repeat; padding-left: 17px;}

.songs-waiting-for .song a.download{margin-left: 27px; background: url("../images/top_down.png") left 7px no-repeat; padding-left: 17px;color: white; font-size: 15px;}
.top-karaoke .top-panel .song-links .rating { margin-left:4px; padding-left: 17px; }
.top-songs .top-description{
position: absolute;
top: 172px;
left: 2px;
width: 454px;
height: 47px;
padding-left: 13px;
padding-top: 11px;
font-size: 14px;
border-bottom-left-radius: 8px;
background: url("../images/transp.png");
color:#c3c3c3;
}
/* top instrumentals */
.top-instrumentals .top-panels{background: #444; padding:0px 0px 10px; float: none;}
.top-instrumentals #top_tabs{background:#282828; height: 47px;}
.top-instrumentals #top_tabs li{float:left;}
.top-instrumentals #top_tabs li a{display: block; padding: 11px 13px 9px; background:#282828; font-size: 17px; color: white;}
.top-instrumentals #top_tabs li a.active-tab,.top-instrumentals #top_tabs li a:hover{background:#c20e32; text-decoration:none;}
.top-instrumentals .top-panel {background: #444444; clear: both; display: none;  padding: 8px 10px 0px;}
.top-instrumentals .songs .song{float:left; width: 325px; padding: 0 0 3px; }
.top-instrumentals .songs .new_song{ background:url("../images/rating_hover.png") no-repeat scroll 8px 33px transparent; }
.top-instrumentals .songs .song:hover, .records-list .song:hover{background:#9e0e2a;}
.top-instrumentals .songs .new_song:hover{ background:url("../images/rating_hover.png") no-repeat scroll 8px 33px #9e0e2a; }
.top-instrumentals .top-panel .instrumentals .song-name{padding-left: 9px; padding-top: 1px; padding-bottom: 4px;}
.top-instrumentals .top-panel .instrumentals .song-image{padding: 0px 6px 16px 10px;}
.top-instrumentals .top-panel .instrumentals .song-image img{width: 57px; height: 45px;}
.top-instrumentals .top-panel .instrumentals .sample{display: block; float: left; padding: 0px 6px 0px 1px;}
.top-instrumentals .top-panel .instrumentals .play{padding-bottom:7px;}
.instrumentals .top-description{position: absolute;
top: 172px;
right: 2px;
width: 462px;
height: 44px;
padding-left: 3px;
padding-top: 15px;
font-size: 14px;
border-bottom-right-radius: 8px;
background: url("../images/transp.png");}
.instrumentals  .top-panel .song-main{margin-left: 18px;}
.instrumentals .top-panels .top-panel .song-name{padding-top: 11px; margin-left: 4px;}
.instrumentals .top-panels .top-panel .song-links a{margin-left: 0px; line-height: 24px; padding-left: 30px;}
.instrumentals .top-panels .top-panel .song-links a.play{background-image:url("../images/inst_play.png");}
.instrumentals .top-panels .top-panel .song-links a.download{padding-bottom: 8px;background-image:url("../images/inst_down.png");}

/* NEW: ALL Instrumentals */
.top-instrumentals #top_inst_tabs {
    background:#282828;
	height: 47px;
}
.top-instrumentals #top_inst_tabs li {
    background: none repeat scroll 0 0 #282828;
    color: white;
    display: block;
    font-size: 17px;
    padding: 11px 13px 9px;
}
#top_inst, .top-instrumentals .top-panel.active-tab-body, #relative_panel {
	position: relative;
}
#inst-ajax-overlay {
    background: none repeat scroll 0 0 #000000;
    height: 100%;
    left: 0;
    opacity: 0.75;
	filter:alpha(opacity=75); /* For IE8 and earlier */
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 200;
	display: none;
}
#inst-ajax-loader {
    position: absolute;
   	left: 320px;
    top: 180px;
    z-index: 210;
	display: none;
}
#top_inst .mini-search {
	font-size: 14px;
    right: 0px;
    line-height: 47px;
    position: absolute;
    text-align: right;
    top: 8px;
    width: 375px;
}
#top_inst #home_inst_search {
	width: 400px !important;
}
#top_inst .mini-search button.button {
	margin: 5px 0 0;
    padding: 0 !important;
}
#top_inst .mini-search #search_instrumentals {
	background: url("../images/inst_search_bg.png") repeat-x scroll left top transparent;
    border: 0 none;
    color: #333333;
    height: 35px;
    margin-left: 5px;
    margin-right: -4px;
    margin-top: 5px;
    width: 195px;
}
.instrumentals .playback{
	float: left;
	width: 653px;
}
.instrumentals .playback_1{
	background-color: #282828;
}
.instrumentals .playback_0{
	background-color: #373737;
}
.instrumentals .playback:hover{background:#9e0e2a;}
.instrumentals .playback .playback-image{padding: 10px; float: left;}
.instrumentals .playback .playback-image img{width: 57px; height: 45px;}
.instrumentals .playback .playback-name{padding-top: 20px; padding-bottom: 4px; float: left;}
.playback-name a{ color:#FFF; font-size: 14px; font-weight: bold; }
.instrumentals .playback .playback-main { float: right; padding-right: 5px; padding-top: 20px; width: 350px; }
.instrumentals .playback .play { float: left; }
.instrumentals .playback .play img{
    float: left;
    margin-right: 3px;
}
.instrumentals .playback .song-links a.download { float: left; margin-left: 10px;}
.instrumentals .playback .song-links a.create-kar {
    background: url("../images/create_pencil.png") no-repeat scroll left top transparent;
	float: left;
    margin-left: 10px;
    padding-left: 20px;
}
.instrumentals #load_more_button {
	float: none;
    padding: 0 !important;
    width: 655px;
	border: 1px solid #1E1E1E;
	background: none repeat scroll 0 0 #1E1E1E;
}
.instrumentals #load_more_button div{
    font-size: 20px;
    letter-spacing: 1px;
    padding: 7px 40px;
	color: #FFF;
}
.instrumentals #load_more_button:hover{
	 background: none repeat scroll 0 0 #d81038;
}

/* Recordings */
.home-records{padding-top: 0px;}
.records{margin-left: 1px;}
.records-list{float: left; width: 330px;}
.records-list.new-records{float:right;}
.records-list .records-title{font-size: 18px; padding: 9px 9px 10px; color:#fffefe; background:#444444; }
.records-list.new-records .records-title{padding-left: 29px;}
.records-list .songs{}
.records-list .song{padding-bottom: 8px;}
.records-list .song_1{background:#383838;}
.records-list .song_0{background:#444444;}
.records-list .song-number {
	color: #5C5C5C;
	float: left;
	font-size: 21px;
	margin-left: 5px;
	width: 12px;
}
.records-list table {
	float: left;
	margin: 5px 11px 0;
	width: 67px;
	height: 55px;
	background: #292828;
}
.records-list table td{
	padding: 0 !important;
}
.records-list .song-image {
	text-align: center;
	vertical-align: middle;
}
.records-list .song-image img {
	max-width: 70px;
	max-height: 55px;
}
.records-list .song-main{float: left; width: 178px; padding-top: 9px; font-size: 13px; color: #ababab;}
.records-list .recorder-name a{color:#FFF;}
.recorder-name .fb-like { float:right; margin-right: 3px; }
.records-list .song-name{}
.records-list .song-rating{padding-top: 3px;}
.records-list .play{display: block; float: left; width: 40px; height: 44px; background: url(../images/records-play.png) top left no-repeat; margin-top: 14px;}


/* genres */
.genres{background: #444; padding-top: 12px; padding-left: 14px; padding-right: 12px; padding-bottom: 12px;}
.genres-wrap{background:#282828;padding-top: 3px; padding-left: 5px; padding-right: 5px; padding-bottom:5px; } 
.genre-name{}
.genres-baner{}
.genres-main{padding-top: 3px;}
.genres .genre{border: 1px solid white;min-height: 65px; margin-bottom: 2px; position: relative;}
.genres .genre .bubble { left: 113px; top: -18px; display: none; width: 200px; }
.genres .genre.active{background:#94162f;}
.genres .genre.active .now-playing{display:block;}
.genres .genre.active .genre-like{display:none;}
.genres .genre_0{background:#252525;}
.genres .genre_1{background:#0c0b0b;}
.genre-left{color:#f9f6f6; font-size:14px; font-weight: bold; float: left; width: 410px; padding-left: 15px; padding-bottom: 8px; padding-top: 16px;}
.genre-right{float: right; width: 200px;}
.genre-plus{color:#f9f6f6;}
.genre-plus:hover{text-decoration:none; color:#ffffff;}
.genre-x{width: 15px; height: 15px; display: block; float: right;margin-right: 1px;margin-top: 5px;background: url("../images/genre-x.png") top left no-repeat;}
.genre-play{width: 50px; height: 44px; display: block; float: right; margin: 12px 20px 0px 12px;}
.genre_0 .genre-play{ background: url("../images/genre-play0.png") top left no-repeat;}
.genre_1 .genre-play{background: url("../images/genre-play1.png") top left no-repeat;}
.genre_0 .genre-play:hover{ background: url("../images/genre-play1.png") top left no-repeat;}
.genre_1 .genre-play:hover{background: url("../images/genre-play0.png") top left no-repeat;}

.genres .add_to_fav {background: url("../images/genre-favorites-icons.png") no-repeat scroll 0 0 transparent; float: right;height: 25px; margin-right: 150px; margin-top: 8px; width: 25px; cursor: pointer;}
.genres .added_to_fav { background: url("../images/genre-favorites-icons.png") no-repeat scroll 0 -31px transparent; }
.genre-like{float: left; width: 92px; padding-top: 25px; font-weight:bold;}
.genres .now-playing{display: none; float: right; width: 92px; padding-top: 23px; font-weight: bold; font-size: 14px;}
/*tags*/
.add-tag-box,.form-add {
	background: url(../images/icon_tag_add.gif) no-repeat 0 2px;
	display: block;
	overflow: hidden;
	padding-left: 25px;
	vertical-align: middle;
	width: 90%;
}

.form-add {
	background: url(../images/icon_tag_add.gif) no-repeat 0 bottom;
}

.form-add label {
	width: 100%;
	color: #333333;
	margin: 10px 0 5px;
	display: block;
}

.product-collateral .add-tag-box .input-box,
.product-collateral .add-tag-box fieldset {
	float: left;
}

.product-collateral .form-add .input-box,
.product-collateral .form-add fieldset {
	float: left;
}

.product-collateral .add-tag-box .input-box .input-text,
.product-collateral .form-add .input-box .input-text {
	width: 200px;
	float: left;
}

.product-collateral .add-tag-box .form-button-alt,
.product-collateral .form-add .button {
	margin-left: 5px;
}

.tags-list,.product-tags {}

.tags-list li,
.product-tags li {
	background: url(../images/sep-vline.gif) no-repeat 100% 3px;
	display: inline;
	padding: 0 8px 0 4px;
}

.tags-list li.first,
.product-tags li.first {
	padding-left: 0;
}

.tags-list li.last,
.product-tags li.last {
	background: none;
}

/*Gift Messages----*/
.giftmessages .gift-header {
	font-size: 115%;
	font-weight: bold;
	display: block;
	border-top: 1px solid #E0E0E0;
	padding-top: 15px;
	margin-bottom: 5px;
}

.giftmessages .group-select,
.giftmessages .fieldset {
	margin-top: 5px;
}

.giftmessages .input-checkbox {
	padding-bottom: 15px;
}

.giftmessages textarea {
	height: 100px;
}

.giftmessages .input-checkbox input {
	margin-right: 5px;
}

.giftmessages .input-checkbox label {
	color: #bd0606;
	font-weight: bold;
}

.giftmessages .gift-box {
	padding: 5px 16px 15px 22px;
}

.giftmessages .gift-box .scroll-box {
	height: 260px;
	overflow: auto;
}

.giftmessages .product-image {
	padding-right: 20px;
	background: none !important;
	border: none !important;
}

.giftmessages .giftmessage-product-info {
	padding: 0 0 0 5px !important;
	border: 0 !important;
	font-size: 125%;
}

.giftmessages .numeration {
	color: #353535;
	font-weight: bold;
}

.giftmessages .gift-box label {
	color: #353535;
}

.giftmessages .group-select li .input-box,
.giftmessages .fieldset li .input-box {
	float: left;
	width: 260px;
}

.giftmessages .group-select li .input-text, .group-select li select, .group-select li textarea,
.giftmessages .fieldset li .input-text, .fieldset li select, .fieldset li textarea {
	width: 495px;
}

.giftmessages .group-select li .input-box .input-text, .group-select li .input-box textarea,
.giftmessages .fieldset li .input-box .input-text, .fieldset li .input-box textarea {
	width: 235px;
}

.giftmessages .group-select li .input-box select,
.giftmessages .fieldset li .input-box select {
	width: 256px;
}

/*CHECKOUT
----------------------------------------------------------------*/ 
select.address-select {
	width: 530px;
}

.shipment-methods dd {
	margin-bottom: 10px;
}

.payment-methods dt {
	padding: 5px 0;
}

.payment-methods dd {
	padding: 0 25px;
}

.payment-methods select.month {
	margin-right: 10px;
	width: 146px !important;
}

.payment-methods select.year {
	width: 100px !important;
}

.payment-methods input.cvv {
	width: 3em !important;
}

.checkout-types li img {
	width: 135px;
}

.page-head-alt .checkout-types li img{
	margin-top: 4px;
}

input.validate-one-required-by-name {
	margin-left: 0;
}

/*Shopping Cart---*/
#shopping-cart-table th,#shopping-cart-table td{
	padding: 8px;
	border: 0 none;
}

.shopping-cart {
	margin-bottom: 0;
}

.shopping-cart th .tax-flag {
	display: block;
	font-size: 92%;
	font-weight: normal;
}

.shopping-cart tr.error {
	background: #f8d1d1 !important;
}

.shopping-cart .continue-shopping {
	float: left;
}

.shopping-cart-item-message {
	font-size: 92%;
	margin-bottom: 5px;
	margin-top: 6px;
}

td.attributes-col {}

td.attributes-col ul {
	margin: 5px 0;
}

td.attributes-col dt {
	margin-top: .5em;
}

td.attributes-col dd ul {
	list-style: disc;
	margin: 0 0 5px 0;
}

td.attributes-col dd ul li {
	margin-left: 15px;
}

td.attributes-col h4.title {
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

td.attributes-col h4.title a {
	font-weight: bold;
}

.shopping-cart-totals {
	border: 1px solid #E0E0E0;
	float: right;
	margin-top: 20px;
	margin-right:15px;
	width: 25%;
	padding: 0;
}

.shopping-cart-totals table {
	width: 100%;
	background: #F2F2F2;
	table-layout: fixed;
}

.shopping-cart-totals td {
	padding: 5px 15px;
}

.shopping-cart-totals tr.last td {}

.shopping-cart-totals tfoot td {
	font-size: 92%;
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	padding: 5px 15px;
}

.shopping-cart-totals tfoot td .price {
	color: #bd0606;
}

.shopping-cart-totals ul.checkout-types {
	padding: 0;
	margin: 10px 0 0;
}

.shopping-cart-totals ul.checkout-types li {
	clear: both;
	margin: 0;
	padding: 5px 0;
	background: none;
	text-align: center;
}

.shopping-cart-totals ul.checkout-types li img {
	width: 135px;	
}

.shopping-cart-totals ul.checkout-types li big {
	font-weight: bold;
}

/*Tax details---*/
.tax-total {
	cursor: pointer;
}

.tax-total td {}

.tax-total .tax-collapse {
	background: url(../images/bg_collapse.gif) 0 4px no-repeat;
	cursor: pointer;
	float: right;
	padding-left: 20px;
	text-align: right;
}

.show-details .tax-collapse {
	background-position: 0 -53px;
}

.show-details td {
	border-top: 1px dashed #000;
}

.tax-details td {
	color: #353535;
}

.tax-details-first td {
	border-top: 1px dashed #000;
}

/*Collaterals---*/
.shopping-cart-collaterals {
	margin: 20px 0;
	float: left;
	width: 71%;
}

.shopping-cart-collaterals .box {
	margin-bottom: 15px;
	padding: 15px;
	border: 1px solid #E0E0E0;
}

.shopping-cart-collaterals .box .form-button {
	margin-left: 5px;
}

.shopping-cart-collaterals .discount-codes h4, 
.shopping-cart-collaterals .shipping-estimate h4 {
	background-position: 0 center;
	background-repeat: no-repeat;
	padding: 0;
	text-indent: 23px;
	margin: 0;
}

.shopping-cart-collaterals .discount-codes h4 {
	background-image: url(../images/icon_asterick.gif);
}

.shopping-cart-collaterals .shipping-estimate h4 {
	background-image: url(../images/icon_lorry.gif);
}

.shopping-cart-collaterals .shipping-estimate .input-text {
	width: 180px;
}

.shopping-cart-collaterals .shipping-estimate select {

}

.shopping-cart-collaterals .shipping-estimate select option {
	width: auto !important;
	overflow: visible;
	display: block;
}

.shopping-cart-collaterals .upsell {}

.shopping-cart-collaterals .upsell h4 {
	margin: 0 0 15px;
	padding: 0 5px;
	font-size: 100%;
}

.shopping-cart-collaterals .upsell ul {
	margin: 0;
}

.shopping-cart-collaterals .upsell li {
	border-top: 1px solid #E0E0E0;
	padding: 15px 5px;
}

.shopping-cart-collaterals .upsell .product-image {
	float: left;
	width: 75px;
}

.shopping-cart-collaterals .upsell .product-shop {
	width: 200px;
}

.shopping-cart-collaterals .upsell .product-shop h5 {
	font-size: 115%;
	margin: 0 0 5px;
}

.shopping-cart-collaterals .upsell .product-shop .form-button {
	margin: 0 0 5px;
}

.shopping-cart-collaterals .upsell .product-shop small {
	background: url(../images/bullet_plus.gif) no-repeat left center;
	padding-left: 12px;
}

.shopping-cart-collaterals .upsell .product-shop small a {
	color: #353535;
}

.grand_total {
	background: #000;
	border: 1px solid #E0E0E0;
	font-size: 1.3em !important;
	font-weight: bold;
	margin-top: 15px;
	text-align: right;
	width: auto;
}

tr.grand_total td, p.grand_total {
	padding-bottom: 5px;
	padding-top: 5px;
}

/*One-Page checkout---*/
.one-page-checkout {
	margin: 0;
}

.one-page-checkout li.section {
	position: relative;
}

.one-page-checkout .group-select,
.one-page-checkout .fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

.one-page-checkout .group-select li,
.one-page-checkout .fieldset li {
	padding-left: 0;
}

.one-page-checkout .box {
	background: #FFFFFF;
	border: 0;
	padding: 15px 0;
	margin: 0;
}

.one-page-checkout .head {
	background: #F2F2F2;
	border-bottom: 1px solid #E0E0E0;
	border-top: 1px solid #E0E0E0;
	padding: 5px 0;
}

.one-page-checkout .tool-tip {
	right: 8px;
}

.one-page-checkout .head a {
	display: none; /* Hide Edit button in step header */
}

.one-page-checkout h3 {
	color: #353535;
	font-size: 1.05em;
}

.one-page-checkout h4 {
	border-bottom: 1px solid #E0E0E0;
	padding-bottom: 8px;
	text-transform: uppercase;
	font-size: 115%;
}

.one-page-checkout h4.title {
	border-bottom: 0;
	text-transform: none;
}

.one-page-checkout .step-count {
	background: #353535;
	padding: 0 4px;
	color: #FFFFFF;
}

.one-page-checkout .content {
	padding: 10px 20px;
}

.one-page-checkout label.label {
	color: #353535;
	font-size: 115%;
}

/*Allow box*/
.one-page-checkout .allow .head {
	background: url(../images/icon_accept.gif) no-repeat 98% center #F2F2F2;
	cursor: pointer;
}

.one-page-checkout .allow h3 {
}

.one-page-checkout .allow .step-count {
	background: #bd0606;
	border: 1px solid #bd0606;
	color: #FFFFFF;
}

/*Active box*/
.one-page-checkout .active {
}

.one-page-checkout .active .head {
	background: #bd0606;
	cursor: default;
	border-color: #bd0606;
}

.one-page-checkout .active h3 {
	color: #FFFFFF;
}

.one-page-checkout .active .step-count {
	background: #FFFFFF;
	border: 1px solid #bd0606;
	color: #bd0606;
}

.one-page-checkout .active .box {
	background: none;
	display: block;
}

.one-page-checkout .active .group-select {

}

.one-page-checkout .alloq .head a {
	display: block; /* Display Edit button in active selection */
}

.one-page-checkout dd .form-list {
	margin: 0;
}

.one-page-checkout dd .form-list ul {
	margin: 5px 0 15px 25px;
}

.one-page-checkout .checkmo-mailing-address {
	padding-left: 20px;
}

/*Checkout Step Login*/
#checkout-step-login .col2-set .col-1,
#checkout-step-login .col2-set .col-2 {
	width: 47%;
}

.col2-alt-set .col-1 {
	position: relative;
}

/*Checkout Step Review*/
#checkout-step-review {
	margin: 15px 15px 0;
}

/*Checkout Progress---*/
/*Side Box*/
.one-page-checkout-progress {}

.one-page-checkout-progress ol {
	margin: 0;
}

.one-page-checkout-progress li h4{
	font-size: 100%;
}

.one-page-checkout-progress ol li {
	border: none;
	border-bottom: 1px solid #E0E0E0;
	text-indent: 0;
}

.one-page-checkout-progress li.complete {
	background: #202020;
}

.one-page-checkout-progress li h4.complete {
	margin-bottom: 10px;
}

.one-page-checkout-progress li h5 {
	margin: 0;
	font-size: 100%;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0;
	border: 0;
}

.one-page-checkout-progress li.complete h5 {
	
}

.one-page-checkout-progress h5 a {
	text-transform: none;
	display: block;
}

.one-page-checkout-progress h5 .pipe {
	display: none;
}

.one-page-checkout-progress .content {
	text-indent: 0;
}

.one-page-checkout .box-no-padding {
	padding: 15px 0px;
}

.one-page-checkout .box-no-padding .inner-box {
	padding: 0px 20px;
}

#opc-login .button-set {
	margin-top: 0;
	padding-top: 0;
}

#opc-review .box {
	padding: 0;
}

#opc-review .content {
	border: 0;
	padding: 0 15px;
}

#opc-review .content input {
	margin-top: 5px;
}

#opc-review .data-table {
	border-right: 0;
	border-left: 0;
}

.opc-please-wait {
	padding-right: 7px;
}

.one-page-checkout a.back {
	background: url(../images/icon_opc_back.gif) no-repeat;
	line-height: 13px;
	padding-left: 16px;
}

.one-page-checkout .payment-methods dd {
	padding: 0;
}

/*Table*/
.checkout-progress {
	margin: 20px auto 20px;
	width: 100%;
	background: #F2F2F2;
}

.checkout-progress td {
	color: #353535;
	float: left;
	font-weight: bold;
	width: 20%;
	padding: 2px 0;
	text-indent: 15px;
}

.checkout-progress td.active {
	color: #FFFFFF;
	background: #bd0606;
}

/*Multiple Addresses checkout---*/
.multi-address-checkout-description {
	margin: 15px 0;
}

.multi-address-checkout-box {
	position: relative;
}

.multi-address-checkout-box .box {
	margin: 20px 0 10px;
	clear: both;
	border: 1px solid #E0E0E0;
}

.multi-address-checkout-box .legend {
	background: #F2F2F2;
	color: #353535;
	border: 1px solid #E0E0E0;
	font-size: 115%;
	float: left;
	margin-bottom: 0;
	margin-top: -10px;
	margin-left: 15px;
	padding: 2px 8px;
	position: relative;
}

.multi-address-checkout-box .content {
	padding: 15px 8px;
	font-size: 100%;
}

.multi-address-checkout-box .count-head,
.multi-address-checkout-box .count-head-alt {
	border: 1px solid #E0E0E0;
	background: #F2F2F2;
	padding: 8px;
}

.multi-address-checkout-box .count-head-alt {
	margin-top: 10px;
	border-top: 1px solid #E0E0E0;
}

.multi-address-checkout-box .count-head h4,
.multi-address-checkout-box .count-head-alt h4 {
	margin: 0;
	font-size: 100%;
}

.multi-address-checkout-box .head {
	border-bottom: 1px solid #E0E0E0;
	padding: 0 0 8px;
	margin: 0 0 15px;
	background: none;
}

.multi-address-checkout-box .head h4{
	padding: 0;
}

.multi-address-checkout-box .head h5 {
	margin: 0;
	padding: 0 15px;
	float: none;
	font-size: 100%;
	color: #353535;
	line-height: 30px;
}

.multi-address-checkout-box .head a {
	float: none;
	padding: 0;
}

.multi-address-checkout-box .form-list {
	margin: 0;
}

.multi-address-checkout-box .form-list ul {
	margin: 5px 0 15px;
}

.multi-address-checkout-box .place-order-box {
	width: 100%;
}

.multi-address-checkout-box .place-order-box .main-radius {
	width: 550px;
}

.multi-address-checkout-box .place-order-box #review-buttons-container {
	float: right;
}

.shipment-count {
	background: #bd0606;
	color: #FFFFFF;
	font-size: 92%;
	line-height: normal;
	padding: 2px 5px;
}

.multi-address-checkout-box .tool-tip {
	left: -23px;
}

.multi-address-checkout-box .checkmo-mailing-address {
	display: block;
	padding-left: 20px;
}

.shipping-method-pointer {
	background: #F2F2F2;
	border: 1px solid #E0E0E0;
	padding: 10px;
	position: relative;
}

.box .content .shipping-method-pointer img.pointer {
	position: absolute;
	right: -40px;
	top: -20px;
	border: none;
	background: none;
}

.place-order-box {
	float: right;
	line-height: normal;
	padding: 15px 0;
	border-top: 1px solid #E0E0E0;
}

.place-order-box .grand-total {
	font-size: 200%;
}

.place-order-box .grand-total .price {
	color: #bd0606;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.place-order-box input {
	margin: 0 0 0 15px;
	vertical-align: bottom;
}

/* Checkout Agreements */
.checkout-agreements li {
	margin: 30px 0;
}

.checkout-agreements .agreement-content {
	background: #F2F2F2;
	border: 1px solid #E0E0E0;
	height: 10em;
	overflow: auto;
	padding: 10px;
}

.checkout-agreements .agree {
	margin: 0;
	padding: 10px 0 10px 11px;
}

.one-page-checkout .checkout-agreements {
	border: 1px solid #E0E0E0;
	border-width: 0 1px;
	padding: 5px 20px;
}

.one-page-checkout .checkout-agreements li {
	margin: 20px 0 0;
}

.one-page-checkout .checkout-agreements .agreement-content {
	background-color: #FFFFFF;
	border-color: #000;
	padding: 5px;
}

.one-page-checkout .checkout-agreements .agree {
	padding-left: 6px;
}

/*CUSTOMER
----------------------------------------------------------------*/ 


/*REGISTER, EDIT ACCOUNT, EDIT PROFILE
----------------------------------------------------------------*/ 
.avatar-file{color:red;}
.account-edit .required-all{padding-top:5px;}
.account-edit  .data-table td{text-align:center !important;}
.account-create,.account-login{position: relative; z-index: 100;}
#create_mask{position: fixed; width: 100%; height: 100%; background: black; left: 0; top: 0; opacity:0.7; z-index: 99;}
.account-form{ background:#1a1a1a;/* background: url("../images/check/register.png"); */ padding: 1px 24px 1px 34px; color:#605f5f;}
.account-form .page-title h1{font-size: 25px; color: #df2b5a; line-height: 40px; padding-top: 23px;}
.account-form .page-title b{color: #575757;}
.account-form .required-all{text-align: left; color: #595959; font-size: 12px; padding-top: 26px; padding-bottom: 6px;}
.account-fieldset{padding-bottom: 43px; padding-top: 25px; /*background:url(../images/register_fs.png) left bottom no-repeat;*/}
.account-fieldset.fieldset2{padding-bottom: 62px; margin-bottom: 14px;}
.account-fieldset h2.legend{color: #595959; font-size: 14px; line-height: 14px; padding-left: 9px; padding-top: 3px; margin-top: 15px; margin-bottom: 10px;}
.account-fieldset .form-list li{clear: both; margin: 10px 0;}
#form-validate .account-fieldset .form-list li label{float: left; width: 108px; color:#757474; padding-right: 12px; text-align: right; font-size: 12px; font-weight: normal; padding-top: 8px;}
.account-fieldset .form-list li .input-box{float: left; width: 465px;}
.account-fieldset .form-list li .input-box .input-text{font-size: 15px; width: 268px; float: left; margin-right: 33px; width: 100%;}
.account-fieldset .form-list li .input-box .validation-advice{float: left; width:140px; clear: none; font-size: 12px; padding-top: 5px;} 
.register-bottom .form-list li .input-box .validation-advice{width:140px;}
.account-fieldset .form-list li .input-box .radio{margin-top:10px;}
.account-fieldset  .form-list li .input-box select{width: 281px; font-size: 17px;}
#advice-required-entry-aprove_terms { border: 1px dashed #FF0000;color: #FF0000;font-size: 18px;padding: 0 5px; width: 200px; }

#form-validate .register-bottom  label{color:white; font-weight:normal;}
#form-validate .register-bottom  label a{color:white; text-decoration:underline;}
.register-bottom {padding: 4px 11px 5px; background: #616161; border: 1px solid #AEAEAE; border-radius: 5px; width: 584px;}
.register-bottom .form-list li{margin-bottom: 9px;}
.register-bottom .form-list li .input-box{float: left; width: 23px;}


#form-validate .account-fieldset  .form-list li .customer-dob div{float: left; width: 70px;}
#form-validate .account-fieldset  .form-list li .customer-dob label{width: auto; padding: 0; margin: 0;} 
#form-validate .account-fieldset  .form-list li .customer-dob select{width: 70px;}
#form-validate .account-fieldset  .form-list li .customer-dob .input-text{}


.account-form .buttons-set{height: 64px;}
.account-edit .buttons-set{margin-right:12px;}
.account-edit .page-title .buttons-set {
    right: 10px;
	position: absolute;
	top: 20px;
}
.account-form .buttons-set .back-link{float: right; background: #CF2F49; padding: 7px 26px; margin: 12px 7px 0px 10px; color: white; font-size: 13px;}
.account-form .buttons-set .back-link small{font-size: 17px; line-height: 17px;}
.account-form .buttons-set .button {background: none; border:none; padding:0;float: right; margin: 12px 0px;}
.account-form .buttons-set .button span {background: none;  padding:0;}
.account-form .buttons-set .button span span{background: #CF2F49; padding: 4px 30px; border-radius: 0; text-shadow: 0 0 0; font-size: 13px; color: white;}

.account-form .buttons-set .back-link:hover,
.account-form .buttons-set .button:hover span span{text-decoration:none; background:#e33a55;}
body .account-create .buttons-set .back-link,
body .account-create .buttons-set .back-link:hover{background:none; color:#CF2F49;}
.account-edit{float:left; width:70%; margin-top: 15px; padding-right: 0; padding-left: 10px;}
.fb_login_register{display:none;}

/* account edit */
.customer-account-profiledit #ja-current-content, .customer-account-edit #ja-current-content{

}
.account-nav .head{display:none;}

/* cart imdex */
.mini-cart{display:none;}
.checkout-cart-index #ja-content { color: #595959; }
.checkout-cart-index #ja-container.ja-lo-1col .main .inner-content{ background:none; margin-top:10px; margin-left: 3px;}
.checkout-cart-index .ja-lo-1col #ja-current-content{background:#E4E4E4;}
.checkout-onepage-success .inner-2colsl, .cms-no-route .inner-2colsl, .customer-account-resetpassword .inner-content {
    background: none repeat scroll 0 0 #E4E4E4 !important;
    color: #595959;
}
.cart{}
.cart .page-title h1 {font-size: 25px; color:#333; line-height: 11px; padding-top: 23px; float:left;}
button span{background:#CF2F49; padding: 4px 10px; border-radius: 5px; text-shadow: 0 0 0; font-size: 13px; color:white;}
button {background: none; border: none; padding: 0; float: right; margin: 12px 0px;}
.cart .page-title { width:98.9%; }
.cart .fieldset{margin: 0; border: 0 none;}
.cart .fieldset tr.sep td{border-top:2px solid #aaa !important;}
.cart .a-center a{display:none;}
.cart .a-center.last a{display:block;}
.cart .product-name a{color:#595959; font-size: 20px;}
.cart .product-name {margin:0px 0px 10px;}
.cart table td{vertical-align:top;color:#595959;}
.cart .discount{text-align:left; float: left; color:#595959; padding: 5px 5px 0px; margin-bottom: 12px; position: relative; top: -65px;}
.cart .discount-points {
    color: #595959;
    float: left;
    margin-bottom: 12px;
    padding: 5px 0;
    position: relative;
    left: 435px;
    text-align: left;
    top: -110px;
}
.cart table#shopping-cart-totals-table td{ padding-right: 10px; }
.cart .discount-codes{ border-top: 2px dashed #AAAAAA; }
.cart .btn-remove{text-indent: -9999px; width: 36px; height: 36px; background:url("../images/cart_btn_remove.png") left top no-repeat;}
.cart .discount-c  h2{float: left; padding: 2px 0 0 0; margin: 0; font-size: 16px; color:#444;}
.cart .discount-c  .input-box{padding-left: 5px; float: left;}
.cart .discount-c  .input-box input{border-radius: 5px; margin: 1px; padding: 3px; font-size: 11px; width: 145px;}
.cart .discount-c  .buttons-set{float: left; height: auto;}
.cart .discount-c  .buttons-set .button{margin: 1px;}
.cart .discount-c  .buttons-set .button span{ }
.cart .discount-c  .buttons-set .button span span{ padding: 0px 12px 0px 12px; line-height: 21px; font-size: 11px;}
.cart .discount-c label{clear: both; display: block;}
.cart .data-table{margin:0 0;}
.cart .rp-totals {
    position: relative;
}
.cart .totals {
    float: right;
    font-size: 16px;
    padding-left: 18px;
    position: absolute;
    left: 415px;
    top: -150px;
}
.cart .buttons-set{ float: right; }
.cart .buttons-set li{ padding: 0; }
.cart  .extra-buttons-set {
	float:right;
	width: 100%;
}
.cart  .extra-buttons-set .btn-continue,
.cart  .extra-buttons-set .btn-update{
	background: none repeat scroll 0 0 transparent;
    float: right;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    margin: 0;
	color: #595959;
}
.cart  .extra-buttons-set .btn-continue:hover,
.cart  .extra-buttons-set .btn-update:hover{text-decoration:underline;}
.max_checkout {
	margin: 0;
    width: 100%;
}
/*Login---*/
.ja-lo-1col #login-form {
	margin: 0 -15px;
}

#login-form .login-box {
	padding: 20px;
}

.login-box h4,
#login-form h2 {
}

.login-box .new-users h4,
#login-form .new-users h2 {
	background: url(../images/icon_page_white.gif) no-repeat 5px center #F2F2F2;
}

.login-box .registered-users h4,
#login-form .registered-users h2 {
	background: url(../images/icon_page_white_text.gif) no-repeat 5px center #F2F2F2;
}

.login-box .button-set,
#login-form .buttons-set {

}
#login-form label{float: left; width: 108px; color: #757474; padding-right: 12px; text-align: right; font-size: 12px; font-weight: normal; padding-top: 8px;}
#login-form .buttons-set {

}

#login-form .buttons-set .button {
	float: right;
}

.login-box .content,
#login-form .content {
	padding: 14px 12px;
	border: 1px solid #E0E0E0;
}

#form-validate {
}

/*Email To A Friend---*/
#product_sendtofriend_form {
	margin: 0 -15px;
}
#product_sendtofriend_form .left  { margin-right: 30px; float: left; }
#product_sendtofriend_form .right  { float: right; }
#product_sendtofriend_form .login-box { background: none; }

/*Customer Name---*/
.customer-name-prefix .name-prefix {
	width: 60px !important;
}

.customer-name-prefix .name-prefix input {
	width: 45px !important;
}

.customer-name-prefix .name-prefix select {
	width: 51px !important;
}

.customer-name-prefix .name-firstname {
	width: 215px !important;
}

.customer-name-prefix .name-firstname input {
	width: 190px !important;
}

.customer-name-middlename .name-firstname {
	width: 215px !important;
}

.customer-name-middlename .name-firstname input {
	width: 200px !important;
}

.customer-name-middlename .name-middlename {
	width: 60px !important;
}

.customer-name-middlename .name-middlename input {
	width: 35px !important;
}

.customer-name-suffix .name-lastname {
	width: 205px !important;
}

.customer-name-suffix .name-lastname input {
	width: 190px !important;
}

.customer-name-suffix .name-suffix {
	width: 50px !important;
}

.customer-name-suffix .name-suffix input {
	width: 45px !important;
}

.customer-name-suffix .name-suffix select {
	width: 51px !important;
}

.customer-name-prefix-middlename .name-prefix {
	width: 60px !important;
}

.customer-name-prefix-middlename .name-prefix input {
	width: 45px !important;
}

.customer-name-prefix-middlename .name-prefix select {
	width: 51px !important;
}

.customer-name-prefix-middlename .name-firstname {
	width: 215px !important;
}

.customer-name-prefix-middlename .name-firstname input {
	width: 190px !important;
}

.customer-name-prefix-middlename .name-middlename {
	width: 50px !important;
}

.customer-name-prefix-middlename .name-middlename input {
	width: 35px !important;
}

.customer-name-prefix-middlename .name-lastname {
	width: 200px !important;
}

.customer-name-prefix-middlename .name-lastname input {
	width: 200px !important;
}

.customer-name-prefix-suffix .name-prefix {
	width: 60px !important;
}

.customer-name-prefix-suffix .name-prefix input {
	width: 45px !important;
}

.customer-name-prefix-suffix .name-prefix select {
	width: 51px !important;
}

.customer-name-prefix-suffix .name-firstname {
	width: 215px !important;
}

.customer-name-prefix-suffix .name-firstname input {
	width: 190px !important;
}

.customer-name-prefix-suffix .name-lastname {
	width: 205px !important;
}

.customer-name-prefix-suffix .name-lastname input {
	width: 190px !important;
}

.customer-name-prefix-suffix .name-suffix {
	width: 50px !important;
}

.customer-name-prefix-suffix .name-suffix input {
	width: 45px !important;
}

.customer-name-prefix-suffix .name-suffix select {
	width: 51px !important;
}

.customer-name-middlename-suffix .name-firstname {
	width: 215px !important;
}

.customer-name-middlename-suffix .name-firstname input {
	width: 200px !important;
}

.customer-name-middlename-suffix .name-middlename {
	width: 60px !important;
}

.customer-name-middlename-suffix .name-middlename input {
	width: 35px !important;
}

.customer-name-middlename-suffix .name-lastname {
	width: 205px !important;
}

.customer-name-middlename-suffix .name-lastname input {
	width: 190px !important;
}

.customer-name-middlename-suffix .name-suffix {
	width: 50px !important;
}

.customer-name-middlename-suffix .name-suffix input {
	width: 45px !important;
}

.customer-name-middlename-suffix .name-suffix select {
	width: 51px !important;
}

.customer-name-prefix-middlename-suffix .name-prefix {
	width: 60px !important;
}

.customer-name-prefix-middlename-suffix .name-prefix input {
	width: 45px !important;
}

.customer-name-prefix-middlename-suffix .name-prefix select {
	width: 51px !important;
}

.customer-name-prefix-middlename-suffix .name-firstname {
	width: 155px !important;
}

.customer-name-prefix-middlename-suffix .name-firstname input {
	width: 140px !important;
}

.customer-name-prefix-middlename-suffix .name-middlename {
	width: 60px !important;
}

.customer-name-prefix-middlename-suffix .name-middlename input {
	width: 35px !important;
}

.customer-name-prefix-middlename-suffix .name-lastname {
	width: 205px !important;
}

.customer-name-prefix-middlename-suffix .name-lastname input {
	width: 190px !important;
}

.customer-name-prefix-middlename-suffix .name-suffix {
	width: 50px !important;
}

.customer-name-prefix-middlename-suffix .name-suffix input {
	width: 45px !important;
}

.customer-name-prefix-middlename-suffix .name-suffix select {
	width: 51px !important;
}

.customer-dob .input-box {
	float: left;
	width: 60px !important;
}

.customer-dob input {
	width: 50px !important;
}

.customer-dob label.label-dob {
	color: #353535;
	font-size: 10px;
	font-weight: normal;
}

/*My Account navigation---*/
.account-nav .content{float: left; background: #1a1a1a; margin-top: 15px; margin-right: 15px; padding: 0;}
.my-account .group-select{float:left; width:360px; }
.my-account .group-select li .input-box{width:auto;}

.account-nav,
.block-account {}

.account-nav .head,
.block-account .block-title {
}

.account-nav .head h3,
.block-account .block-title h3 {
	float: left;
	line-height: 15px;
	margin-left: 15px;
	padding: 15px 0 5px;
	text-transform: uppercase;
	border-bottom: 1px solid;
}

.account-nav ul {}
.account-nav li {}


.account-nav li a, .account-nav li.on,
.block-account li a, .block-account li.on {
	font-size: 12px;
	font-weight: bold;
	padding-left: 5px;
	line-height: 27px;
	display: block;
	margin-bottom: 0;
	color: white;
	min-width: 200px;
}

.account-nav li a:hover,
.account-nav li a:active,
.account-nav li a:focus,
.block-account li a:hover,
.block-account li a:active,
.block-account li a:focus {
	background: #C20E32;
	text-decoration: none;
}

.account-nav li.on,
.block-account li.on {
	font-weight: bold;
	background: #0e0e0e;
}

.account-nav li.last, .account-nav li.last a,
.block-account li.last, .block-account li.last a  {
	border-bottom: 0;
}

/*Dashboard---*/
.box-account {
	padding: 0 0 15px;
	
}

.account-box .head,
.box-account .box-head {
	color: #df2b5a;
	line-height: normal;
	display: block;
	margin: 0 0 15px;
	text-align: right;
}

.box-account .box {
	background: none;
	border: none;
}

.account-box .inner-head,
.box-account .box .box-title {
	background: #F2F2F2;
	margin-bottom: 5px;
	padding: 0;
	line-height: normal;
	width: 100%;
}

.account-box h5,
.box-account .box .box-title h3 {
	font-size: 100%;
	color: #353535;
	float: left;
	line-height: 30px;
}

.account-box h6,
.box-account h6 {
	text-transform: uppercase;
}

.account-box .head a,
.box-account .box-head a {
	color: #353535;
}

.account-main .account-box li,
.account-main .box-account li {
	padding: 5px 0;
}

.account-box ol li,
.box-account ol li {
	margin: 15px 0 0;
}

.account-box ol .count,
.box-account ol .count {
	float: left;
	font-size: 150%;
	font-weight: bold;
	background: #F2F2F2;
	padding: 0 8px;
	margin-top: 4px;
	color: #353535;
}

.account-box ol .content,
.box-account ol .content {
	margin-left: 35px;
}

.account-box ol,
.box-account ol  {
	padding: 0 5px;
}

.account-box ol.recent-reviews small,
.box-account ol.recent-reviews small {
	float: left;
	font-weight: bold;
	margin-right: 3px;
	font-size: 100%;
}

.account-box .product-images,
.box-account .product-images {
	width: 65px;
}

.account-box .product-images img,
.box-account .product-images img {
	border: 1px solid #E0E0E0;
}

.account-box .product-details,
.box-account .product-details {
	margin: 0 0 10px 70px;
}

.account-box .content { padding: 0; }
.account-box .ratings { margin: 0; }

.account-side .actions {
	border-top: 1px solid #E0E0E0;
	padding-top: 4px;
}

.account-side .actions .form-button {
	float: right;
}

.edit-password {
	background: url(../images/icon_lock.gif) no-repeat 0 2px;
	display: block;
	height: 20px;
	padding-left: 20px;
}

.dashboard-welcome {
	padding: 0 15px;
}

.account-box .head h4,
.box-account .box-head h2 {
	font-size: 100%;
	text-transform: uppercase;
	margin: 0 0 0 15px;
	padding: 8px 0;
	text-align: left;
	margin: 0;
}

.ad-orders .head h4 {
	background: url(../images/icon_folder_table.gif) no-repeat left center;
	float: left;
	padding-left: 20px;
	margin: 0;
}

.ad-account-info .head h4 ,
.box-info .box-head h2{
	margin: 0;
}

.ad-account-info .amount{font-size:17px}
.ad-account-info .amount strong{font-size:13px}

.ad-tags .head h4 {
	background: url(../images/icon_ma_tags.gif) no-repeat 10px center !important;
	float: left;
	padding-left: 30px;
	margin: 0;
}

.ad-reviews .head h4 {
	background: url(../images/icon_ma_reviews.gif) no-repeat 10px center;;
	float: left;
	padding-left: 30px;
	margin: 0;
}

.ad-account-info p, .ad-account-info address, .ad-account-info h6 {
	margin-left: 8px;
	margin-right: 8px;
}

.ad-orders .data-table thead tr th {}

.order-access {
	padding: 10px;
}

/*Account Addressbook---*/
.primary-address-list h4, .address-list h4 {
	font-size: 125%;
	border-bottom: 1px solid #E0E0E0;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.primary-address-list li {
	margin-bottom: 10px;
	padding-left: 10px;
}

.primary-address-list li .head {
	margin: 0;
}

.primary-address-list li h5 {
	margin: 0 0 5px -10px;
	text-indent: 12px;
	background: url(../images/arrow.gif) no-repeat left center; 
}

.address-list li {
	margin-bottom: 15px;
}

.address-list .actions {
	float: right;
	margin: 0 0 10px 10px;
}

/*Account Order History---*/
#my-orders-table tfoot td, #checkout-review-table tfoot td {

}

#my-orders-table tfoot tr.last {
	font-weight: bold;
	font-size: 115%;
	border-top: 1px solid #E0E0E0;
}

#my-orders-table tfoot td.last,
#checkout-review-table td.last {
	border-left: 1px solid #E0E0E0;
}

/*Compare Products---*/
.compare-products {
	margin: 30px 0 50px 0;
}

.compare-products table {
	border: 0;
	width: auto;
}

.compare-products td {
	text-align: left;
	width: auto;
	vertical-align: top;
	background-image: none; 
	border-bottom: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
}

.compare-products tr.first td {
	border-top: 1px solid #E0E0E0;
}

.compare-products td.last {
	border-right: 1px solid #E0E0E0;
}

.compare-products tbody.attribute-cart td {
	background: #f2F2F2 !important;
	border-bottom: 1px solid #E0E0E0;
	text-align: center;
}

.compare-products td.label {
	background: #F2F2F2 !important;
	border-bottom: 1px solid #E0E0E0;
	border-left: 1px solid #E0E0E0;
	text-align: left;
	width: 120px !important;
}

.compare-products tbody.attribute-cart td.label {
	background: #f2F2F2 !important;
}

.compare-products tbody.remove-buttons tr {
	background: #FFFFFF;
}

.compare-products tbody.remove-buttons td {
	border: 0 !important;
	font-size: 0;
	line-height: 0;
	padding: 0;
	text-align: right;
}

.compare-products tbody.remove-buttons td img {
	float: right;
}

.compare-products tr.last td {
}

.compare-products h5 {
	font-size: 125%;
}

.compare-products .link-cart {
	display: block;
	clear: both;
}

/*Reviews---*/
.my-review-detail {
	padding: 0 15px;
}
 
.my-review-detail .product-image {
	float: left;
	width: 30%;
	text-align: center;
}

.my-review-detail .product-image p {
	margin-bottom: 0;
}

.my-review-detail .product-image p img {
	vertical-align: top;
}

.my-review-detail .details {
	float: right;
	width: 65%;
}

.my-review-detail strong {
	display: block;
	text-transform: uppercase;
	margin-top: 10px;
}

.my-review-detail .ratings-list {}

.my-review-detail .ratings {}

.my-review-detail .ratings .rating-box {
	float: none;
}

.my-review-detail .ratings .pipe {
	float: left;
}

.my-review-detail .ratings a {
	display: block;
	float: left;
}

/*Gift Messages---*/
.giftmessage {
	padding: 10px 0 0 0;
}

.giftmessage-preview-link {
	background-position: right 5px;
	background-repeat: no-repeat;
	font-size: 11px;
	padding-right: 7px;
}

.giftmessage-row {
	background: #F2F2F2;
}

.giftmessage-content {
	float: left;
}

.giftmessage-close {
	float: right;
}

.expand {
	background-image: url(../images/gift-message-expand.gif);
}

.collapse {
	background-image: url(../images/gift-message-collapse.gif);
}

/*Wishlist---*/
#wishlist-table {
	border: 0;
}

#wishlist-table a.link-cart, #wishlist-table a.link-remove {
	display: block;
}

/*===============================================================
--------------------[MAGENTO'S VARIOUS PAGES]--------------------
=================================================================*/

/*ADVANCED SEARCH
----------------------------------------------------------------*/ 
.advanced-search {
	border: 1px solid #E0E0E0;
	margin: 20px 0;
	padding: 22px 15px 10px 15px;
}

.advanced-search .legend {
	background: #FFF;
	border: 0;
	color: #000;
	float: left;
	font-size: 100%;
	font-weight: bold;
	margin-top: -33px;
	padding: 0 8px;
}

.advanced-search li {
	margin-bottom: 5px;
}

.advanced-search li label {
	float: left;
	width: 120px;
	font-weight: bold;
	text-align: right;
	padding-right: 20px;
}

.advanced-search .input-text {
	width: 250px;
}

.advanced-search select {
	padding: 2px;
	width: 256px;
}

.advanced-search .field-row {
	display: inline;
	width: 250px;
}

.advanced-search .range .input-text {
	width: 70px;
}

.advanced-search .range select {
	padding: 1px;
	width: 90px;
}

.advanced-search-nothing-found {
	color: #bd0606;
	font-weight: bold;
	margin-bottom: 15px;
}

.advanced-search-found-amount {
	margin-bottom: 15px;
}

.advanced-search-summary-box {
	background: #F2F2F2;
	border: 1px solid #E0E0E0;
	margin: 0 0 15px;
	padding: 10px 15px;
}

.advanced-search-summary-tip {
	clear: both;
	font-weight: bold;
}

.advanced-search-summary-box ul {
	float: left;
	list-style: none;
	width: 50%;
}

.advanced-search-summary-box ul li {
	color: #353535;
	font-weight: bold;
	background: url(../images/arrow.gif) no-repeat left 6px;
	padding-left: 15px;
}

.advanced-search-summary-box ul li span.translate-inline {
	background: 0 !important; /* Inline translation fix */
}

/*PRINT
----------------------------------------------------------------*/
table.print .giftmessage-preview-link {
	display: none !important;
}

table.print .price-excl-tax {
	white-space: nowrap;
}

table.print .price-incl-tax {
	white-space: nowrap;
}

table.print .price-excl-tax .label,
table.print .price-excl-tax .price,
table.print .price-incl-tax .label,
table.print .price-incl-tax .price {
	display: inline;
}

/*POP UP
----------------------------------------------------------------*/
.page-popup, .catalog-product-compare-index, .sales-order-print {
	background: #FFFFFF !important;
	color: #353535;
	padding: 15px 30px !important;
	margin: 0 !important;
	text-align: left;
}

.print-head, .page-popup .print-head {
	margin: 0 0 20px;
	border-bottom: 3px solid #E0E0E0;
	padding-bottom: 10px;
}

.page-popup .print-head img {
	float: left;
}

.page-popup .print-head address {
	float: left;
	margin-left: 15px;
}

.page-popup .col2-set, .sales-order-print .col2-set {
	border-bottom: 1px solid #E0E0E0;
	padding-bottom: 15px;
}

.product-gallery-nav {
	padding: 0 5px;
}

/*DEFAULT HOME
----------------------------------------------------------------*/
.home-callout {
	margin: 0 0 15px;
	text-align: center;
}

.home-callout img {}

.home-spot {
	float: right;
	width: 530px;
}

/*Best Selling---*/
.best-selling {}

.best-selling h3 {
	background: #000;
	border-bottom: 1px solid #E0E0E0;
	padding: 5px 10px;
	line-height: normal;
	font-size: 115%;
}

.best-selling table {
	border: 0;
}

.best-selling tr.odd {}

.best-selling tr.even {}

.best-selling td {
	width: 50%;
	padding: 8px 10px;
}

.best-selling .product-img {
	float: left;
}

.best-selling .product-description {
	margin-left: 107px;
}

.best-selling a.product-name {
	font-size: 115%;
	font-weight: bold;
}

/*Recently---*/
.recently h3 {
	background: #000;
	border-bottom: 1px solid #E0E0E0;
	padding: 5px 10px;
	line-height: normal;
	font-size: 115%;
}

.recently .product-image {
	border: 1px solid #E0E0E0;
}

.recently a.product-name {
	font-weight: bold;
}

.recently .add-to {
	margin-top: 5px;
	font-size: 11px;
}

table.recently-list {
	width: 100%;
}

table.recently-list td {
	width: 20%;
}

/*==============================================================*/
/*Mis---*/
/*================Category page===============================*/

.category-content{padding: 0px 13px 18px;  margin-top: 0px; background: #444444;}
.category-main{background: #282828;}
.category-content .description-title{background:#444444; font-size: 16px; font-weight: bold; color: white; line-height: 20px; padding: 3px 12px; width: 324px; height: 19px; float: right; margin-right: 10px;}
.category-content .songs-title{background:#444444; font-size: 18px;  color: white; line-height: 20px; padding: 3px 12px; width: 324px; height: 19px; float: right; margin-right: 11px;}
.category-description{min-height: 135px; color: white; display: block; padding: 5px 13px 0px; width: 322px; float: right; font-size: 14px; line-height: 15px; margin-right: 10px;}
.category-songs{min-height: 115px; color: white; display: block; padding: 19px 57px 0px 17px; width: 275px; float: right; font-size: 14px; line-height: 15px; margin-right: 10px;}
.category-songs a{color: #eaeaea; text-decoration: none; padding-left: 2px; line-height: 19px;}
.category-img {float: left; padding: 7px 0px 10px 8px; width: 275px;}
.category-img .more-views {margin-top: 4px;}
.category-img .more-views ul li{width: 88px; height: 69px; float: left; margin-top: 10px; margin-right: 5px;}
.category-img .more-views ul li.last{margin-right:0px;}
.category-img .more-views img{}
.category-img .more-views #more_expand{height:158px; overflow:hidden;}
.category-img .more-views a.expand-more-views{display: block; width: 268px; text-align: right; margin-top: 9px;}
.category-content .like-all{height: 70px; overflow: hidden; width: 348px; padding-top: 10px;}
.category-addon {min-height:40px;}
.category-addon .addon-title{background: #444; margin-top: 8px; font-size: 20px; line-height: 40px; padding-left: 20px; font-weight: bold; color: white;}
.category-addon .addon-content{min-height: 60px; background: #282828;}


/*================VIP Category page===============================*/
.vip-content{background:#444444;}
.vip-content .vip-title{}
.vip-content .vip-title h2{padding-bottom: 13px; margin-bottom: 0px; text-align: center;}
.vip-content .vip-main{margin: 0px 5px; padding-bottom: 60px; padding-top: 21px; background: url("../images/vip/bg.png") left top no-repeat;}
.vip-content .vip-description{}
.vip-content .vip-product-list{}
.vip-content .vip-item{color: black; float: left; text-align: center; font-size: 15px; font-weight: bold;}
#vip_item_free{background: url("../images/vip/regular_bg.png") left top no-repeat;margin-right: -26px; margin-top: 30px; padding-top: 29px; margin-left: 10px;}
#vip_item_vip{background: url("../images/vip/regular_bg.png") left top no-repeat; margin-left: -26px; margin-top: 30px; padding-top: 29px;}
#vip_item_free .vip-item-title{padding-left: 1px;}
#vip_item_free .vip-item-price{padding-top: 26px; padding-bottom: 75px;}
#vip_item_vipro{background: url("../images/vip/gold_bg.png")  left top no-repeat; position: relative;}
#vip_item_vipro .vip-item-title{padding-top: 38px; padding-left: 2px;}
#vip_item_vipro .vip-item-fit{width: 246px; line-height: 12px; margin-top: -3px; padding-bottom: 12px; color:#5f5f5f;}
#vip_item_vipro .benefit{line-height: 37px; color: #646464; border-bottom: 1px solid #D7D7D7; width: 180px; margin-left: 35px; font-size: 16px; text-align:left;}
#vip_item_vipro .vip-item-price{padding-top: 10px;}
#vip_item_vip{background: url("../images/vip/vip_bg.png") left top no-repeat;}
#vip_item_vip .vip-item-title{padding-left: 4px; padding-bottom: 10px;}
#vip_item_vip .vip-item-price{padding-top: 7px;}
.vip-content .vip-item-title{}
.vip-content .vip-item-title img{}
.vip-content .vip-item-benefits{}
.vip-content .vip-item-benefits .benefit{line-height: 32px; color:#646464; border-bottom: 1px solid #d7d7d7; width: 160px; margin-left: 30px; white-space: nowrap;text-align:left;}
.vip-content .vip-item-price{}
.vip-content .vip-button{}
.vip-content .vip-button button.button{background: none; border: none; margin-top: 6px; margin-bottom: 56px;float:none;}
.vip-content .vip-button button.button span{background: none; padding: 0 0 0 0;}
.vip-content .vip-button button.button span span{background: #e20f03; padding: 5px 21px 7px; color: white; text-shadow: 2px 3px 8px black; font-size: 29px; font-weight: bold; border-radius: 10px;}
.vip-content #vip_item_vipro .vip-button button.button span span{background: #b60c2c;}
.vip-index-success #ja-current-content {
	padding: 25px;
	font-size: 25px;
}


a.widget-btn {
	vertical-align: middle;
	padding: 4px;
	float: left;
}

.mini-wishlist a.widget-btn img {
	background: none;
	padding: 0;
	border: none;
}

a.readon {
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 92%;
}

a.readon:hover, a.readon:focus, a.readon:active {
	text-decoration: underline;
}

div.ja-innerdiv {
	padding: 6px 0 7px;
}

.ja-tools { float: left; margin-top: 12px; }

.ja-tools ul { float: left; padding-left: 20px; }

.ja-usertools-color {}

.ja-usertools-color li {
	display: block;
	width: 47%;
	font-size: 92%;
	background: none;
	float: right;
}

.ja-usertools-color li.default,
.ja-usertools-color li.brown,
.ja-usertools-color li.green_moss,
.ja-usertools-color li.orange,
.ja-usertools-color li.red {
	margin-right: 10px;
	float: left;
}

.ja-tools li { display: inline; }
.ja-tools li img { cursor: default; }

.box .head br, .data-table tbody td br {
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}

/*JM BANNER---*/
.ja-banner {
	overflow: hidden;
	display: block;
	height: 251px;
}

/*JM RSS*/
#ja-col1 .jm-rss {
	border-bottom: none;
	border-top: none;
}

.jm-rss .content {
	padding: 0;
}

.jm-rss ul.jm-rss-list {
}

.jm-rss .jm-item .createdate{
	text-transform: uppercase;
	color: #000;
}

.jm-rss .jm-item {
	width: auto;
	float: none;
}

.jm-rss  div.jm-item{
	border: none;
	padding-top: 10px;
}

.jm-twitter-list .jm-item {
	width: auto;
	float: none;
	background: url(../images/quote-tr.gif) no-repeat 95% 10px;
}

.jm-twitter-list .jm-item .createdate{
	text-transform: uppercase;
	color: #000;
}

.jm-twitter .content {
	padding: 0;
}

.jm-twitter .jm-follow {
	padding: 10px 20px;
	display: block;
}

.jm-twitter {
	border: none !important;
}

/*JM PRODUCTS LIST + JM PRODUCT SLIDER + JM PRODUCT LIST BY CAT---*/

.jm-product-list, .jm-products-slider-listing, .jm-product-list-bycat {}

.jm-product-list h2, .jm-products-slider-listing h2, .jm-product-list-bycat h2 {
	font-size: 100%;
	text-transform: uppercase;
	border-bottom: 1px solid #E0E0E0;
	padding: 8px 15px;
	
}

/*JM PRODUCTS LIST*/
.jm-product-list { }

.jm-product-list .head {
	color: #333;
	line-height: normal;
	display: block;
	overflow: hidden;
	border-bottom: 1px dotted #ccc;
}

.jm-product-list .head h4 {
	font-size: 110%;
	font-weight: bold;
	float: left;
	display: inline;
	text-transform: uppercase;
	padding: 7px 0;
}

.jm-product-list .catalog-listing .rating-box{
	float: none;
}

.jm-product-list ol.grid-row {
}

.jm-product-list ol.last {}

.jm-product-list .add-to {
	display: none;
}

/*JM PRODUCT SLIDER*/
.jm-products-slider-listing {}

.jm-products-slider-listing .head {
	background: #FFF;
	color: #353535;
	line-height: normal;
	display: block;
	padding: 5px 0;
	margin: 0 0 0 -20px;
	overflow: hidden;
	border: 1px solid #E0E0E0;
	line-height: 20px;
}

.jm-products-slider-listing .head h4 {
	font-size: 100%;
}

.jm-products-slider-listing a {
	text-decoration: none;
	color: #bd0606;
	font-weight: bold;
	font-size: 110%;
	display: block;
	margin-bottom: 5px;
}

.jm-products-slider-listing a:hover,
.jm-products-slider-listing a:active,
.jm-products-slider-listing a:focus {
	text-decoration: underline;
}

.jm-products-slider-listing p {
	font-size: 92%;
	margin: 0;
}

.jm-products-slider-listing .price {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

/*JM PRODUCT LIST BY CAT*/
.jm-product-list-bycat {
	border-top: 1px solid #E0E0E0; 
}

/*JM SIDE NAVIGATION*/
.mini-sidenav .head {
}

.mini-sidenav .head h4 {
}

.mini-sidenav .content {
}

#ja-sidenav .toggle,
#ja-sidenav .toggle:active {
	width: 15px;
	height: 30px;
	position: absolute;
	top: 1px;
	right: 0;
	padding: 0;
	background: url(../images/arrow-cat.gif) no-repeat center center;
	color: #FFF !important;
	text-indent: 16px;
}

#ja-sidenav .toggle:hover {
	background: url(../images/arrow-cat-hover.gif) no-repeat center center;
	text-decoration: none;
}

#ja-sidenav .toggle:focus, #ja-sidenav .toggle:active {
	background: url(../images/arrow-cat-hover.gif) no-repeat center center;
	text-decoration: none;
}

#ja-sidenav li.selected .toggle {
	background: url(../images/arrow-cat-active.gif) no-repeat center center;
}

#ja-sidenav li.selected .toggle:hover {
	background: url(../images/arrow-cat-active.gif) no-repeat center center;
	text-decoration: none;
}

/*0 level*/
#ja-sidenav { padding: 0; }

#ja-sidenav li {
	margin: 0;
	padding: 8px 0 0;
	line-height: normal;
	border-bottom: 1px dotted #e0e0e0;
	position: relative;
}

#ja-sidenav li.parrent {
	background: #fcfcfc;
}

#ja-sidenav li a {
	color: #333;
	font-weight: bold;
}

#ja-sidenav li a li a {
	font-weight: normal;
}

#ja-sidenav li a:hover, #ja-sidenav li a:active {
	text-decoration: none;
}

#ja-sidenav li.over,
#ja-sidenav li.selected {
	color: #353535;
}

#ja-sidenav li.over a,
#ja-sidenav li.selected a {
	color: #000;
}

/*1st level and upper*/
#ja-sidenav li ul {
	padding: 5px 0 0;
}

#ja-sidenav li li {
	border-top: 1px dotted #E0E0E0;
	border-bottom: none;
	text-transform: none;
	margin: 0;
	padding: 0;
	display: block;
}

#ja-sidenav li li a,
#ja-sidenav li.selected li a,
#ja-sidenav li li.active li a {
	background: url(../images/bullet1.gif) no-repeat 5px 12px;
	padding: 7px 0 7px 15px;
	color: #333;
	display: block;
	font-weight: normal;
	width: 205px;
}

#ja-sidenav li li a:hover, #ja-sidenav li li a:active, #ja-sidenav li li a:focus,
#ja-sidenav li li.active li a:hover, #ja-sidenav li li.active li a:active, #ja-sidenav li li.active li a:focus {
	background: url(../images/bullet1-hover.gif) no-repeat 5px 12px #fcfcfc;
	color: #bd0606;
	text-decoration: none;
}

#ja-sidenav li li.active a {
	font-weight: bold;
	color: #bd0606;
}

/* Ja Tool Box */
.jm-open {
	position: absolute;
	background: url(../images/open-bot.gif) no-repeat left top;
	text-indent: 15px;
	right: 20px;
	color: #ccc;
	cursor: pointer;
	width: 62px;
	height: 25px;
	line-height: 25px;
	text-shadow: 1px 1px 0 #000;
}

.ja-bot { 
	margin: 0 auto;
    position: relative;
    width: 1000px; 
}

.ja-bot .jm-open {
	top: -22px;
	z-index: 9999;
}


/*   ----------------   slider stuff --------------------*/
.slid-gallery-block {


height:215px;
width:980px;
}
.stripViewer {
margin:0;
overflow:hidden;
position:relative;
}
#mygalone {
overflow:hidden;
}
#mygalone ul {
list-style-type:none;
padding:0;
position:relative;
}
#mygalone ul li {
float:left;
height:215px;
position:relative;
width:690px;
}
.strip-block {
/*background: #66bbff;*/
opacity:0.09;
height:20px;
left:50%;
padding:5px 0 0 5px;
position:absolute;
top:284px;
margin-left: 441px;
width:60px !important;
}
.stripTransmitter {
left:50%;
position:absolute;
top:290px;
margin-left: 450px;
width:60px !important;
z-index:999999;

}
.stripTransmitter ul {
list-style-type:none;
padding:0;
}
.stripTransmitter li {
float:right;
list-style-type:none;
margin-right:4px;
}
.stripTransmitter li a {
background:url("../images/strip_batton_2.gif") no-repeat scroll left top transparent;
display:block;
height:22px;
text-decoration:none;
width:24px;
}
.stripTransmitter li a:hover, .stripTransmitter li a.current {
background:url("../images/strip_batton_2.gif") no-repeat scroll left top transparent;
}
.stripTransmitter li.first a {
background:url("../images/strip_batton_2.gif") no-repeat scroll left top transparent;
text-decoration:none;
}
.stripTransmitter li.first a:hover, .stripTransmitter li.first a.current {
background:url("../images/strip_batton_2.gif") no-repeat scroll left top transparent;
}
.stripTransmitter li.last a {
background:url("../images/strip_batton_2.gif") no-repeat scroll left top transparent;
text-decoration:none;
}
.stripTransmitter li.last a:hover, .stripTransmitter li.last a.current {
background:url("../images/strip_batton_2.gif") no-repeat scroll left top transparent;
}

/*-------------------------- end slider stuff -----------------------------------*/

.user-playlists{
background: url("../images/transp.png");
padding: 10px;
position: fixed;
height: 100%;
width:100%;
text-align:center;
display:none;
z-index:9999;}

.playlists-wrap{
width: 316px;
border-radius: 6px;
padding: 0 10px 10px 42px;
margin: 50px auto;
text-align: left;
background: url(../images/check/lists.png) top left no-repeat;
background: #CDCBCB;
}
#playlists_ajax_messege{padding:10px; color:#696969; }
.playlists-wrap .lists-title .small{color:#696969;}
.playlists-wrap a.cancel-x{display: block; float: right; margin-top: 11px;}
.playlists-wrap .lists-title .big{font-size: 18px; font-weight: bold; color: #484848; line-height: 18px; text-align: center; padding: 15px 0px 2px 0; width: 201px;}

.playlists-wrap .lists-title .forlogin{margin: 15px 0; padding: 30px 0px 10px; line-height: 25px; font-size: 19px;}
.user-playlists .cancel-button{text-align: right;}
.user-playlists  .lists-select-placeholder{height:35px; position:relative;}
.user-playlists  .lists-select a{display: block; padding-left: 5px; width: 205px; color:#6e6d6d;}
.user-playlists  .lists-select a#lists_door{padding-top: 6px; font-weight: bold; color: black; width: 207px; background: url(../images/dropdown.png) right 12px no-repeat; }
.user-playlists  .lists-select a.open-lists{}
.user-playlists  .lists-select{position: absolute; width: 220px; background: white; padding-left: 8px; border-radius: 5px; padding-bottom: 6px;}
.user-playlists  .lists-select #ul_lists{display:none; min-height:35px;} 
.user-playlists  .lists-select #ul_lists a.active{background:#484848; color:white;}
.playlists-wrap .new-playlist {margin-top: 0px;}
.playlists-wrap .new-playlist input{border: none; background: white; width: 210px; border-radius: 5px; padding: 7px 9px; font-size: 14px; color:#525252;}
.playlists-wrap  .playlists_buttons{width: 228px; margin-top: 4px; height: 40px;}
.playlists-wrap  .playlists_buttons a#save_button,.playlists-wrap  .playlists_buttons a#login_button{display: block;font-size: 14px; text-align: center; float: left; width: 108px; background:#C20E32; color:white; border-radius: 4px; padding: 3px 0px;}
.playlists-wrap  .playlists_buttons a.cancel-button{display: block;font-size: 14px; text-align: center; float: right; width: 108px; background:white; color:#595959; border-radius: 4px; padding: 3px 0px;}
.playlists-wrap  .playlists_buttons a#vip_link{display: block;font-size: 14px; text-align: center; float: left; width: 100%; background:#C20E32; color:white; border-radius: 4px; padding: 3px 0px;}


/* for checking stuff... */

/*
body#bd.product-someone-like-you{background:pink url('../images/check/body.png') 113px -5px no-repeat;} 
body#bd.product-someone-like-you #ja-container .main,body#bd.product-someone-like-you #ja-container{background:none;}

body#bd.categorypath-singers-adele{background:pink url('../images/check/singer.png') 113px -5px no-repeat;} 
body#bd.categorypath-singers-adele #ja-container .main,body#bd.categorypath-singers-adele #ja-container{background:none;}
*/
.ja-top{float: right;
margin: 0 6px 0 0;
width: auto;
height: 38px;
background: #373737 /* url(../images/check/links.png) no-repeat*/ ;
}

.no-login{min-width:320px;}

.ja-top .shop-access{overflow: hidden; height: 38px; }

#fb_comments {
	margin-top: 25px;
}

.sharepopup {
	background-color: #1e1e1e;
	padding: 10px 5px 5px 5px;
	border: 1px solid white; 
}

.vip-mask{top: 0px; position: fixed; width: 100%; height: 100%; background: black; right: 0px; z-index: 85; opacity: 0.5;}
.vip-form-wrap{top: 0px; position: fixed; width: 100%; height: 100%; right: 0px; z-index:10100;}
.vip-form-wrap .account-form{width: 670px; float: none; margin: auto;  position: relative; top: 100px; right: 67px;border-radius:8px;}
.vip-form-wrap select{width:100%; font-weight:bold; font-size:14px;}
.vip-form-image{position: fixed; top: 175px; width: 100%; text-align: center; right: 0px;}
#vip_form_holder{}
.vip-form-wrap .account-fieldset h2.legend{padding-left: 0px;}
.vip-account-fieldset {background: url(../images/register_fs.png) right bottom no-repeat; padding-right:12px;}
.vip-legend2{color: #595959; font-size: 14px; line-height: 14px;}
.vip-form-wrap .account-create a.login-x{top:15px;}


/*TOOL TIP*/
.tooltip {
	border-bottom: 1px dotted #FFF; color: #FFF; outline: none;
	cursor: help; text-decoration: none;
	position: relative;
}
.tooltip span {
	margin-left: -999em;
	position: absolute;
}
.tooltip:hover span {
	border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	font-family: Calibri, Tahoma, Geneva, sans-serif;
	position: absolute; left: 1em; top: 2em; z-index: 99;
	margin-left: 0; width: auto; min-width:100px;
}
.tooltip:hover img {
	border: 0; margin: -10px 0 0 -55px;
	float: left; position: absolute;
}
.tooltip:hover em {
	font-family: Candara, Tahoma, Geneva, sans-serif; font-size: 1.2em; font-weight: bold;
	display: block; padding: 0.2em 0 0.6em 0;
}
.tooltip_classic { padding: 0.8em 1em; }
.tooltip_custom { padding: 0.5em 0.8em 0.8em 2em; }
* html .tooltip:hover { background: transparent; }
.tooltip_classic {background: #FFFFAA; border: 1px solid #FFAD33;color: #DF2B5A; }
.tooltip_critical { background: #FFCCAA; border: 1px solid #FF3334;	}
.tooltip_help { background: #9FDAEE; border: 1px solid #2BB0D7;	}
.tooltip_info { background: #9FDAEE; border: 1px solid #2BB0D7;	}
.tooltip_warning { background: #FFFFAA; border: 1px solid #FFAD33; }

/*TOOL TIP FOR Buttons*/
.tooltip-b {
	border-bottom: 0 none;
	cursor: pointer;
}
.tooltip-b:hover span {
	top: 5em;
}
.tooltip-r {
	border-bottom: 0 none;
	cursor: pointer;
}
.tooltip-r:hover span {
	left: 277px;
	top: 2px;
}

#vip_login_box .vip-form-wrap .account-form{width:350px; padding-right:40px; color:#DF2B5A;width: 350px; padding: 28px 47px; color: #DF2B5A; border-radius: 8px;}
#vip_login_box .account-form .buttons-set { padding-top: 13px; height: 64px; text-align: center; font-size: 23px; padding-bottom: 0px; margin-bottom: 0px;}
#vip_login_box .page-title h1{text-align: center; font-size: 21px; color: #5f5f5f; line-height: 32px; padding-top: 10px;}
#vip_login_box .login-smaller{font-size:13px; color: #5f5f5f;}

.download-mask{top: 0px; position: fixed; width: 100%; height: 100%; background: black; right: 0px; z-index: 85; opacity: 0.7;}
.download-form-wrap{ top: 0px; position: fixed; width: 100%; height: 100%; right: 0px; z-index: 9999;}
.download-form-wrap .account-form{ border-radius: 8px; color: #797979; float: none; left: 0; margin: auto; padding: 10px 20px; position: relative; top: 100px; width: 245px; background: #e4e4e4;}
.download-form-wrap .down-title{padding-right: 0px; padding-bottom: 0px;}
.download-form-wrap .down-line{font-size: 16px; line-height: 22px; padding-right: 20px; font-weight: bold;}
.download-form-wrap .down-line-sample span{display:block; float:left;}
.download-form-wrap .down-line-sample span.down-sample{padding-top:1px;}
.download-form-wrap .account-form .buttons-set{clear:both; height: auto; margin-top: 20px; }
.download-form-wrap .account-form .buttons-set .back-link {float: right; background: none; padding: 7px 0px; border-radius: 4px; margin: 12px 7px 0px 0px; color: #474546; font-size: 18px; line-height: 18px; }
.download-form-wrap .sep{line-height: 12px; float: right; color: #535252; padding: 19px 10px; font-size: 34px;}
.rp-link a{color:black;}
.vip-fieldset{font-size: 14px; font-weight: bold; line-height: 21px; display: block; color: #504F4F; min-width: 200px; padding-bottom: 76px;}
.vip-fieldset input{margin-left: 0px; float: left;}
.vip-fieldset .to-long{float: left; width: 600px;}

.pink-button-a,.pink-button-a:hover{display: block; float: right; margin-left: 100px; padding: 9px 16px; background: #DF2B5A; color: white; text-decoration: underline; border-radius: 4px; font-size: 25px; font-weight: bold;} 

#global_login_popup{position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; background: url(../images/transp.png);  z-index: 100;}
#global_login_popup .olp_content{position:relative; padding: 30px 10px; text-align:center; width: 350px;  background:#CDCBCB ; margin: 170px auto 0px; border: 1px solid  black; border-radius: 10px;}
#global_login_popup .olp_content a{margin-top: 3px; display: block; line-height: 25px; text-decoration: none; background:  #BC1943; color:  white; padding: 0px 10px; border-radius: 5px; border: 2px solid  #8C3963; margin-left: 8px; float: left;}
#global_login_popup .olp_content span.sep{display: block; width: 1px; height: 40px; float: left; border-right: 3px solid  gray; margin-left: 6px; margin-right: 7px; }
#global_login_popup .olp_content a:hover{background:#DC3963 ;}
#global_login_popup .olp_content a.facebook_connect_btn{padding-left: 0px; margin-left: 5px; background: none; border: none;}
#global_login_popup .olp_content h3{color:#373737;}
#global_login_popup .olp_content a.login-x{padding: 0px; border:none; display: block; height: 24px; width: 23px; background: url(../ajaxlogin/images/quit.png) top left no-repeat; position: absolute; right: 6px;top: 6px;}
#global_login_popup .olp_content a.login-x:hover{background-image: url("../ajaxlogin/images/quithover.png");}
#registerdiv  a.login-x{padding: 0px; border:none; display: block; height: 24px; width: 23px; background: url(../ajaxlogin/images/quit.png) top left no-repeat; position: absolute; right: 6px;top: 6px;}
#registerdiv  a.login-x:hover{background-image: url("../ajaxlogin/images/quithover.png");}

.link-to-top{text-align: right; padding:0px 20px; background: #444; font-size: 16px; font-weight: bold;}

.label_maxamount-nodisplay{display:none;}
.new-song-label{float: right; position: relative;}
.new-song-label img{right: -12px; position: absolute; top: -9px;}

.songs-waiting-for{padding: 10px; background: #444;}
.waiting-for-title{color: #B2E389; padding-bottom: 12px; font-weight: bold; font-size: 17px;}
.songs-waiting-for .song{font-size: 16px; margin-bottom: 12px; background: #222; padding: 5px 10px; border: 1px solid gray; line-height: 27px;}
.songs-waiting-for .song-image{float: left;}
.songs-waiting-for .song-image img{width: 34px;}
.w-pager-pager{color: #DF2B5A; font-size:20px;font-weight: bold;}
.waiting-for-pager a{font-size:20px;font-weight: bold;}
.w-pager-curpage{color: #ffffff;}
.songs-waiting-for .song-main{}
.songs-waiting-for .song-main .song-name{padding-left: 10px; float: left; width:310px;}
.songs-waiting-for .song-main .song-name a{color:white;}
.songs-waiting-for .song-main .song-links{}
.songs-waiting-for .song-main .play-prefix{padding-right: 9px; display: block; float: left; padding-left: 12px; padding-top: 4px;}
.songs-waiting-for .song-main .play{display: block; float: left; padding-left: 18px;background: url("http://www.karaoke4free.com/skin/frontend/kivi_motor/kivi_rtl/images/top_play.png") left 6px no-repeat; color:white;}
.tooltip2{position:relative;}
.tooltip2_classic{font-size:15px; top:24px; left:34px; right:auto;
	border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	font-family: Calibri, Tahoma, Geneva, sans-serif;
	position: absolute;  z-index: 99;
	margin-right: 0; width: auto;}
.left_tooltip .tooltip2_classic{left:auto; right:0px;}
.tooltip2 .tooltip2_classic{display:none; background: #FFFFAA; border: 1px solid #FFAD33; color: #DF2B5A; white-space: nowrap; padding: 0.8em 1em; }
.tooltip2:hover .tooltip2_classic{display:block; position:absolute; }
.create-c-button{color: white;  background: #DF2B5A; padding: 5px 14px 6px; border-radius: 4px; font-weight: bold; line-height: 30px;} 
a.create-c-button:hover{color:white;}
.account-wrap {
	width: 80%;
	margin: 0 auto;
}

.account-fieldset .form-list li .input-box .input-text {
	background: #0d0d0d;
	color: #666;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	height: 40px;
	margin-right: 0px;
	border: 2px solid #212121;
}
.account-fieldset .form-list li .input-box select {
    font-size: 17px;
    color: #666;
    border: 2px solid #212121;
    background: #0d0d0d;
}
#shortprofile {
	background: #0d0d0d;
	color: #666;
	border: 2px solid #212121;
}
.top-panels .top-panel {
	width: 100%;
}
.categorypath-karaoke-top-new-karaoke .account-wrap .top-karaoke {
	float: left;
	width: 74.6%;
}
.categorypath-karaoke-top-new-karaoke .account-wrap .left-section {
	float: right;
	width: 24.5%;
}
.categorypath-karaoke-top-new-karaoke .top-karaoke .top-karaoke {
	float: none;
	width: 100%;
}
.categorypath-karaoke-top-new-karaoke .top-karaoke .songs .song {
	width: 33.33%;
}
.top-karaoke .songs .new_song .song-main {
	background: url(images/rating_hover.png) no-repeat scroll 100% 33px transparent;
}
.categorypath-karaoke-top-new-karaoke .account-wrap {
	width: 99%;
	max-width: 1280px;
}
.account-wrap {
	width: 80%;
	margin: 0 auto;
	font-family: 'Roboto Condensed', sans-serif !important;
}
#user_playlists #ul_lists li a:not(.pllink-new) {
	color: #fff;
	display: block;
	font-size: 20px;
	line-height: 20px;
	font-weight: 500;
	padding: 15px 10px;
}
#user_playlists #ul_lists li a:hover{
	background: #525252;
}
#socialpopup_main_div .socialpopup-input-box .input_bg {
	height: auto;
	width: 276px;
}

div#header_logo_Div {
	width: 250px;
	background: none;
}
.fancybox-wrap .fancybox-skin {
	background: #1a1a1a;
    border-radius: 0;
    padding: 15px;
    width: auto;
    height: auto;
}
.login_register_popup #social_popup_main {
	background: #1a1a1a;
	padding: 0;
}
.login_register_popup #socialpopup_main_div h4 {
	border-bottom: 2px solid #090909;
    margin: 20px 20%;
}
.login_register_popup .socialpopup-input-box {
	width: 100%;
	position: relative;
}
.login_register_popup #socialpopup_main_div #login_div .socialpopup-input-box i.fa {
	position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    height: 40px;
}
.login_register_popup #socialpopup_main_div .socialpopup-input-box input {
	width: 100%;
    background-color: #0e0e0e;
    background-image: none;
    border: 1px solid #222222;
    height: 40px;
    padding: 10px;
}
.login_register_popup #socialpopup_main_div #show_password {
	float: right;
	color: #fff;
    text-decoration: none;
    font-size: 13px;
}
.login_register_popup #socialpopup_main_div button {
	clear: both;
    width: 100%;
    background: #df2b5a;
    border: 0;
    border-radius: 0;
    height: 45px;
    font-weight: bold;
    font-size: 16px;
    box-shadow: none;
}
.login_register_popup #creat_account {
	background: none;
    text-align: center;
}
.login_register_popup .bottom_link span {
	float: none;
    color: #fff;
    font-family: Arial;
    font-size: 19px;
    margin-right: 0;
}
.login_register_popup .bottom_link a {
	font-family: Arial;
    font-size: 19px;
}
.login_register_popup .seperate {
	border-bottom: 2px solid #090909;
    margin: 20px 20%;
    clear: both;
    float: left;
    width: 60%;
}
.login_register_popup .seperate.bottom {
    margin: 10px 20% 0;
}

.login_register_popup #socialpopup_main_div #login_div .social_btn_grid {
    width: 100%;
    background-image: none;
    color: #fff;
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
    text-decoration: none;
    display: table;
}
.login_register_popup #socialpopup_main_div #login_div .googleplus_btn_grid {
	background: #cf4332;
}
.login_register_popup #socialpopup_main_div #login_div #facebook_login {
	background: #3b5998;
}
.login_register_popup #socialpopup_main_div #login_div #facebook_login #progress_image_facebooklogin {
	float: right;
    margin-top: 18px;
    margin-right: 5px;
}
.login_register_popup #socialpopup_main_div #login_div i.fa {
	font-size: 30px;
    line-height: 45px;
    width: 45px;
    text-align: center;
}
.login_register_popup #socialpopup_main_div #login_div .title {
	margin-left: 0px;
    font-size: 17px;
}

.login_register_popup #register_div .left_login {
	width: 100%;
}
.login_register_popup .social_login_btn #sregister {
	clear: both;
    width: 100%;
    background: #df2b5a;
    border: 0;
    border-radius: 0;
    height: 40px;
}
.login_register_popup #register_div #register_tittle {
	margin-top: 0;
    color: #df2b5a;
    border: 0;
}
.login_register_popup .sl_clearfix {
	margin-bottom: 20px;
}
.login_register_popup #return_login {
	background: none;
    text-align: center;
}
.login_register_popup #return_login span {
	float: none;
}
.fancybox-opened .fancybox-title {
	display: none;
}

/*buton player*/
.jp-flat-audio {
    height: 35px;
    width: 100px;
    min-width: 0;
    margin-top: 10px;
}
.jp-control,
.jp-control .jp-button {
    width: 35px !important;
    height: 35px !important;
}
.jp-flat-audio .jp-play-control {
    background-color: #df2b5a !important;
}
.jp-flat-audio .jp-play-bar {
    background-color: #921f3d !important;
}
.jp-bar {
    width: 65px !important;
    height: 35px !important;    
    left: 35px !important;
}
.jp-flat-audio .jp-button:before {
    width: 35px;
    line-height: 35px;
}
.jp-details, .jp-timing {
    display: none !important;
}
.jp-details, .jp-timing, .jp-details span, .jp-timing span {
    height: 35px !important;
    line-height: 35px !important;
}
.jp-flat-audio .jp-button:before {
    font-size: 18px !important;
}

.account-form #download_popup_holder .buttons-set .button {
	margin: 0;
}
.account-form #download_popup_holder .buttons-set .button span span {
	padding: 5px 10px;
}
.download-form-wrap #download_popup_holder h1.down-title {
	font-size: 22px;
    font-weight: bold;
}
.download-form-wrap .login-x {
	float: right;
}
.download-form-wrap #download_popup_holder .down-line span {
	font-size: 14px;
}