/* 
    Document   : main
    Created on : Sep 21, 2008, 5:04:51 PM
    Author     : jaromlee
    Description:
        The main style for v2 of yes!
*/

body {
	margin: 0px;
	text-align: center;
	background-image: url("/images/body_bgnd_gradient.jpg");
	background-repeat: repeat-x;
}

div#logo {
	background-image: url("/images/logo.png");
	width: 220px;
	height: 150px;
	margin-top: 40px;
	position: absolute;
	z-index: 100;
}

.clear {
	clear: both;
	height: 0px;
}

a:link, a:visited {
	color: #007A93;
	text-decoration: underline;
}

a:hover {
	color: #054F5C;
	text-decoration: underline;
}

div#layout {
	width: 100%;
	height: 100%;
	background-image: url("/images/page_bgnd.jpg");
	background-repeat: no-repeat;
	background-position: 96% 0%;
}

div#masthead {
	width: 1005px;
	height: 120px;
}

div#pasteboard {
	width: 1005px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

div#navbar {
	background-image: url("/images/navbar_bgnd.png");
	width: 780px;
	height: 120px;
	float: right;
	text-align: left;
	margin-top: 28px;
}

div#panel-hdr {
	background-image: url("/images/panel_hdr.png");
	text-align: left;
	width: 1005px;
	height: 62px;
	margin-top: 30px;
}

div#panel-left {
	width: 200px;
	margin-left: 30px;
	float: left;
    text-align: left;
}

div#panel-right {
	float: right;
	width: 245px;
	margin-right: 26px;
    text-align: left;
}

div#panel-body {
	width: 1000px;
}

div#panel-center {
    margin-top: 0px;
	width: 460px;
	margin-left: 253px;
    padding-top: 1px;
    padding-bottom: 20px;
    text-align: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
}

div#modal-content {
    margin-top: 0px;
    text-align: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
}

div#panel {
    background-image: url("/images/panel_body.png");
	width: 1005px;
}

div#panel-ftr {
	background-image: url("/images/panel_ftr.png");
	width: 1005px;
	height: 28px;
}

div#footer {
    text-align: left;
    width: 1005px;
    padding-bottom: 6px;
}

div#footer-padding {
    text-align: center;
    width: 940px;
}

div#footer-spacer {

}

div#right-navbar {
	margin-top: -82px;
    margin-right: -24px;
	width: 300px;
	height: 80px;
	vertical-align: top;
	text-align: left;
	float: right;
}

div#top-links {
    text-align: right;
	margin-left: -30px;
	width: 286px;
	height: 40px;
}

div#top-links ul li{
	padding-right: 0px;
}

div#search-area {
	width: 286px;
	height: 40px;
	margin-top: -16px;
}

div#search-btn {
	float: right;
	margin-top: -40px;
	margin-right: 55px;
	background-image: url("/images/search_button.gif");
	background-position: 0px 0px;
	height: 24px;
	width: 79px;
	border: 0px;
}

span#yes-slogan {
    font-family: Arial, "MS Trebuchet", sans-serif;
    font-size: 10px;
}

div.search-btn-over {
	background-position: 0px -24px;
}

a:hover div#search-btn {
	background-position: 0px -24px;
}

input#search {
	width: 156px;
	height: 20px;
	border: 1px solid #999;
}

div#tab1 {
	background-image: url("/images/tab_store_enabled.gif");
	position: absolute;
	width: 183px;
	height: 56px;
	margin-top: 54px;
	margin-left: 28px;
}

div#tab2 {
	background-image: url("/images/tab_mymix_disabled.gif");
	position: absolute;
	width: 183px;
	height: 56px;
	margin-top: 54px;
	margin-left: 220px;
}

img#tab-continuation {
	margin-top: 13px;
}

img.tab-cont-1 {
	margin-left: 253px;
}

img.tab-cont-2 {
	margin-left: 445px;
}

ul#navlist {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}

#navlist li {
	display: inline;
	list-style-type: none;
}

#navlist a {
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 10px;
}

#navlist a:link, #navlist a:visited {
	color: #007A93;
	text-decoration: none;
}

#navlist a:hover {
	color: #054F5C;
	text-decoration: underline;
}

ul#footlist {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}

#footlist li {
	display: inline;
    font-family: Arial, "MS Trebuchet", sans-serif;
    font-size: 10px;
	list-style-type: none;
}

#footlist a {
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding: 3px 3px;
}

#footlist a:link, #footlist a:visited {
	color: #007A93;
	text-decoration: none;
}

#footlist a:hover {
	color: #054F5C;
	text-decoration: underline;
}

ul.left-menu {
    margin-top: 3px;
    margin-left: 3px;
	padding-left: 10px;
	white-space: nowrap;
}

