/*===================
*** Helper Classes ***
====================*/

.left {
    float: left;
}

.right {
    float: right;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
}

.last-item {
    margin-right: 0 !important;
    padding-right: 0 !important;
    border-right: none !important;
}

.no-margin {
    margin: 0;
}

.relative {
    position: relative;
}

.hide {
    display: none;
}

::-webkit-input-placeholder {
    color: #aeaeae;
}

:-moz-placeholder {
    color: #aeaeae;
}

.placeholder {
    color: #aeaeae;
}

.rounded {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

*:focus {
    outline: none;
}

.no-padding {
    padding: 0 !important;
}

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

.ui-front {
    z-index: 2000 !important;
}


/*===================
*** Layout ***
===================*/

body {
    background: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 1.5em;
}

.wrap, .main {
    width: 1020px;
    margin: 0 auto;
    padding: 0;
}

.main {
    margin-top: 30px;
}

.full-width .right-box {
    width: 100%;
    float: none;
}

.full-width .right-box table {
    width: 100%;
    height: auto;
}

.full-width .sidebar, .full-width .category-sidebar {
    display: none;
}

.sidebar, .category-sidebar {
    display: block;
    width: 20%;
    margin-right: 1%;
    float: left;
}

.right-box  {
    display: block;
    width: 75%;
    float: right;
}

.right-box .product-grid:first-child .box-top {
    border-top: 0;
}

.two-column .right-box .filters, .two-column .right-box .view-select {
    width: 50%;
}

.two-column .right-box .view-select {
    text-align: right;
}

.specials .right-box .view-select {
    text-align: left;
}


/*===================
*** Typography ***
===================*/

/*
font-family: 'Open Sans', sans-serif;
font-family: 'Open Sans Condensed', sans-serif;

Light:  300
Normal: 400
Semi:   600
Bold:   700
*/

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #001d32;
}

h1 {
    margin: 0;
}

a {
    color: #0076c2;
    text-decoration: none;
    outline: 0;
}

a, a:hover, a:active, a:focus {
    outline: 0 !important;
}

input::-moz-focus-inner {
    border: 0;
}

.regular-price {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: none;
    line-height: 1.2em;
}

.price-strike {
    text-decoration: line-through;
    font-weight: bold;
}

.used-price {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
    line-height: 1.2em;
    color: #444;
}

.sell-price {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: none;
    line-height: 1.2em;
}

.sale-price {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2em;
    text-transform: none;
    color: #ff0000;
}

.cart-red {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2em;
    text-transform: none;
    color: #ff0000;
}

.members-price {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-transform: none;
    font-weight: bold;
    line-height: 1.2em;
    color: #000;
}

.members-price span {
    color: #005998;
}

.not-available {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 14px;
    line-height: 26px;
    word-wrap: break-word;
}

.not-available.used-stock {
    margin-left: 10px;
}

/* Headings */

.box-top {
    margin-top: 10px;
    margin-bottom: 30px;
    padding-top: 30px;
    border-top: 1px solid #ccdeea;
}

.box-top h2, .box-top a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 24px;
    color: #0075bf;
    margin: 0;
    padding: 0;
    line-height: 1.15em;
}

.box-top h2 {
    float: left;
}

.box-top a {
    float: right;
}

.box-top a:hover {
    color: #0361a9;
}

.grammys .right-box .box-top {
    display: none;
}

.heading.dark-blue, .heading.purple {
    color: #fff;
    padding: 10px;
}

/*===================
*** Buttons ***
===================*/

.button {
    display: inline-block;
    width: 86px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    border-radius: 15px;
}

.button:last-child {
    margin-right: 0;
}

.button.blue {
    background: #0075bf;
    border: 1px solid #0075bf;
}

.button.purple, .button.sell {
    background: #fff;
    border: 1px solid #5E0A6F; 
    color: #5E0A6F;
}

.button.gray {
    background: #efefef;
    border: 1px solid #ccc; 
    color: #444;
}

.button.orange {
    background: #FA981B;
    border: 1px solid #FA981B; 
    color: #fff;
}

.button.sell-your-copy {
    width: auto;
    min-width: 150px;
    margin-top: 10px;
    padding: 0 15px;
}

.button.checkout, 
.button.login, 
.button.register, 
.button.submit,
.button.go,
.button.continue, 
.button.placeOrder, 
.button.addNew, 
.button.addNewCard, 
.button.select,
.button.cancel,
.button.edit {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 15px;
    background: #FA981B;
    border: 1px solid #FA981B; 
    color: #fff;
}

.button.smallEdit {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 12px;
    background: #FA981B;
    border: 1px solid #FA981B; 
    color: #fff;
}

.button.update {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 15px;
    background: #fff;
    border: 1px solid #0075bf;
    color: #0075bf;
}

.button.green, .button.preorder {
    background: #fff;
    border: 1px solid #0075bf;
    color: #0075bf;
}


/*========================================================
*** Breadcrumbs, View Select, Filters and Pagination  ***
========================================================*/

/* Layout */

.filters, .view-select, .pagination-top {
    display: inline-block;
    margin-bottom: 40px;
}

.view-select, .pagination-top {
    margin-top: 20px;
}

.filters {
    width: 40%;
    float: left;
}

.filters-used {
    margin-bottom: 20px;
}

.filters-used .go {
    margin-left: 10px;
    vertical-align: -25px;
}

.view-select {
    width: 30%;
    text-align: left;
    float: left;
}

.pagination-top {
    width: 30%;
    text-align: right;
    float: right;
}

/* Breadcrumbs */

.breadcrumb {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccdeea;
}

.breadcrumb a {
    font-style: italic;
}

.breadcrumb h2 {
    display: inline;
    color: #001d32;
    margin-left: 5px;
    text-transform: uppercase;
    font-size: 18px;
}

.breadcrumb ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.breadcrumb ul li {
    display: inline;
    color: #005998;
}

.breadcrumb ul li::after {
    content: "/";
    margin: 0 5px;
}

/* Filters */

.sell-search {
    padding-bottom: 15px;
}

.sell-search .select-container, .sell-search input {
    display: inline-block;
    margin-bottom: 7px;
}

.sell-search .select-container.small {
    margin-left: 0;
}

.filter-item {
    margin-top: 5px;
    float: none !important;
    display: inline-block !important;
    margin-right: 10px !important;
}

.filter-item label {
    display: block;
    font-weight: normal;
    color: #0075bf;
}

.filter-item .select-container {
    display: block;
}

/* View Select */

.view-select, .view-select a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 24px;
}

.view-select {
    color: #0075bf;
}

.view-select a {
    color: #999;
}

.view-select a:hover {
    color: #666;
}

.view-grid {
    padding-right: 10px;
}

/* Pagination */

.pagination, .pagination a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 24px;
}

.pagination a, .pagination-separator {
    color: #0075bf;
}

.pagination-select {
    vertical-align: 4px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 16px;
}

.pagination-bottom {
    margin-top: 20px;
    text-align: center;
}

.pagination-top .pagination-select {
    display: none;
}

.pagination-bottom .pagination-separator {
    display: none;
}


/*===================
*** Header ***
===================*/

#flash-message {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 36px;
    line-height: 36px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    z-index: 10000;
}

#flash-message.success {
    background: #006600;
    
}

#flash-message.error {
    background: #990000;
    
}

.logo {
    position: absolute;
    top: 2px;
    z-index: 100;
}

.logo-with-tagline {
    display: none;
    position: absolute;
    top: 5px;
    z-index: 100;
}

.logo-mobile {
    display: none;
    margin-left: 2px;
    float: left;
    height: 35px;
    overflow: hidden;
}

.home .logo {
    display: none;
}

.home .logo-with-tagline {
    display: block;
}

.notification-bar {
    text-align: center;
    background: #f8991d;
    color: #005998;
    font-size: 18px;
    padding: 6px 6px 5px 6px;
}

.notification-bar a {
    font-size: 14px;
    font-weight: bold;
}

.navigation-bar {
    background: #fff;
}

.mobile-navigation-bar {
    display: none;
}

.banner-internal {
    display: block;
    width: 100%;
    height: 160px;
    margin-top: -35px;
    position: relative;
    overflow: hidden;
}