.left-menu li {
    margin-top: 3px;
    margin-bottom: 3px;
    list-style-type: none;
}

.left-menu a {
    font-family: Arial, "MS Trebuchet", sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.left-menu a:link, .left-menu a:visited {
	color: #007A93;
	text-decoration: none;
}

.left-menu a:hover {
	color: #054F5C;
	text-decoration: underline;
}

.left-menu-active {
    font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 12px;
	font-weight: bold;
    color: #C81F47;
}

ul.left-sub-menu {
    margin-left: 0px;
	padding-left: 10px;
	white-space: nowrap;
}

.left-sub-menu li {
    margin-top: 2px;
    margin-bottom: 2px;
	list-style-type: none;
}

.left-sub-menu a {
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.left-sub-menu a:link, .left-sub-menu a:visited {
	/*color: #666;*/
        color: #007A93;
	text-decoration: none;
}

.left-sub-menu a:hover {
	/*color: #333;*/
        color: #054F5C;
	text-decoration: underline;
}

img.number-image {
    margin-top:0px;
    margin-left:0px;
}

img {
    border: 0px;
}

#content {
    text-align: left;
	width: auto;
	margin-top: -11px;
}

h2 {
	color: #EE4400;
	font-size: 14px;
	font-weight: bold;
    font-family: Arial, "MS Trebuchet", sans-serif;
}

h1 {
	color: #666666;
	font-size: 16px;
	font-weight: bold;
    font-family: Arial, "MS Trebuchet", sans-serif;
}

h1 a {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

h1 a:link, h1 a:visited {
	color: #666666;
	text-decoration: none;
}

h1 a:hover {
	color: #666666;
	text-decoration: underline;
}

hr.separator {
    width: 250px;
    height: 1px;
    text-align: center;
    border: 0;
    background-color: #ccc;
    border: 0;
    margin: 20px auto 20px auto;
}

/* PRODUCT =================================================================== */
.product {
    margin-left: -6px;
	width: 110px;
	margin-right: 8px;
	float: left;
}
.product_top {

}
.product_bottom {
    height: 0px;
}
.product_main {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	width: 110px;
    height: 180px;
	/*overflow: hidden;*/
	text-align: center;
}
.product_image {
	height: 100px;
	/*overflow: hidden;*/
}
.product_image img{
    width: 100px;
    height: 100px;
}
.product_play {
    position: relative;
    top: -12px;
    left: 39px;
}
.product_detail_play {
    position: relative;
    top: 0px;
    padding-bottom: 2px;
    height: 24px;
    text-align: right;
}

.product_title, .product_class_bpm {
    position: relative;
    top: 0px;
    left: 5px;
	height: 12px;
    width: 110px;
	margin: 0px;
    margin-top: 2px;
    margin-bottom: 0px;
    font-family: arial;
    font-size: 10px;
    color: #3f3f3f;
    font-weight: normal;
    text-align: left;
    line-height: 11px;
}

.product_title a:link, .product_title a:visited, .product_title a:active,
.product_class_bpm a:link, .product_class_bpm a:visited, .product_class_bpm a:active {
    text-decoration: none;
    color: #00A0C6;
}

.product_title a:hover{
    text-decoration: underline;
    color: #00A0C6;
}
.product .money {
    position: relative;
    top: 8px;
    left: -30px;
	color: #999;
	overflow: hidden;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
}
.product .icon {
	position:absolute;
	margin-left: 110px;
	z-index:300;
}

/* Left content container */
#left {
	float:left;
	/*width: 430px !important;*/
	width: 480px;
	margin-left: 10px;
	padding-right: 20px;
	margin-right: 20px;
	min-height: 250px;
	margin-bottom: 20px;
}

.info {
	font-size: 10px;
	font-style:italic;
	color: #666666;
	line-height:14px;
}

div#side-blog {
    font-family: Arial, "MS Trebuchet", sans-serif;
    font-size: 11px;
    color: #333333;
    margin-top: 20px;
    text-align: left;
}
.side-blog-content {
    padding: 10px;
    border: 1px solid #9B243F;
    border-top: none;
}

div#featured_product_section {
    font-family: Arial, "MS Trebuchet", sans-serif;
    font-size: 11px;
    color: #333333;
    margin-top: 20px;
    text-align: left;
}

div.featured_product_content {
    padding: 10px;
    border: 1px solid #9B243F;
    border-top: none;
}