.banner-internal .large-ad {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.home .banner-internal {
    display: none;
}

/* Account Navigation */

.account-bar {
    text-align: right;
    color: #fff;
    background: #005998;
    margin: 0;
    padding: 0;
}

.account-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

.account-nav li {
    display: inline-block;
    margin: 0;
    padding: 0;
    color: #fff;
}

.account-nav li a {
    display: block;
    margin: 0;
    padding: 7px 10px;
    color: #fff;
}

.account-nav li a:hover {
    background: #0075bf;
}

.account-nav li.cart a {
    padding-left: 10px;
    padding-right: 10px;
    background: #0075bf;
}

.account-nav li.cart a:hover {
    background: #188fdb;
}

.account-nav li.cart img {
    margin-right: 7px;
    float: left;
}

/* Primary Navigation */

.primary-nav-bar {
    background: #fff;
    text-align: right;
}

.primary-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

.primary-nav li {
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
}

.primary-nav li:first-child {
    margin-left: 0;
}

.primary-nav li a {
    font-size: 24px;
    color: #005998;
    line-height: 45px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.primary-nav li a:before {
    content: "";
    display: inline-block;
    margin-right: 7px;
    vertical-align: -4px;
    background-position: top left;
    background-repeat: no-repeat;
    overflow: hidden;
}

.primary-nav li.active {
    background: #0276C1;
}

.primary-nav li.active a {
    color: #fff;
}

.primary-nav li.active a:before {
    background-position: top right;
}

.primary-nav .desktop-search-primary-nav {
    padding-left: 0;
    padding-right: 10px;
    vertical-align: 4px;
}

.primary-nav .desktop-search-primary-nav.active {
    background: #fff;
}

.primary-nav .desktop-search-primary-nav .small-search input[type='text'] {
    width: 130px;
}

.home .primary-nav .desktop-search-primary-nav {
    display: none;
}

.primary-nav .tablet-search-primary-nav {
    display: none;
}

.primary-nav .tablet-search-primary-nav a:before {
    background-image: url('/stores/fye/images/nav-search.png');
    width: 27px;
    height: 28px;
}

.listen-primary-nav a:before {
    background-image: url('/stores/fye/images/nav-listen.png');
    width: 24px;
    height: 28px;
}

.watch-primary-nav a:before {
    background-image: url('/stores/fye/images/nav-watch.png');
    width: 32px;
    height: 28px;
}

.merch-primary-nav a:before {
    background-image: url('/stores/fye/images/nav-merch.png');
    width: 31px;
    height: 28px;
}

.tech-primary-nav a:before {
    background-image: url('/stores/fye/images/nav-tech.png');
    width: 26px;
    height: 28px;
}

.specials-primary-nav a:before {
    background-image: url('/stores/fye/images/nav-specials.png');
    width: 28px;
    height: 28px;
}

.used-primary-nav a:before {
    background-image: url('/stores/fye/images/nav-used.png');
    width: 26px;
    height: 28px;
}

/* Secondary Navigation */

.secondary-nav-bar {
    visibility: hidden;
    position: relative;
    width: 100%;
    min-height: 35px;
    background-color: rgba(255, 255, 255, 0.85);
    text-align: center;   
    z-index: 500; 
}

.secondary-nav-bar .wrap {
    max-width: 100% !important;
}

.secondary-nav {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

.secondary-nav li {
    display: inline-block;
    margin-left: 30px;
    height: 35px;
    line-height: 35px;
    vertical-align: top;
    text-align: left;
}

.secondary-nav li:first-child {
    margin-left: 0;
}

.secondary-nav li a {
    font-weight: bold;
}

.secondary-nav li a:hover {
    color: #0361a9;
}

.secondary-nav li a strong {
    text-transform: uppercase;
}

/*===================
*** Sidebars ***
===================*/

.category-sidebar, .sidebar {
    background: #EBF9FF;
    padding: 10px 5px 0 10px;
}

.category-sidebar, .sidebar h3 {
    font-size: 24px;
    font-weight: 300;
    color: #0075bf;
    margin-top: 0;
    margin-bottom: 10px;
}

.category-sidebar ul, .sidebar ul {
    margin-left: 0;
}

.category-sidebar ul {
    padding: 0;
    margin: 0px 0px 0px 25px;
    list-style: none;
}

.category-sidebar ul li {
    margin: 0 0 3px 0;
}

.category-sidebar ul li a {
    color: #001d32;
    font-size: 13px;
}

.category-sidebar ul li.large {
    margin: 0 0 4px 0;
}

.category-sidebar ul li.large a {
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 5px 0;
    color: #001d32;
    text-transform: uppercase;
}

.sidebar .product .image-container {
    text-align: left;
}

.fye-recommends {
    background: url(/stores/fye/images/small-logo.png) no-repeat left center;
    padding: 6px 0 0 44px;
    min-height: 34px;
    margin-bottom: 10px;
}

/*===================
*** Search Bars ***
===================*/

/* Large Search */

.large-search input {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.large-search input[type='text'] {
    display: inline-block;
    background: #fff;
    width: 550px;
    height: 60px;
    padding: 0 25px 0 25px;
    font-size: 24px;    
    border-radius: 50px;   
    border: 0; 
	-webkit-box-shadow: 10px 10px 35px 0px rgba(0,0,0,0.45);
	-moz-box-shadow: 10px 10px 35px 0px rgba(0,0,0,0.45);
	box-shadow: 10px 10px 35px 0px rgba(0,0,0,0.45);
}

.large-search input[type='submit'] {
    display: inline-block;
    height: 60px;
    font-size: 24px;
    border-radius: 50px;    
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: #f8991d;
    border: 0;
    color: #fff;
    padding: 0 15px 0 15px;
    margin-left: -75px;
}

.large-search input[type='submit']:hover {
    background: #f9a83e;
}

/* Small Search */

.small-search input {
    display: inline-block !important;
    padding: 0 15px 0 15px !important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    height: 28px;
    border-radius: 25px !important;   
    border: 1px solid #ccc !important; 
}

.small-search input[type='text'] {
    height: 26px;
    width: 200px;
    background: #fff;
}

.small-search input[type='submit'] {
    margin-left: -40px;
    padding: 0 10px 0 10px !important;
    background: #f8991d;
    color: #fff;
    border: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;    
}

.small-search input[type='submit']:hover {
    background: #f9a83e;
}


/*===================
*** Product Grid ***
===================*/

/* Grid */

.product-grid {
    clear: both;
}

.product-grid .products {
    list-style: none;
    margin: 0;
    padding: 0;
}

.product-grid .product {
    position: relative;
    display: inline-block;
    width: 20%;
    margin-right: 6%; 
    vertical-align: top;
}

.product-grid .product:nth-child(4n) {
    margin-right: 0;
}

.product-grid:first-child .box-top {
    padding-top: 0;
    border-top: 0;
}

/* Individual product styles common to grid, sidebars, etc */

.product {
    max-width: 200px;
    margin-bottom: 40px;
}

.product .details {
    font-size: 13px;
    font-family: 'Open Sans Condensed', Arial;
    text-transform: uppercase;
}

.recommendations-box .product {
    margin-bottom: 0;
}

.full-width .product .image-container {
    height: 200px;
    text-align: center;
}

.recommendations-box .product .image-container {
    height: 150px;
    margin-bottom: 15px;
}

.product .image-container {
    text-align: center;
}

.product .image-container img {
    max-width: 100%;
    max-height: 200px;
}

.two-column .product .image-container img, .recommendations-box .product .image-container img {
    max-width: 100%;
    max-height: 150px;
}

.product .product-image {
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.product .product-image:hover {
    opacity: .85;
}

.product .details {
    text-align: center;
    margin-top: 10px;
}

.product .details a {
    text-transform: uppercase;
    font-size: 14px;
}

.sidebar .product .details {
    text-align: left;
}

.product .exclusive {
    display: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #f8991d;
}

.product .title, .product-title {
    font-family: 'Open Sans Condensed', sans-serif;
    color: #000;
    font-size: 14px;
    line-height: 1.3em;
    margin-bottom: 5px;
    font-weight: bold;
    text-transform: uppercase;
}

.product .title a, .product-title a {
    color: #000;
}

.shopping-cart thead .product-title {
    font-family: 'Open Sans', sans-serif;
    text-transform: none;
}

.product .artist a {
    font-family: 'Open Sans Condensed', sans-serif;
    text-decoration: underline;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
}

.product-grid .product .prices {
    margin-top: 15px;
    text-align: center;
}

.product .buttons {
    margin-top: 15px;
}

.sell .buttons {
    text-align: center;
}

.two-column .right-box .product-grid .product .button {
    display: block;
    width: 100%;
}

.two-column .product .not-available {
    display: block;
    margin: 0 auto;
    text-align: center;
}

/*===================
*** Product List ***
===================*/

.product-list thead {
    display: none;
}

.product-list .product {
    max-width: none;
}

.items {
    clear: both;
}

.items table {
    padding: 10px;
    width: 100%;
}

.items table th {
    padding: 0 10px;
}

.items table tr:nth-child(odd) td {
    background: #ecf8fe;
}

.items table td {
    padding: 10px !important;
    vertical-align: center;
}

.items td.product-image {
    width: 15%;
}

.shopping-cart .items td.product-image {
    width: auto;
}

.items td.product-image img {
    width: 100px;
    height: auto;
}

.items td.title {
    width: 50%;
}

.items td.buy-used, .items td.buy-new {
    vertical-align: bottom;
}

.items td.prices {
    min-height: 50px;
}

/*===================
*** Footer ***
===================*/

footer {
    background: #0875BF;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 1.3em;
    text-align: center;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 10px auto 0 auto;
    max-width: 780px;
}

.footer-links li {
    display: inline;
    color: #fff;
}

.footer-links li:after {
    content: '|';
    margin: 0 5px;
}

.footer-links li:last-child:after {
    content: '';
    margin: 0;
}

.copy {
    margin-top: 20px;
    color: #FFF;
    font-size: 12px;
}

.copy img {
    margin-right: 10px;
}

.footer-links li a {
    color: #FFF;
    font-size: 12px;
}


/* For more entertainment */

.more-entertainment {
    margin-top: 30px;
    text-align: center;
    border-top: 1px solid #ccdeea;
    padding-top: 30px;
}

.more-entertainment h1 {
    color: #005998;
    text-transform: uppercase;
    margin-bottom: 15px;
    line-height: 1.2em;
}

.more-entertainment ul {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #005998;
}

.more-entertainment li {
    display: inline-block;
}

.more-entertainment li a {
    display: block;
    padding: 15px 20px;
    font-size: 18px;
    color: #fff;
}

.more-entertainment li a:hover {
    background: #0075bf;
}

.more-entertainment li.weekly-deals {
    text-transform: uppercase;
    font-weight: bold;
}

/* Promotions */

.promotions {
    margin-bottom: 20px;
}

.promotions a {
    display: block;
}

.promotions .banner {
    margin-top: 2%;
    padding: 0;
}

.promotions .banner div, .promotions .banner img {
    width: 100% !important;
    height: auto !important;
    margin: 0;
    padding: 0;
}

.promotions .banner-half-left, .promotions .banner-half-right {
    width: 49%;
}

.promotions .banner-half-left {
    float: left;
    margin-right: 1%;
}

.promotions .banner-half-right {
    float: right;
}

/* Additional resources */

.additional-resources {
    background: #0875BF;
    color: #fff;
}

.additional-resources h3 {
    color: #fff;
}

.additional-resources a {
    color: #fff;
}

/* Get To Know */

.get-to-know, .get-in-touch {
    border-bottom: 2px solid #1192e3;
}

.get-to-know {
    padding: 20px 20px;
    text-align: center;
}

.get-to-know h2 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
}

.get-to-know a {
    text-transform: uppercase;
}

/* Get In Touch */

.get-in-touch {
    padding: 40px 20px;
}

.get-in-touch .social, .get-in-touch .mailing-list {
    width: 49%;
    display: inline-block;
}

.get-in-touch .social h3, .get-in-touch .social a {
    display: inline-block;
}

.get-in-touch .social a { 
    margin-left: 8px;
    vertical-align: -8px;
}

.get-in-touch h3, .get-in-touch .small-search {
    display: inline-block;
}

.get-in-touch .small-search {
    margin-left: 10px;
}

/* Extra Info */

.extra-info {
    margin-top: 40px;
    margin-bottom: 0;
}

.pod {
    display: inline-block;
    width: 31%;
    margin-right: 3%;
    vertical-align: top;
}

.pod:last-child {
    margin-right: 0;
}

.pod ul {
    border-top: 2px solid #1192e3;
    border-bottom: 2px solid #1192e3;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    list-style: disc;
}

.pod ul li {
    line-height: 2em;
    padding: 0;
    margin: 0;
}

.pod a {
    border-bottom: 1px solid #80BADF;
}


/*===================
*** Hero Area ***
===================*/

.hero-container {
    position: relative;
    width: 100%;
    height: 450px;    
    text-align: center;
}

.hero-slider {
    position: relative;
    margin-top: -35px;
    z-index: 50;
}

.hero-slide {
    position: relative;
    width: 100%;
    height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    text-align: center;
    z-index: 60;
}

.hero-content {
    padding-top: 95px;
}

.hero-content h1, .hero-content h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    line-height: 1.25em;
    color: #fff;
    text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.75);
}

.hero-content h1 {
    font-size: 60px;
}

.hero-content h2 {
    font-size: 24px;
    margin-top: 0;
}

.hero-content a {
    color: #fff;
    text-shadow: 0px -1px 0px #000;
    text-decoration: underline;
}

.hero-search {
    position: relative;
    width: 700px;
    margin: 0 auto;
    top: -200px;
    z-index: 60;
}

.hero-pager {
    position: relative;
    z-index: 200;
    margin-top: -30px;
}

.hero-pager span {
    font-size: 50px;
    color: #fff;
    opacity: 0.4;
    margin-left: 2px;
    margin-right: 2px;
    cursor: pointer;
}

.hero-pager .cycle-pager-active {
    color: #fff;
    opacity: 1;
}


/*===================
*** Select Boxes ***
===================*/

/* all form DIVs have position property set to relative so we can easily position newly created SPAN */

.select-container.header {
    position: relative;
    width: 194px;
    margin: 0 auto 7px;
    cursor: pointer;
    height: 31px;
}

.select-container.header:hover {
    cursor: pointer;
}

/* setting the width and height of the SELECT element to match the replacing graphics */

.select-container.header select {
    position: relative;
    z-index: 10;
    width: 194px !important;
    height: 31px !important;
    line-height: 29px;
    cursor: pointer;
}

/* dynamically created SPAN, placed below the SELECT */

.select-container.header span.select {
    position: absolute;
    bottom: 0;
    float: left;
    left: 0;
    width: 194px;
    height: 31px;
    line-height: 29px;
    text-align: left;
    background: url(/stores/fye/images/select.png) no-repeat 0 0;
    cursor: pointer;
    z-index: 1;
    text-indent: 8px;
    font-size: 13px;
    color: #454545;
    text-shadow: 0 -1px 0 rgba(255, 255, 255, .7);
    cursor: pointer;
}

/* Sorting */

.select-container.sorter {
    position: relative;
    width: 194px;
    margin: 0;
    cursor: pointer;
    height: 31px;
    display: inline-block;
    margin-right: 5px;
}

.select-container.sorter:hover {
    cursor: pointer;
}


/* Setting the width and height of the SELECT element to match the replacing graphics */

.select-container.sorter select {
    position: relative;
    z-index: 10;
    width: 194px !important;
    height: 31px !important;
    line-height: 29px;
    cursor: pointer;
}


/* dynamically created SPAN, placed below the SELECT */

.select-container.sorter span.select {
    position: absolute;
    bottom: 0;
    float: left;
    left: 0;
    width: 194px;
    height: 31px;
    line-height: 29px;
    text-align: left;
    background: url(/stores/fye/images/select.png) no-repeat 0 0;
    cursor: pointer;
    z-index: 1;
    text-indent: 8px;
    font-size: 13px;
    color: #454545;
    text-shadow: 0 -1px 0 rgba(255, 255, 255, .7);
    cursor: pointer;
}

.main-select:hover {
    cursor: pointer;
}


/* all form DIVs have position property set to relative so we can easily position newly created SPAN */

.select-container.shipping, .select-container.large {
    position: relative;
    width: 216px;
    cursor: pointer;
    height: 31px;
}

.select-container.shipping:hover, .select-container.large:hover {
    cursor: pointer;
}


/* setting the width and height of the SELECT element to match the replacing graphics */

.select-container.shipping select, .select-container.large select {
    position: relative;
    z-index: 10;
    width: 216px !important;
    height: 31px !important;
    line-height: 29px;
    cursor: pointer;
}


/* dynamically created SPAN, placed below the SELECT */

.select-container.shipping span.select, .select-container.large span.select {
    position: absolute;
    bottom: 0;
    float: left;
    left: 0;
    width: 216px;
    height: 31px;
    line-height: 29px;
    text-align: left;
    background: url(/stores/fye/images/shipping-select.png) no-repeat 0 0;
    cursor: pointer;
    z-index: 1;
    text-indent: 8px;
    font-size: 13px;
    color: #454545;
    text-shadow: 0 -1px 0 rgba(255, 255, 255, .7);
    cursor: pointer;
}

/* XL select */

.select-container.x-large {
    position: relative;
    width: 301px;
    cursor: pointer;
    height: 31px;
}

.select-container.x-large:hover {
    cursor: pointer;
}

/* setting the width and height of the SELECT element to match the replacing graphics */

.select-container.x-large select {
    position: relative;
    z-index: 10;
    width: 301px !important;
    height: 31px !important;
    line-height: 29px;
    cursor: pointer;
}

/* dynamically created SPAN, placed below the SELECT */

.select-container.x-large span.select {
    position: absolute;
    bottom: 0;
    float: left;
    left: 0;
    width: 301px;
    height: 31px;
    line-height: 29px;
    text-align: left;
    background: url(/stores/fye/images/x-large-select.png) no-repeat 0 0;
    cursor: pointer;
    z-index: 1;
    text-indent: 8px;
    font-size: 13px;
    color: #454545;
    text-shadow: 0 -1px 0 rgba(255, 255, 255, .7);
    cursor: pointer;
}


/* X-small select */

.select-container.x-small {
    position: relative;
    width: 84px;
    cursor: pointer;
    height: 31px;
}

.select-container.x-small:hover {
    cursor: pointer;
}


/* setting the width and height of the SELECT element to match the replacing graphics */

.select-container.x-small select {
    position: relative;
    z-index: 10;
    width: 84px !important;
    height: 31px !important;
    line-height: 29px;
    cursor: pointer;
}


/* dynamically created SPAN, placed below the SELECT */

.select-container.x-small span.select {
    position: absolute;
    bottom: 0;
    float: left;
    left: 0;
    width: 84px;
    height: 31px;
    line-height: 29px;
    text-align: left;
    background: url(/stores/fye/images/x-small-select.png) no-repeat 0 0;
    cursor: pointer;
    z-index: 1;
    text-indent: 8px;
    font-size: 13px;
    color: #454545;
    text-shadow: 0 -1px 0 rgba(255, 255, 255, .7);
    cursor: pointer;
}


/* all form DIVs have position property set to relative so we can easily position newly created SPAN */

.select-container.selling, .select-container.small {
    position: relative;
    width: 140px;
    cursor: pointer;
    height: 31px;
    float: right;
}

.select-container.selling:hover {
    cursor: pointer;
}


/* setting the width and height of the SELECT element to match the replacing graphics */

.select-container.selling select, .select-container.small select {
    position: relative;
    z-index: 10;
    width: 140px !important;
    height: 31px !important;
    line-height: 29px;
    cursor: pointer;
}


/* dynamically created SPAN, placed below the SELECT */

.select-container.selling span.select, .select-container.small span.select {
    position: absolute;
    bottom: 0;
    float: left;
    left: 0;
    width: 140px;
    height: 31px;
    line-height: 29px;
    text-align: left;
    background: url(/stores/fye/images/small-drop.png) no-repeat 0 0;
    cursor: pointer;
    z-index: 1;
    text-indent: 8px;
    font-size: 13px;
    color: #454545;
    text-shadow: 0 -1px 0 rgba(255, 255, 255, .7);
    cursor: pointer;
}

.coupon-apply {
    width: 206px;
    height: 28px;
    display: block;
    margin: 0;
    background: white;
    padding: 0 4px;
    border-radius: 3px;
    border: 1px solid #c3c3c3;
}

.coupon-apply input[type="text"] {
    width: 130px;
    border: none;
    background: transparent;
    margin-top: 4px;
    float: left;
}

.coupon-apply input[type="submit"] {
    margin-top: 1px;
    float: right;
    display: block;
    background: url(/stores/fye/images/apply.png);
    width: 62px;
    height: 27px;
    border: none;
    outline: 0;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
}

.btn {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 14px;
    text-shadow: 0 -1px rgba(0, 0, 0, .4);
    height: 25px;
    line-height: 25px;
    background: rgb(246, 165, 36);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2YTUyNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZTg3MTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(246, 165, 36, 1) 0%, rgba(206, 135, 19, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(246, 165, 36, 1)), color-stop(100%, rgba(206, 135, 19, 1)));
    background: -webkit-linear-gradient(top, rgba(246, 165, 36, 1) 0%, rgba(206, 135, 19, 1) 100%);
    background: -o-linear-gradient(top, rgba(246, 165, 36, 1) 0%, rgba(206, 135, 19, 1) 100%);
    background: -ms-linear-gradient(top, rgba(246, 165, 36, 1) 0%, rgba(206, 135, 19, 1) 100%);
    background: linear-gradient(to bottom, rgba(246, 165, 36, 1) 0%, rgba(206, 135, 19, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f6a524', endColorstr='#ce8713', GradientType=0);
    -webkit-box-shadow: inset 0 2px 0 rgba(255, 255, 255, .5);
    border: none;
}


/*=================
== Popup ==
==================*/

.popup-container {
    width: 80px;
    height: 80px;
    position: relative;
}

.pop-up {
    width: 242px;
    height: 221px;
    background: url(/stores/fye/images/pop-up.png) no-repeat 0 0;
    padding: 30px 30px 30px 60px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 12px;
    text-transform: none;
    display: none;
    font-weight: bold;
}

.pop-up.left-aligned {
    padding: 30px 60px 30px 30px;
    background: url(/stores/fye/images/pop-up-r.png) no-repeat top right;
}

.last-one {
    color: #f30000;
    position: absolute;
    right: -30px;
    top: 2px;
    font-weight: bold;
    font-size: 10px;
    text-transform: uppercase;
}

.pop-up h3 {
    font-family: 'Open Sans Condensed', sans-serif;
    color: #000;
    font-size: 14px;
    line-height: 1.2em;
    margin: 0 0 5px 0;
    text-transform: uppercase;
    font-weight: bold;
}

.pop-up p {
    font-size: 12px;
    line-height: 1.3em;
    margin: 0 0 6px 0;
}

.pop-up a {
    text-decoration: underline;
}

.pop-up-artist {
    margin: 0 0 5px 0;
    text-transform: uppercase;
    font-size: 12px;
}

.pop-up p a {
    display: inline;
    text-transform: uppercase;
}

.buy-buttons p {
    margin: 0 0 3px 0;
}

.dave-banner {
    margin: -7px 0 6px 0;
}


/*=================
== Shopping Cart ==
==================*/

.sidebar .module {
    padding: 10px;
    margin-bottom: 20px;
}

.module h3 {
    font-size: 16px;
}

.module > div {
    width: 90px;
    margin: 5px;
    float: left;
}

.swift-back-link {
    font-size: 14px;
    color: #001d32;
    font-weight: bold;
}

input.count {
    border-radius: 3px;
    border: 1px solid #CCC;
    width: 30px;
    height: auto;
    text-align: center;
}

/* Headers */

.heading, .heading h2, h2 {
    margin: 0 0 10px 0;
    font-size: 24px;
    font-weight: 300;
    text-transform: none;
    color: #0075bf;
}

.dark-blue {
    background: #001d32;
}

.purple {
    background: #762a84;
}

.red {
    background: #bf0000;
}

.sky-blue {
    background: #0075bf;
}

.light-blue {
    background: #005998;
}

.buy-total h2, .sell-total h2 {
    color: #001d32;
    font-size: 1.4em;
}

.deadlines {
    color: #FFF;
    padding: 10px;
    width: 280px;
    margin-top: 5px;
}

.deadlines ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.deadlines ul li {
    display: inline;
    margin: 0 10px 0 0;
    font-size: 11px;
}

.deadlines h4 {
    margin: 0;
    font-size: 12px;
}

.additional-header {
    width: 400px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.additional-header h3 {
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
}

.additional-header h3 strong {
    font-weight: bold;
}

.additional-header h3 span {
    font-weight: bold;
    color: #005998;
}

.top-cart {
    margin-bottom: 10px;
}

.continue-shopping {
    font-size: 13px;
    color: #0075bf;
    font-style: italic;
    margin-right: 20px;
    font-weight: normal;
    display: inline-block;
    zoom: 1;
    *display: inline;
    float: right;
}

.checkout-links {
    height: 27px;
    line-height: 27px;
}

.new-total {
    font-size: 1.4em;
}

.prev-total {
    font-weight: normal !important;
    font-size: 1.4em;
}

.terms {
    width: 330px;
}

.terms p {
    color: #000;
    font-size: 10px;
    margin: 0 0 30px 0;
}

.cart-bottom .right.checkout-links {
    margin: 0px 0 0 0;
}

.payment-details {
    width: 100%;
    margin-bottom: 20px;
}

.payment-details th, .payment-details td {
    color: #000;
    font-size: 12px;
}

.payment-details td {
    padding-top: 5px;
    width: 20%;
}

.payment-details th {
    font-style: normal;
    padding-bottom: 5px;
}

.payment-details thead {
    border-bottom: 1px solid #CCC;
}

.payment-details td span {
    display: block;
}

.payment-details td.billing-questions {
    width: 40%;
}

.empty-cell {
    text-indent: -9999px;
}

.billing-questions span a {
    font-size: 10px;
}

.place-order {
    outline: 0;
    border: none;
    display: inline-block;
    text-indent: -9999px;
    background: url(/stores/fye/images/place-order.png);
    width: 188px;
    height: 27px;
    zoom: 1;
    margin-bottom: 5px;
    *display: inline;
}

.sell-total > div {
    clear: both;
    float: right;
    width: 450px;
    text-align: right;
    margin: 10px 0;
    height: 31px;
    line-height: 31px;
}

.promos-shipping {
    border-top: 2px solid #CCC;
    border-bottom: 2px solid #CCC;
    padding: 10px 0;
    margin-top: 10px;
}

.promos-shipping ul {
    margin: 5px 0;
    padding: 0;
    list-style: none;
    height: 31px;
    line-height: 31px;
}

.promos-shipping ul li {
    display: inline-block;
    zoom: 1;
    *display: inline;
    float: left;
    font-size: 12px;
}

.promos-shipping a {
    text-decoration: underline;
}

.promos-shipping ul li.first {
    width: 356px;
}

.promos-shipping ul li.last {
    width: 130px;
    text-align: right;
}

span.plus {
    color: #000;
    font-size: 18px;
}

span.minus {
    color: #bf0000;
    font-size: 18px
}

img.card {
    float: left;
    margin: 0 20px 40px 0;
}

.cart-bottom p {
    font-size: 11px;
    margin: 0 0 15px 0;
    width: 335px;
}

.cart-bottom p a, .cart-bottom p a:hover, .cart-bottom p a:active, .cart-bottom p a:focus {
    text-decoration: underline;
}

.cart-bottom p strong {
    font-weight: bold;
    font-size: 14px;
}

.cart-bottom p span {
    display: block;
    margin-top: 10px;
    font-size: 10px;
}

.cart-bottom p span a {
    text-decoration: underline;
    font-style: italic;
}

.cart-bottom .left {
    width: 345px;
}

.cart-bottom {
    padding: 20px 0
}

.cart-bottom .right h2 {
    margin: 0 0 10px 0;
    font-size: 1.4em;
}

.checktop {
    margin-bottom: 25px;
}

/* Billing Info */

.billing-main .column {
    width: 50%;
    float: left;
}

.column-inner {
    padding-right: 45px;
}

input[type="text"], input[type="password"], textarea {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #C3C3C3;
    padding: 6px;
    display: block;
    border-top: 1px solid #949494;
}

input.large-input {
    width: 80%;
}

input.medium-input {
    width: 60%;
}

input.small-input {
    width: 13%;
}

select.inline-select {
    display: inline;
    padding: 4px;
}

.form-footer {
    clear: both;
}

.column-inner > div {
    margin-bottom: 20px;
}

.zip {
    width: 80px;
}

.zip input.small-input {
    width: 100%;
}

.billing-info label {
    display: block;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    font-size: 12px;
}

.billing-info label span {
    font-size: 10px;
    text-transform: none;
    margin-left: 10px;
}

input[name="address"] {
    margin-bottom: 8px;
}

.info-pop {
    background: url(/stores/fye/images/info-pop.png);
    width: 295px;
    height: 150px;
    padding: 25px 55px 25px 62px;
}

.info-pop .left {
    width: 50%;
}

.info-pop .right {
    width: 50%;
}

.info-pop h5 {
    font-size: 10px;
    margin: 0;
}

.info-pop p {
    font-size: 10px;
    margin: 0 0 15px 0;
}

a.info-graphic {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(/stores/fye/images/info.png);
    text-indent: -9999px;
}

input[name="security-code"] {
    display: inline-block;
    margin-right: 5px;
}

.billing-info div.info {
    position: absolute;
    right: -326px;
    top: -109px;
    z-index: 500;
    display: none;
}

label[for="same-address"] span {
    position: relative;
    top: -3px;
}

.column h4 {
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #C3C3C3;
    font-size: 12px;
}

.form-body {
    border-bottom: 1px solid #C3C3C3;
    margin-bottom: 20px;
}

.billing-top {
    margin-bottom: 30px;
}

.billing-top h1 {
    margin: 0 0 15px 0;
}

.billing-top p {
    margin: 0;
    font-size: 12px;
}

.billing-top a {
    text-decoration: underline;
}

.billing-main {
    margin-bottom: 70px;
}


/*=================
== The Wild West ==
==================*/

/* Tabs */

.tabs-nav {
    padding: 10px 19px 0px 19px;
    margin: 0;
    list-style: none;
    border-top: 0px;
    border-bottom: 2px solid #0075bf;
}

.tabs-nav li {
    width: 90px;
    float: left;
    margin: 10px;
}

.tabs-nav h2 {
    position: relative;
    top: 12px;
    color: #001d32;
    padding-right: 20px;
    float: none;
    display: inline-block;
    margin: 0;
    text-transform: uppercase;
    font-size: 18px;
    height: 32px;
}

td.button-cell {
    vertical-align: top;
    width: 150px;
}

/* Infobox */

.info-box {
    width: 138px;
    padding: 0 15px 15px 15px;
}

.info-box h3 {
    font-size: 15px;
    text-transform: uppercase;
}

.info-box ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.info-box li {
    font-size: 12px;
}

.info-box li a {
    text-decoration: underline;
}

.info-box li a, .info-box li span.stars {
    color: #005998;
}

.info-box li span.stars {
    font-size: 16px;
    line-height: 10px;
}

.review p {
    line-height: 1.5em;
    font-size: 12px;
}

/* Product Details */

.product-details {
    width: 530px;
}

.product-details hgroup {}

.product-details hgroup h2, .product-details hgroup h3 {
    margin: 0 0 7px 0;
    text-transform: uppercase;
}

.product-details hgroup h3 span {
    font-size: 14px;
    display: block;
    font-weight: normal;
}

.product-details hgroup h2 a {
    font-size: 14px;
    text-decoration: underline;
    text-transform: uppercase;
}

.purchase-options {
    width: 490px;
}

.purchase-options > div {
    margin-right: 40px;
    position: relative;
}

.purchase-options p {
    font-family: 'Open Sans', sans-serif;
    margin-top: 2px;
    margin-bottom: 2px;
}

.purchase-options .member-price {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}

.specialicon {
    margin: -10px 0px 0px 20px;
}

.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(0, 0, 0, 0.45);
    z-index: 40;
    display: none;
    top: 0;
    left: 0;
}

.reveal-modal {
    background: #fff;
    visibility: hidden;
    display: none;
    top: 100px;
    left: 50%;
    margin-left: -260px;
    width: 520px;
    position: absolute;
    z-index: 41;
    padding: 0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.reveal-modal .close-reveal-modal {
    position: absolute;
    top: 11px;
    right: 11px;
    color: #0075bf;
    font-style: italic;
    cursor: pointer;
    font-size: 9px;
    text-transform: uppercase;
}

.reveal-modal .close-reveal-modal span {
    font-size: 14px;
    font-style: normal;
}

.reveal-modal.small {
    width: 30%;
    margin-left: -15%;
}

.reveal-modal.medium {
    width: 32%;
    margin-left: -14%;
}

.reveal-modal.large {
    width: 60%;
    margin-left: -30%;
}

.reveal-modal.xlarge {
    width: 70%;
    margin-left: -35%;
}

.reveal-modal.expand {
    width: 90%;
    margin-left: -45%;
}

.reveal-modal .row {
    min-width: 0;
    margin-bottom: 10px;
}

.reveal-modal >:first-child {
    margin-top: 0;
}

.reveal-modal >:last-child {
    margin-bottom: 0;
}

#table-slider {
    height: auto;
    overflow: hidden;
}

#table-slider .viewport {
    float: left;
    width: 690px;
    height: auto;
    overflow: hidden;
    position: relative;
}

#table-slider .buttons {
    display: block;
    margin: 30px 10px 0 0;
    float: left;
}

#table-slider .next {
    margin: 30px 0 0 10px;
}