div.featured_product_content div.image-price-play {
    float: left;
    padding: 0 10px 5px 0;
    width: 100px;
}
div.image-price-play img.featured-product-image {
    width: 100px;
    height: 100px;
}
div.image-price-play span.price-label {
    font-weight: bold;
}
div.image-price-play div.play-button {
    float: right;
}
div.featured_product_content div.bpm-clean-lyrics-bar {
    background-color: #e6e6e6;
    height: 20px;
    padding-top: 7px;
}
div.bpm-clean-lyrics-bar span.bpm-class-label {
    font-weight: bold;
    padding-left: 6px;
}
div.bpm-clean-lyrics-bar img.clean-lyrics-image {
    float: right;
}

div#player-container {
    border: 1px solid #BBBBBB;
}

.product-description {
    font-family: Arial, "MS Trebuchet", sans-serif;
    font-size: 12px;
    color: #333333;
    margin-top: 20px;
    text-align: left;
}

.product-title {
    font-family: Arial, "MS Trebuchet", sans-serif;
    font-size: 16px;
    color: #333333;
    text-align: left;
}

.product-detail-code {
    font-family: Arial, "MS Trebuchet", sans-serif;
    font-size: 11px;
    font-style: italic;
}

.product-image {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
}

.product-options {
    text-align: left;
}

#product-detail-panel {
    margin-bottom:20px;
}

.feat-text {
    font-family: Arial, "MS Trebuchet", sans-serif;
    font-size: 13px;
    color: #333333;
    font-weight: bold;
}

.feat-text-minor {
    font-family: Arial, "MS Trebuchet", sans-serif;
    font-size: 12px;
    color: #333333;
    font-weight: bold;
    text-align: left;
}

#account-details-nav-header {
    background-color: #999999;
    color: #FFFFFF;
    font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 14px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 8px;
	font-weight: bold;
    text-align: left;
}

#account-details-nav-body {
    padding: 12px;
}

#account-details-nav {
    margin-top: 20px;
    text-align: center;
    border: 1px solid #BBBBBB;
}

td.account-link {
    text-align: left;
    padding-left: 10px;
    font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 12px;
	font-weight: bold;
    color: #007A93;
    border-bottom: 1px solid #DDDDDD;
	text-decoration: none;
}

td.account-tally {
    text-align: left;
    vertical-align: middle;
    padding-left: 10px;
    font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 10px;
	font-weight: normal;
    color: #333333;
    border-bottom: 1px solid #DDDDDD;
	text-decoration: none;
}