#table-slider .disable {
    visibility: hidden;
}

#table-slider .overview {
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
}

#table-slider ul li {
    float: left;
    height: auto;
    border: 1px solid #dcdcdc;
    width: 690px;
}

.blue-price {
    color: #005998;
}

p.add-to-wishlist-blue a, p.add-to-wishlist-blue a:hover {
    color: #005998;
    text-decoration: underline;
    font-size: 12px;
    font-weight: normal;
}

.green-price {
    color: #4e761c;
}

p.add-to-wishlist-green a, p.add-to-wishlist-green a:hover {
    color: #4e761c;
    text-decoration: underline;
    font-size: 12px;
    font-weight: normal;
}

.share {
    width: 138px;
}

.mail-copy {
    height: 17px;
    line-height: 17px;
    background: url(/stores/fye/images/mail-icon.png) no-repeat left center;
    padding-left: 30px;
}

.mail-copy a {
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: underline;
}

.bottom-details {
    margin-top: 0px;
}

.sell-copy {
    margin-top: 5px;
    margin-left: -3px;
}

.reveal-modal {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.reveal-modal h2 {
    background: #001d32;
    color: #FFF;
    padding: 10px 5px 5px 15px;
    border-radius: 5px 5px 0 0;
    text-transform: uppercase;
    color: #FFF;
    font-style: italic;
    margin: 0;
    font-size: 1.3em;
}

.modal-footer {
    background: #001d32;
    border-radius: 0 0 5px 5px;
    color: #FFF;
}

.modal-body {
    padding: 15px;
    font-family: 'Open Sans Condensed';
    font-size: 13px;
    text-transform: uppercase;
}

.modal-body small {
    text-transform: none;
    padding-top: 0px;
}

.modal-body p {
    margin: 0 0 5px 0;
    font-size: 14px;
}

.modal-body .artist {
    text-decoration: underline;
}

.modal-body .title {
    font-weight: bold;
    font-size: 15px;
}

.modal-body .title span {
    font-weight: normal;
    display: block;
    font-size: 14px;
}

.modal-body .left {
    width: 86px;
}

.modal-body .right {
    width: 280px;
}

p.we-will-pay {
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 0px;
    margin-bottom: 0px;
    line-height: 12px;
}

p.we-will-pay span {
    color: #800093;
}

.modal-footer {
    padding: 15px;
}

.modal-footer .half {
    width: 50%;
}

.modal-footer p {
    margin: 0 5px;
    font-size: 12px;
    padding-right: 3px;
}

.modal-footer p strong {
    font-weight: bold;
    font-size: 14px;
}

.policy {
    width: 180px !important;
}

.policy p {
    font-size: 10px;
    text-transform: none;
}

.policy p a {
    text-decoration: underline;
    text-transform: none;
}

.lower-info {
    margin-top: 18px;
}

.gift-card-page h2 {
    text-transform: uppercase;
}

.card-options {
    margin: 30px 0;
}

.card-pod {
    width: 230px;
    float: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-right: 22px;
    padding-bottom: 15px;
    position: relative;
    text-align: center;
    min-height: 350px;
}

.card-pod .button {
    display: inline-block;
}

.card-pod h3 {
    color: #FFF;
    text-transform: uppercase;
    padding: 10px;
    line-height: 1.2em;
}

.card-pod p {
    font-size: 14px;
    margin: 0 0 10px 0;
}

.card-pod.purchase {
    border: 3px solid #001d32;
}

.card-pod.activate {
    border: 3px solid #0075bf;
}

.card-pod.inquiry {
    border: 3px solid #005998;
    margin-right: 0;
}

.card-opions div:last-child {
    margin-right: 0;
}

.card-pod form {
    width: 180px;
    margin: 30px auto 0 auto;
    position: relative;
}

.card-pod form.submitted {
    width: 180px;
    margin: 0 auto;
    position: relative;
    top: 0px !important;
}

.pod-content {
    padding: 15px 10px;
}

.card-pod input[type="text"] {
    width: 167px;
    margin: 10px 0;
}

.terms-and-conditions ul {
    padding: 0;
    list-style-position: inside;
    margin: 0;
}

.terms-and-conditions h4 {
    margin: 0;
}

a.gift-card {
    background: url(/stores/fye/images/card-button.png) no-repeat;
    width: 182px;
    height: 27px;
    margin: 0 auto;
    display: block;
    text-indent: -9999px;
}

.success p span {
    font-weight: bold;
    display: block;
    font-weight: bold;
    font-size: 24px;
    margin-top: 10px;
}

.error {
    font-size: 10px;
    color: #cc0000;
    line-height: 1.3em;
}

.error {
    font-size: 12px;
}

.alert-box {
    height: 50px;
    line-height: 50px;
    margin: 10px 0 30px;
}

.alert-box > div {
    padding: 0 15px;
}

.alert-box > div * {
    display: inline-block;
    margin: 0;
}

.alert-box h3 {
    font-size: 14px;
    text-transform: uppercase;
}

.alert-box p {
    font-size: 13px;
}

a.purchase-button {
    width: 108px;
    height: 27px;
    text-indent: -9999px;
    display: block;
    background: url(/stores/fye/images/purchase-button.png);
    position: relative;
    top: 13px;
}

.select-card {}

.card-select-form {
    margin-top: 60px;
}

.card-heading {
    margin-top: 15px;
}

.select-card {
    overflow: visible;
    list-style: none;
    padding: 0;
    margin: 10px auto 30px;
}

.select-card li {
    padding: 0 45px;
    float: left;
    border-right: 1px solid #ebebeb;
    height: 95px;
}

.select-card li:first-child {
    margin-left: 0;
    border-left: none;
    padding-left: 0;
}

.select-card li:last-child {
    margin-right: 0;
    border-right: none;
    padding-right: 0;
}

.select-card li input[type="radio"] {
    display: block;
    margin: 10px auto;
    cursor: pointer;
}

.padded {
    width: 633px;
    margin: 30px auto 0;
}

.padded > .left, .padded > .right {
    width: 48%;
}

.padded input[type="text"] {
    width: 292px;
    height: 29px;
    padding: 0 5px;
    line-height: 29px;
    margin: 0 0 15px 0;
}

.padded .select-container {
    margin: 0 0 15px 0;
}

input[name="zip"] {
    width: 180px !important;
}

.cols input[name="zip"] {
    width: 70% !important;
}

.state-select {
    width: 84px !important;
}

.bottom-form {
    padding: 20px 0 0 0;
}

.bottom-form textarea {
    width: 620px;
    height: 110px;
}

input[type="submit"].add-to-shopping-cart {
    display: block;
    float: right;
    width: 188px;
    height: 27px;
    background: url(/stores/fye/images/shopping-add.png) no-repeat;
    border: none;
    outline: 0;
    margin-top: 15px;
}

.social {
    width: 300px;
}

.social .mail-copy {
    display: inline;
    margin-left: 30px;
}

.card-heading h2 {
    margin: 0;
}

.table-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.table-container ul li {
    float: left;
}

.slide {
    width: 710px;
}

input[type="checkbox"] {
    cursor: pointer;
}

.category-filter {
    padding: 0;
    margin: 15px 0;
    list-style: none;
    overflow: hidden;
}

.category-filter li {
    float: left;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #005998;
}

.category-filter li a {
    text-transform: uppercase;
    font-size: 18px;
    text-decoration: none;
    border-bottom: 1px solid #005998;
}

.category-filter li a.active {
    font-weight: bold;
}

.sell-area p {
    text-transform: uppercase;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: 800;
    margin: 0;
}

.sell-area p span {
    color: #762a84;
}

.items table.my-stuff-table tr td {
    vertical-align: middle;
}

.table-container .viewport {
    margin: 0;
    height: auto;
    width: 710px;
}

a.select-items {
    display: inline-block;
    width: 187px;
    height: 27px;
    background: url(/stores/fye/images/select-items.png) no-repeat 0 0;
    text-indent: -9999px;
    margin-right: 5px;
}

a.remove-items {
    display: inline-block;
    width: 187px;
    height: 27px;
    background: url(/stores/fye/images/remove-items.png) no-repeat 0 0;
    text-indent: -9999px;
}

.table-header {
    height: 31px;
    line-height: 31px;
    margin: 0 0 15px 0;
}

.table-header .select-container.large {
    display: inline-block;
}

.table-header .viewport {
    height: auto;
}

.table-carousel .controls {
    margin-bottom: 15px;
}

.my-stuff .counter {
    line-height: 17px;
}

.my-stuff h2 {
    text-transform: uppercase;
}

.my-stuff .overview li span {
    display: inline;
}

.error-text {
    color: #CC0000;
}


/* Metal Page */

body.metal {
    background: #FFFFFF url(/stores/fye/images/metal-bg.jpg) no-repeat center top;
}

.metal .container {
    background: #000 url(/stores/fye/images/metal-container-bg.jpg) no-repeat center 50px;
}

.metal .top {
    background: url(/stores/fye/images/header.png) repeat-x;
}

.metal .category-sidebar ul li.large a, .metal .category-sidebar ul li a {
    color: #4d9dd1;
}

.metal .gradient, .metal .items table tr td {
    background: rgb(22, 22, 22);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE2MTYxNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyZDJkMmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(22, 22, 22, 1) 0%, rgba(45, 45, 45, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(22, 22, 22, 1)), color-stop(100%, rgba(45, 45, 45, 1)));
    background: -webkit-linear-gradient(top, rgba(22, 22, 22, 1) 0%, rgba(45, 45, 45, 1) 100%);
    background: -o-linear-gradient(top, rgba(22, 22, 22, 1) 0%, rgba(45, 45, 45, 1) 100%);
    background: -ms-linear-gradient(top, rgba(22, 22, 22, 1) 0%, rgba(45, 45, 45, 1) 100%);
    background: linear-gradient(to bottom, rgba(22, 22, 22, 1) 0%, rgba(45, 45, 45, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#161616', endColorstr='#2d2d2d', GradientType=0);
}

.metal tr td, .metal .title, .metal .title a, .metal .artist a, .metal .overview a, .metal .overview .members-price, .metal .pop-up .members-price, .metal td .members-price, .metal .overview .title, .metal .regular-price {
    color: #fff;
}

.metal .recommendations-box h2 {
    position: relative;
    top: 22px;
    color: #4d9dd1;
    padding-right: 20px;
    float: none;
    display: block;
    margin: 0;
    text-transform: uppercase;
    font-size: 18px;
    height: 22px;
}

.metal .fye-recommends {
    background: transparent url(/stores/fye/images/recommends-divider.png) no-repeat right center;
    padding: 6px 0 0 0;
    height: 34px;
    margin-bottom: 0;
}

.metal .recommendations-box ul {
    border-top: none;
}

.metal .breadcrumb a, .metal .breadcrumb h2 {
    color: #fff;
}

.pagination a, .pagination-separator {
    color: #000;
}

.metal .filter-item label {
    color: #000;
}

.metal .box-top h2, .metal .box-top a {
    color: #fff;
}

.metal .pod {
    color: #FFF;
}

.metal .large-ad {
    margin-bottom: 15px;
}

.metal .breadcrumb {
    margin-bottom: 5px;
}


/* fPage / Grammy Page */

.grammy-nav {
    text-align: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

.grammy-nav li {
    display: inline-block;
    border-right: 1px solid orange;
    padding: 0 7px;
    margin: 0 0 10px 0;
}

.grammy-nav li a {
    font-size: 15px;
    color: #0075bf;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
}

.grammy-nav li.no-border {
    border-right: none;
    padding: 0 0 0 10px;
}

.grammys .recommendations-box ul.noslide {
    border: medium none;
    padding: 10px 0 0;
}

.grammy-header {
    text-indent: -9999px;
    width: 100%;
}

.grammy-banner {
    margin: 0 0 5px 0;
}

.grammys .breadcrumb {
    margin: 10px 0;
}

h2.album-year {
    background: url(/stores/fye/images/grammy2011-aoty.jpg) no-repeat left top;
}

h2.song-year {
    background: url(/stores/fye/images/grammy2011-soty.jpg) no-repeat left top;
}

h2.record-year {
    background: url(/stores/fye/images/grammy2011-roty.jpg) no-repeat left top;
}

h2.new-artist {
    background: url(/stores/fye/images/grammy2011-bna.jpg) no-repeat left top;
}

h2.best-duo {
    background: url(/stores/fye/images/grammy2011-ppdg.jpg) no-repeat left top;
}

h2.alternative {
    background: url(/stores/fye/images/grammy2011-alt.jpg) no-repeat left top;
}

h2.pop-vocal {
    background: url(/stores/fye/images/grammy2011-pv.jpg) no-repeat left top;
}

h2.r-and-b {
    background: url(/stores/fye/images/grammy2011-crb.jpg) no-repeat left top;
}

h2.country-album {
    background: url(/stores/fye/images/grammy2011-ccd.jpg) no-repeat left top;
}

h2.rock-performance {
    background: url(/stores/fye/images/grammy2011-rockper.jpg) no-repeat left top;
}

h2.rock-album {
    background: url(/stores/fye/images/grammy2011-rock.jpg) no-repeat left top;
}

h2.rap-album {
    background: url(/stores/fye/images/grammy2011-rapalbum.jpg) no-repeat left top;
}

h2.country-song {
    background: url(/stores/fye/images/grammy2011-bcs.jpg) no-repeat left top;
}

.metal thead {
    background: #161616;
}


/*Sell Page*/

.sell-table {
    width: 100%;
}

.sell-box span {
    display: block;
    margin: 0 0 -5px 0;
}

h2.no-logo {
    padding-left: 0;
    background-image: none;
    height: 22px !important;
}

.sell-top {
    text-align: center;
    margin-bottom: 10px;
}

.sell-top h3 {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 10px;
}

.prod-type-large {
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: bold;
}

.purchase-options p.sell-price {
    vertical-align: text-top;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-size: 14px;
    font-weight: bold;
    margin-top: 2px;
}

.sell-price span, .purchase-options p.sell-price span {
    color: #6c0c7a;
}

.sell-table td {
    font-size: 11px;
    margin-bottom: 3px;
}

.sell-table td a {
    text-decoration: underline;
}

/* Sell search area */

.sell-search-form {
    margin-bottom: 20px;
}

.sell-search {
    margin-top: 10px;
    margin-bottom: 15px;
    padding: 20px;
    background: #ECF8FF; 
    border-radius: 15px; 
    border: 1px solid #ccdeea;
    border-radius: 15px; 
}

.sell-search > div {
    float: left !important;
    margin-right: 10px;
}

.sell-search form {
    width: 266px;
}

.sell-search input.large-input {
    width: 67%;
    float: left;
}

.sell-search form input[type="submit"] {
    display: inline-block;
    float: right;
    width: 66px;
    height: 27px;
    background: url(/stores/fye/images/find-it.png);
    border: none;
    outline: 0;
    text-indent: -9999px;
}

.sell-search p {
    margin: 0 0 25px 0;
}

.product-heading {
    border-bottom: 2px solid #cccccc;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
}

.product-heading hgroup {
    width: 300px;
}


/* Tabs */

.tab-container {
    width: 520px;
}

.tab-nav {
    border-bottom: 2px solid #0075bf;
    list-style: none;
    padding: 0;
    margin: 0;
}

.tab-nav li {
    display: block;
    float: left;
    margin-right: 3px;
}

.tab-nav li a {
    color: #FFF;
    text-transform: uppercase;
    font-size: 13px;
    padding: 0 10px;
    height: 26px;
    line-height: 26px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #004779;
    text-decoration: none;
    display: block;
}

.tab-nav li a.active {
    background: #0075bf;
}

.play-button {
    display: inline-block;
    position: absolute;
    left: 10px;
    border: none;
    padding: 0;
    margin: 0;
    background: url('../images/play.png');
    width: 18px;
    height: 18px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    text-indent: -9999px;
    top: 4px;
}

.pause-button {
    display: inline-block;
    position: absolute;
    left: 10px;
    border: none;
    padding: 0;
    margin: 0;
    background: url('../images/pause.png');
    width: 17px;
    height: 18px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    text-indent: -9999px;
    top: 4px;
}

.play-button:hover, .pause-button:hover {
    opacity: .5;
}

.tabs ol.track-listing {
    margin: 0;
    padding: 0;
    list-style-position: inside;
}

.tabs ol.track-listing li {
    position: relative;
    height: 28px;
    line-height: 28px;
    padding-left: 10px;
}

.track-name {
    position: relative;
    left: 6px;
}

.tabs {
    padding-top: 10px;
}

.tabs .review p {
    margin-top: 0;
}

.more-collapse {
    display: none;
}

.you-may-also-like {
    padding: 0;
    margin: 0;
    list-style: none;
}

.you-may-also-like a {
    text-decoration: underline;
}

.album-art {
    text-align: left;
    width: 163px;
    line-height: 1em;
}

.album-art img {
    max-width: 200px;
    height: auto;
}

.play-trailer {
    display: block;
    margin-top: 5px;
}

.tabs ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.tabs ul a {
    text-decoration: underline;
}

.tabs ol {
    padding: 0;
    margin: 0;
    list-style-position: inside;
}

.tabs ol li {
    margin-bottom: 8px;
}

.game-controls li {
    margin-bottom: 5px;
}


/* Single Product */

.single .tab-container {
    width: 100%;
    margin-top: 25px;
}

.single .tab-nav {
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccdeea;
}

.single .tab-nav li {
    display: inline-block;
    margin: 0;
    float: none;
    vertical-align: bottom;
}

.single .tab-nav li a {
    height: 28px;
    line-height: 28px;
    background: none;
    color: #0075bf;
    border-radius: 0;
}

.single .tab-nav li a:hover {
    color: #fff;
    background: #0773C6;    
}

.single .tab-nav li a.active {
    color: #fff;
    background: #0773C6;
}

.single .info-box {
    width: 100%;
    padding: 0;
}

.single .breadcrumb a {
    font-size: 14px;
}

.single .product-heading h2 {
    font-size: 20px;
    font-weight: normal;
}

.single .product-details hgroup h2 {
    font-size: 20px;
    font-weight: normal;
}

.single .product-details hgroup h3 {
    margin: 0 0 7px 0;
    text-transform: uppercase;
    font-size: 20px;
}

.product-details hgroup h2 a {
    font-size: 20px;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 1px solid #005998;
}

.single .product-heading hgroup {
    width: 100%;
}

.single .release-date {
    font-family: 'Open Sans', sans-serif;
}

.single .divider {
    border-right: 2px solid #CCCCCC;
    padding-right: 20px;
}

.single .purchase-options .button {
    margin-top: 10px;
}

.single .product-heading {
    margin: 0;
    padding-bottom: 7px !important;
}

.single .specials-badge {
    margin-top: 10px;
    font-weight: bold;
    line-height: 1.3em;
    margin-top: 10px;
    text-align: center;
    width: 70px;
    font-size: 10px;
}

.single .divider .left {
    margin-right: 15px;
}

.single .purchase-options > div {
    margin-right: 20px;
}

.single .last-one {
    color: #f30000;
    position: absolute;
    right: -20px;
    top: 12px;
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.single .recommendations-box {
    background: #EDF9FF;
    padding: 5px 20px 20px 20px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.single .recommendations-box ul {
    border-bottom: none;
}

.single .track-listing li:nth-child(odd) {
    background: #dedede;
}

.single .track-time-title p {
    color: #0075bf;
    font-size: 10px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

.track-listing .time {
    margin-right: 10px;
}


/* Sliders */

.slider ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.slides {
    float: left;
    width: 720px;
}

.slider-nav {
    width: 240px;
    float: right;
    background-color: #004779;
}

.slider-nav ul {
    text-align: center;
}

.slider-nav ul li {
    border-bottom: 2px solid #00375e;
    padding-top: 7px;
}

.slider-nav ul li a {
    display: inline-block;
}

.slider-nav ul li a img {
    display: block;
    border: 2px solid transparent;
}

.cycle-slide-active img {
    border-color: #F8a725 !important;
}

.nav-control {
    text-indent: -9999px;
    display: block;
    background-color: #004779;
    height: 25px;
}

.prev-link {
    background: url(/stores/fye/images/nav-icon-prev.png) no-repeat center center;
    border-bottom: 2px solid #00375e;
}

.next-link {
    background: url(/stores/fye/images/nav-icon-next.png) no-repeat center center;
}

.slide-description {
    color: #FFF;
    font-weight: bold;
    font-size: 12px;
    display: block;
    line-height: 1;
}

.slide-thumbs {
    height: 198px;
    overflow: hidden;
}

/* Used Page */

.used .breadcrumb .used-heading {
    margin-top: 30px;
    color: #005998;
    font-size: 22px;
    font-style: italic;
    text-transform: none;
    font-family: 'Open Sans', sans-serif;
    padding-right: 25px;
    background: url(../images/heading-arrow.png) no-repeat right center;
}

.used .tabs-nav {
    margin: 20px 0 0 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #ccdeea;
}

.used .tabs-nav li {
    display: inline-block;
    margin: 0;
    width: auto;
}

/* 
 * DEBUGGING
 * Used to temporarily hide blu-ray menu item until it is removed
 * .used .tabs-nav li:nth-child(3) { display: none; }
 */

.used .tabs-nav li a {
    display: block;
    padding: 15px;
    color: #0075bf;
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.used .tabs-nav li a:hover {
    color: white;
    background: #0075bf;
}

.used .tabs-nav li.current a {
    color: white;
    background: #0075bf;
}

.used .used-filter {
    margin: 15px 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccdeea;
}

.used .used-filter .filter-item {
    float: left;
    margin-right: 15px;
}

.used .used-filter .filter-item label {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 2px;
}

.used .overview {
    border: none;
    padding: 0;
    margin-bottom: 10px;
}

.used .featured-deals {}

.used .featured-deals .deals-wrap .item {
    margin: 10px 10px 20px;
    display: block;
    text-align: center;
}

.used .overview a.artist {
    color: #4e761c;
}

.used-text {
    display: none;
}

.used .used-text {
    color: #0075BF;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 95px;
    font-weight: bold;
    margin-left: 190px;
    position: absolute;
    top: 26px;
    z-index: 0;
}

.stepHolder {
    margin-top: -47px;
    margin-left: 206px;
}

.cartSteps {
    width: 400px;
    margin-left: 155px;
    margin-top: 15px;
    list-style-type: none;
}

.cartSteps li {
    float: left;
    position: relative;
}

.cartSteps li .point {
    width: 29px;
    height: 30px;
    display: block;
    background: url(../images/steps.png) no-repeat;
}

.cartSteps li .info {
    position: absolute;
    font-weight: bold;
    color: #005999;
    width: 150px;
    margin-left: -75px;
    left: 50%;
    text-align: center;
    top: 35px;
}

.cartSteps li.complete .point {
    background-position: -10px -5px;
}

.cartSteps li.bar {
    background: url(../images/steps.png) repeat-x -10px -106px;
    height: 30px;
    width: 150px;
}

.cartSteps li.unComplete .point {
    background-position: -9px -75px;
}

.cartSteps li.active .point {
    background-position: -10px -40px;
}

.shopCart {
    margin: 40px 0;
}

.shopCart > .registration p, .shopCart > .login p {
    font-weight: bold;
}

.shopCart input[type="text"], .shopCart input[type="password"], textarea {
    width: 85%;
}

.shopCart > .login {
    float: right;
    width: 200px;
    padding: 15px 25px;
    margin-right: 30px;
}

.shopCart > .registration {
    float: right;
    width: 450px;
    margin-right: 50px;
    padding: 15px 25px;
    background: #f5f5f5;
}

.formError {
    color: red;
    font-style: italic;
}

.shopCart > .registration input[type="checkbox"] {
    margin-bottom: 4px;
    float: left;
    margin-right: 5px;
    margin-top: 3px;
}

.col2 {
    margin-left: -2%;
}

.col2 .cols {
    width: 48%;
    float: left;
    margin-left: 2%;
}

.shopCart > .shipAddress {
    margin-left: 280px;
}

.shopCart > .shipAddress h2 {
    color: #003a66;
}

.shopCart > .shipAddress .form {
    margin-left: 70px;
    width: 350px;
}

.shopCart > .shipAddress input[type="text"].inner {
    width: 70%;
}

.shopCart > .shipAddress .cols select {
    width: 85%;
    padding: 4px;
    border-radius: 5px;
    border: 1px solid #aaa;
}

.shopCart > .shipAddress .set {
    text-align: right;
    margin-right: 32px;
}

.shopCart .signupMsg {
    border: 2px solid #ccc;
    padding: 4px 70px 4px 12px;
    line-height: 24px;
    font-size: 13pt;
    font-family: 'Open Sans', sans-serif;
}

.shopCart .signupMsg strong {
    text-transform: uppercase;
}

.shopCart .signupMsg img {
    vertical-align: top;
}

.shopCart .signupMsg a {
    color: #0059a8;
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: bold;
}

.placeOrder .order {
    float: left;
    width: 650px;
    margin-right: 20px;
}

.placeOrder .order h4 {
    font-size: 10pt;
}

.placeOrder .order .codeSearch {
    position: relative;
    margin-top: -10px;
    margin-bottom: 20px;
}

.cart-bottom .cols div .codeSearch {
    position: relative;
}

.placeOrder .order .codeSearch input[type="text"], .cart-bottom .cols div .codeSearch input[type="text"] {
    width: 130px;
    height: 20px;
    padding-right: 60px;
}

.placeOrder .order .codeSearch input[type="submit"], .cart-bottom .cols div .codeSearch input[type="submit"] {
    position: absolute;
    top: 3px;
    right: -2px;
    width: 60px;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 26px;
    text-align: center;
    border-radius: 5px;
    background: #FA981B;
    border: 1px solid #FA981B; 
    color: #fff;
}

.caps {
    text-transform: uppercase;
}

.placeOrder .order .hrHeading {
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    padding: 10px;
    text-transform: uppercase;
    font-size: 11pt;
}

.right-box .hrHeading {
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    padding: 10px;
}

.blueColor {
    color: #00599b !important;
}

.dBlueColor {
    color: #003a66 !important;
}

.orangeColor {
    color: #f7a625 !important;
}

.grayColor {
    color: #999999 !important;
}

.h28 {
    line-height: 26px;
}

a.uLink {
    text-decoration: underline;
}

a.uLink.small {
    text-decoration: underline;
    font-size: 8pt;
}

.placeOrder .order a {
    text-decoration: underline;
}

.card-icon {
    line-height: 24px;
}

.placeOrder .order p .icon {
    vertical-align: top;
}

.placeOrder .order .prolist {
    margin: 0 50px 0 0;
    padding: 0;
    list-style: none;
    float: left;
}

.placeOrder .order .prolist > li {
    margin-bottom: 30px;
}

.placeOrder .order .prolist .leftSec {
    float: left;
    margin-right: 10px;
    width: 60px;
}

.placeOrder .order .prolist .leftSec img {}

.placeOrder .order .prolist .infoSec {
    float: left;
    width: 190px;
}

.placeOrder .order .prolist .infoSec p {
    margin: 0;
}

.placeOrder .order .prolist .infoSec strong {}

.placeOrder .order .shipSpeed {
    float: left;
}

.placeOrder .order .shipSpeed h5 {
    font-size: 11pt;
    margin: 0 0 10px;
}

.placeOrder .order .shipSpeed ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.placeOrder .order .shipSpeed ul li {
    margin: 0px 0 1px;
    display: block;
    line-height: 24px;
}

.placeOrder .order .shipSpeed ul li input[type="radio"] {
    vertical-align: top;
    margin-top: 5px;
    margin-right: 5px;
}

.placeOrder .order h2, .placeOrder .cartSummary h2 {
    color: #003a66;
}

.placeOrder .order h2 {
    margin-bottom: 20px;
}

.placeOrder .cartSummary h2 {
    margin-top: 15px;
    margin-bottom: 30px;
}

.placeOrder .cartSummary h2 span {
    color: #003a66;
}

.placeOrder .cartSummary {
    float: left;
    width: 240px;
    background: #e8e8e8;
    padding: 10px 25px;
}

.placeOrder .cartSummary hr {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #aaa;
    border-left: 0;
    border-right: 0;
    margin: 12px 0;
}

.placeOrder .cartSummary input[type="checkbox"] {
    margin: 10px 5px 10px 0;
    vertical-align: middle;
}

.placeOrder .cartSummary p {
    margin: 0;
}

.placeOrder .cartSummary center p {
    margin: 2px 0;
}

.placeOrder .cartSummary .label {}

.placeOrder .cartSummary .value {
    float: right;
}

.col3 {
    margin-left: -2%;
}

.col3 .cols {
    width: 31.33%;
    float: left;
    margin-left: 2%;
}

.paymentMethod {
    margin: 0 100px;
}

.paymentMethod .form {
    background: #e8e8e8;
    padding: 10px 10px 10px 40px;
}

.paymentMethod select {
    padding: 4px 5px;
    width: 88%;
    border-radius: 5px;
    border: 1px solid #aaa;
}

.paymentMethod .cols .cols select {
    width: 138px;
}

.paymentMethod .cols .cols input[type="text"] {
    width: 111px;
}

.shippingAddress {
    margin: 0 100px;
}

.shippingAddress .setRight {
    float: right;
}

.shopCart input[type="text"].midWid, .paymentMethod select.midWid {
    width: 220px;
    display: inline-block;
    margin-right: 10px;
}

.adds {
    height: 100px;
    padding: 20px 15px 15px 0;
    line-height: 14px;
}

.pad10 {
    padding: 10px 0;
}

.toolTip {
    position: relative;
}

.toolTipWrap {
    position: absolute;
    padding: 15px;
    background: #fff;
    border: 1px solid #aaa;
    left: 50%;
    bottom: 20px;
    margin-left: -125px;
    width: 200px;
    color: #000;
    z-index: 2;
    text-indent: 0;
}

.vr {
    position: absolute;
    width: 2px;
    top: 0;
    bottom: 0;
    background: #ddd;
    content: "";
    right: 0;
}

.adds.default {
    background: url(../images/default.png) no-repeat 0 0;
}

.col4 {
    margin-left: -3%;
    margin-top: 15px;
}

.cols {
    margin-left: 3%;
    width: 22%;
    float: left;
    position: relative;
    margin-bottom: 25px;
}

.cart-bottom .cols {
    margin-bottom: 5px;
}

h3.freeship {
    font-weight: normal;
    margin: 60px 0px 10px 0px;
    text-transform: uppercase;
}

.cart-bottom .cols form#shippingForm select {
    width: 193px !important;
}

.cart-bottom .cols .cartcalc {
    float: right;
    text-align: right;
    font-size: 18px;
    width: 130px;
    margin-right: -11px;
    padding-top: 3px;
}

.place-order-address {
    font-size: 14px;
    font-weight: bold;
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    line-height: 1.4em;
}

.gridview {
    width: 100%;
    float: left;
}

.grid-module h3 {
    font-size: 16px;
}

.grid-module > div {
    width: 120px;
    height: 350px;
    margin: 5px;
    float: left;
}



/* Desktop Style Overrides
 * 
 * These are the desktop style overrides from the original responsive redesign,
 * Some styles may not be applicable to the new design
--------------------------------------------------------------------------- */

/* Single Product */

.single-product .album-art {
    width: 25% !important;
}

.single-product .product-details {
    width: 70% !important;
}

.single-product .tee-description {
    width: 70%;
    float: right;
}

.single-product .purchase-options {
    width: 100%;
}

.single-product .purchase-options .left {
    width: 47% !important;
    margin: 0;
}

.single-product .purchase-options .left:first-child {
    border-right: 2px solid #cccccc;
    margin-right: 4%;
}

.single-product .purchase-options .left .left {
    width: 100% !important;
}

.single-product .last-one {
    right: 0;
}

.single-product .divider {
    border: none;
    padding: 0;
    margin: 0;
}

.single-product .album-art .trailer-image {
    height: 25px;
}

/* Cart */

.shopping-cart .signupMsg a, .shopCart .signupMsg a {
    float: none;
}

.shopping-cart .top-cart .continue-shopping {
    float: left;
    margin-left: 20px;
    margin-right: 0;
}

.shopping-cart .top-cart .checkout {
    float: right;
}

.shopping-cart .top-cart h1 {
    margin-bottom: 10px;
}

.shopping-cart .top-cart a {
    margin-bottom: 10px;
}

.shopping-cart .cart-bottom .cartcalc {
    width: auto;
}

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

/* Product lists */

.table-container {
    clear: both;
    margin-top: 10px;
    margin-bottom: 10px;
}

.table-container .product-details-mobile {
    display: none;
}

.table-container .product-price-mobile {
    display: none;
}

/* Login / Registration */

.login-page .pod {
    width: 45%;
}

.login-page .continue-shopping {
    float: none !important;
}

/* Checkout */

.stepHolder {
    margin-top: 0;
    margin-left: 0;
}

.cartSteps {
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 !important;
}

.shopCart .login {
    float: left;
    width: 30%;
    margin-right: 0;
}

.shopCart .registration {
    float: right;
    width: 56%;
    margin-right: 0;
}

.shopCart .login .login-links {
    clear: both;
    padding-top: 10px;
}

.shopCart .shipAddress {
    margin-left: auto;
    margin-right: auto;
    width: 45%;
}

.shopCart .shipAddress .form {
    width: 100%;
    margin-left: 0;
}

.shopCart .shipAddress .form input {
    width: 95%;
}

.shopCart .shipAddress .form input[type=submit] {
    width: auto;
}

/* Content */

.slider {
    margin-bottom: 10px;
}

.cart-footer-mobile {
    display: none;
    text-align: center;
    margin-bottom: 30px;
    font-size: 20px;
}

.cart-footer-mobile a {
    color: #001d32;
}

.cart-footer-mobile a:hover {
    text-decoration: underline;
}

.cart-footer-mobile span {
    color: #faaa49;
}

.store-locator-map iframe {
    width: 90% !important;
    height: 600px !important;
    border: none !important;
}

.just-for-you-tab {
    display: none !important;
}

.card-heading {
    margin-bottom: 10px;
}

.card-select-form {
    margin: 0 !important;
}

.select-card {
    margin: 20px 0 10px 0;
}

.select-card li {
    display: inline-block;
    padding: 0;
    border: 0;
    width: 31%;
    height: auto;
    margin-right: 1%;
    float: none;
}

.wanna-win iframe {
    height: auto;
    min-height: 800px;
}

.wanna-win h1 {
    margin: 20px 0 10px 10px;
    line-height: 1.1em;
}

/* Global */

img {
    max-width: 100%;
    height: auto;
}

.wrap, .main {
    max-width: 1020px;
    width: auto;
}

.main {
    padding: 0 15px;
}

/* Header */

.primary-header .left {
    width: 25%;
}

.primary-header .right {
    width: 75%;
}

.primary-header .shipping-banner {
    line-height: inherit;
}

.primary-header .shipping-banner:after {
    right: auto;
}

.primary-header .large-ad div {
    width: 95% !important;
    height: auto !important;
    float: right;
}

.primary-header .large-ad img {
    width: 100% !important;
}

.primary-header .nav-section {
    width: auto;
}

.primary-header .primary-nav li a {
    font-size: 17px;
}

.primary-header .primary-nav .sub-menu {
    top: 28px;
    width: 175px;
}

/* Promotions */

.promotions {
    width: auto;
}

/* Content */

.single-product iframe {
    height: 320px !important;
}

/* Footer */

.get-in-touch {
    padding-top: 30px;
}

.get-in-touch form {
    margin-left: 0;
}

.extra-info {
    margin-top: 20px;
    padding: 0 20px;
}

.extra-info .pod {
    width: 30%;
    margin-right: 2%;
    border-bottom: 0;
}

.extra-info .pod ul {
    border-bottom: 0;
}

footer {
    border-top: 2px solid #1192e3;
    padding-top: 20px;
}

footer .wrap {
    padding: 0 15px;
}

.sidebar .deals-wrap div, .sidebar .deals-wrap img {
    width: 100% !important;
}

.store-locator-ads {
    text-align: center;
}

.store-locator-ads img {
    height: 75px;
    width: auto;
}

.card-pod {
    margin-bottom: 15px;
}

/* Cart */

.shopping-cart .buy-terms, .shopping-cart .buy-subtotal, .shopping-cart .sell-terms, .shopping-cart .sell-subtotal {
    float: right;
    width: 100% !important;
}

/* Checkout */

.placeOrder .order {
    width: 60%;
}

.placeOrder .order .col3 {
    margin-right: 0 !important;
}

.placeOrder .cartSummary {
    width: 30%;
}

.placeOrder .order .codeSearch input[type="text"], .cart-bottom .cols div .codeSearch input[type="text"] {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
}

.placeOrder .order .codeSearch input[type="submit"], .cart-bottom .cols div .codeSearch input[type="submit"] {
    right: 0;
}

/* Utilities */

.hide-tablet {
    display: none;
}