.account-link a {
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.account-link a:link, .account-link a:visited {
	color: #007A93;
	text-decoration: none;
}

.account-link a:hover {
	color: #054F5C;
	text-decoration: underline;
}

.product-option {
    font-family: Arial, "MS Trebuchet", sans-serif;
    font-size: 11px;
    font-weight: normal;
}

.product-options-area {
    border: 1px solid #CCCCCC;
}

.playlist {
    color: #333333;
    border: 1px solid #CCCCCC;
    font-family: Arial, "MS Trebuchet", sans-serif;
    font-size: 11px;
}

.playlist-odd {
    background-color: #F6F6F6;
    color: #666666;
}

.playlist-even {
    color: #666666;
}

.playlist-header {
    background-color: #CCCCCC;
    font-family: Arial, "MS Trebuchet", sans-serif;
    font-size: 11px;
    font-weight: bold;
}

.product-option-price {
    font-family: Arial, "MS Trebuchet", sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #9B243F;
}

.action {
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #007A93;
}

.otext{
    color: #EE4400;
    font-weight: bold;
}
.subtle-grey {
    background-color: #CCCCCC;
}

.form-box {
    border: 1px solid #ccc;
    padding-left: 10px;
    padding-bottom: 10px;
}

.form-field-group {
    margin-top: 10px;
}

.field-right-faux-left {
    width:80%;
    text-align:right;
}

.form-button-group {
    margin-top:16px;
    text-align:right;
    border-top:1px solid #CCCCCC;
}

.formError {
    color: #DD3300;
    font-size: 10px;
}

.errors {
    padding: 10px;
    color: #DD3300;
    background-color: #FFFFCC;
    border:3px solid #DDDDBB;
}

.success {
    padding: 10px;
    color: #007A93;
    background-color: #d6dfcd;
    border: 3px solid #addf7b;
}

.odd {
    background-color: #CCCCCC;
    height: 26px;
}
.even {
    height: 26px;
}

.list {
	border: 1px solid #666666;
	width: 100%;
}

.list td {
    font-family: Arial, "MS Trebuchet", sans-serif;
    font-size: 11px;
	background-color: #fff;
	padding: 2px 6px;
	border-right: 1px solid #cccccc;
}

.list tr.odd td {
	background-color: #fff;
}

.list tr.even td, .even {
	background-color: #ECEEF2;
}

.numeric, .list .numeric {
	text-align:right;
}

.list th, .list tr.header td, .list td.header {
	font-weight: bold;
	background-color: #777777;
	color: #eeeeee;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	text-transform:capitalize;
	padding: 4px;
	text-align: left;
}

.list tr.footer td {
	font-weight:normal;
	font-style:italic;
	color: #333333;
	background-color: #cccccc;
	border-top: 1px solid #191465;
	text-transform:capitalize;
}

.button-login {
	background-image: url("/images/login_button.gif");
	background-position: 0px 0px;
	height: 24px;
	width: 79px;
	border: 0px;
    cursor: pointer;
}

.button-login:hover {
    background-position: 0px -24px;
    cursor: pointer;
}

.button-new-account {
	background-image: url("/images/new_account_button.gif");
	background-position: 0px 0px;
	height: 24px;
	width: 150px;
	border: 0px;
    cursor: pointer;
}

.button-new-account:hover {
    background-position: 0px -24px;
    cursor: pointer;
}

.button-checkout {
	background-image: url("/images/checkout_button.gif");
	background-position: 0px 0px;
	height: 24px;
	width: 130px;
	border: 0px;
    cursor: pointer;
}

.button-checkout:hover {
    background-position: 0px -24px;
    cursor: pointer;
}

.button-continue-shopping {
	background-image: url("/images/continue_shopping_button.gif");
	background-position: 0px 0px;
	height: 24px;
	width: 140px;
	border: 0px;
    cursor: pointer;
}

.button-continue-shopping:hover {
    background-position: 0px -24px;
    cursor: pointer;
}

.button-submit-order-info {
	background-image: url("/images/submit_order_info_button.gif");
	background-position: 0px 0px;
	height: 24px;
	width: 170px;
	border: 0px;
    cursor: pointer;
}

.button-submit-order-info:hover {
    background-position: 0px -24px;
    cursor: pointer;
}

.button-submit-your-order {
	background-image: url("/images/submit_your_order_button.gif");
	background-position: 0px 0px;
	height: 24px;
	width: 140px;
	border: 0px;
    cursor: pointer;
}

.button-submit-your-order:hover {
    background-position: 0px -24px;
    cursor: pointer;
}

.button-activate-your-account {
    background-image: url("/images/activate_your_account_button.png");
    background-position: 0px 0px;
    height: 24px;
    width: 150px;
    border: 0px;
    cursor: pointer;
}
.button-activate-your-account:hover {
    background-position: 0px -24px;
    cursor: pointer;
}
.button-add-to-cart {
    background-image: url("/images/add_to_cart_button.gif");
    background-position: 0px 0px;
    height: 24px;
    width: 79px;
    border: 0px;
    cursor: pointer;
}
.button-add-to-cart:hover {
    background-position: 0px -24px;
    cursor: pointer;
}
.button-buy-now {
    background-image: url('/images/buy_now_button.gif');
    background-position: 0px 0px;
    height: 24px;
    width: 79px;
    border: 0px;
    cursor: pointer;
}
.button-buy-now:hover {
    background-position: 0px -24px;
    cursor: pointer;
}
.button-refer-friends {
    background-image: url("/images/refer_friends_button.png");
    background-position: 0px 0px;
    height: 24px;
    width: 85px;
    border: 0px;
    cursor: pointer;
}
.button-refer-friends:hover {
    background-position: 0px -24px;
    cursor: pointer;
}
.bpm_bar{   
    float: left;
    font-size: 10px;
    width: 349px; 
    height: 24px;
    background-color: #E6E6E6;

}

/* Protoload - Loading overlay styles. */
.waiting {
	background-image:url('/images/waiting.gif');
	background-repeat:no-repeat;
	background-position:center center;
	background-color:white;
}

.bigWaiting {
	background-image:url('/images/bigWaiting.gif');
	background-repeat:no-repeat;
	background-position:center center;
	background-color:white;
}

.pagination {
    padding-bottom: 10px;
    margin-right: 23px;
    text-align: right;
}
.pagination a {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #007A93;
    text-decoration: none;
}
.pagination a:hover, .pagination a:active {
    border: 1px solid #054F5C;
    color: #054F5C;
}
.pagination span.current {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #007A93;
    font-weight: bold;
    background-color: #007A93;
    color: #fff;
}
.pagination span.disabled {
    display: none;
}
.textInput {
	color: #333;
	line-height: 1em !important;
}

.textInput, .textArea {
	border: 1px solid #7d6a55;
	padding: 4px;
}
.textInput.big {
	border: 2px solid #7d6a55;
	height: 18px;
	color: #8a8075;
	font-size: 16px;
	line-height: 20px;
	padding-top: 4px;
	background-image: url(/images/ui/input-bg.gif);
	background-repeat: repeat-x;
}