/*  */

#user_login_widget a, #breadcrumb a{
	color:#A12600}


/* --- clearfix */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
/* --- end clearfix */
.clearing{
	clear:both;
	height:0;
	margin:0;
	font-size:1px;
	line-height:0;
	overflow:hidden;
}
.hi_error{
	background-color: #0E2C36;
}
.popover_msg{
	color: #A12300;
	border:1px solid #A12300;
	font-weight: bold;
	background-color: #FFFFFF;
	position: fixed;
	top: 0;
	padding: 6px 8px;
	opacity: 0;
}


/*************************************************************************
 * General Element Styles                                                *
 *************************************************************************/


html{
	margin:0;
	padding:0;
	height:100%;
}
body{
	background: #FFFFFF url('/images/crema_backg.gif');
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif, sans;
	font-size: 12px;
	margin:0;
	padding:0;
/*	padding:0 0 150px 0; */
	height:100%;
}
form{
	height:100%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Futura, "Arial Narrow", Arial, sans-serif, sans;
	font-weight: bold;
}

h2 {
	margin: 0px 0px 12px 0px;
	font-size: 15px;
	letter-spacing: 7px;
}

a {
	color: #DD6600;
	text-decoration: none;
}
p{
	margin:12px 0;
}
a img{
	border:0;
}
input,
select,
textarea{
	font:11px Verdana, Arial, Helvetica, sans-serif;
}
.div_hr{
	height:1px;
	width:100%;
	background:#0E2C36;
	margin:16px 0;
	border:0;
	padding:0;
	clear:both;
}


/*************************************************************************
 * General Structure Styles                                              *
 *************************************************************************/


#body_gradient{
	height: auto !important;
	height:100%;
	min-height:100%;
}

#body_container {
}

#home_left_column {
	width: 236px;
	float: left;
	margin-right: 8px;
}

#home_left_column ul{
	list-style-type:none;
	padding: 0;
	margin: 0;

}

#home_right_column {
	width: 660px;
	float: left;
}

#cms_content_container #home_left_column,
#merch_content_container #home_left_column{
	width: 236px;
	float: left;
	margin-right: 8px;
}

#cms_content_container #home_right_column,
#merch_content_container #home_right_column {
	width: 660px;
	float: left;
}

#site_container {
	width: 908px;
	margin: 0px auto 16px auto;
	padding: 3px 21px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

#site_page {
}


/*************************************************************************
 * Header Styles                                                         *
 *************************************************************************/


#header_container {
	width: 900px;
	margin: 0px auto 7px auto;
}

#header_container h1 {
	display:none;
}

#header_container h1 a {
	color: #000000;
}

#header {
	position: relative;
	height: 194px;
	background: #FFFFFF url('/images/topnav_bg.gif') no-repeat top center;
}

/*************************************************************************
 * Main Navigation Styles                                                *
 *************************************************************************/


#navbar {
	position: absolute;
	left: 270px;
	top: 105px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif, sans;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
}

	#navbar a {
		font-weight: bold;
		color: #FF9900;
	}

	#navbar a:hover {
		color: #FFCC33;
	}

	#navbar a:visited {
		color: #FF9900;;
	}

#nav_main_container{
	height: 34px;
	background-color: #843E3C;
}

#nav_main_container h2{
	display:none;
}
#nav_main{
	padding:0;
	margin:0;
	list-style-type:none;
	text-transform:uppercase;
	float:left;
}
#nav_main li{
	display:inline;
	margin-right:0px;
	padding-right:0px;
	background:url('/media/images/nav_main_divider.jpg') top right no-repeat;
}
#nav_main li a{
	color:#FFFFFF;
	text-decoration:none;
}


/*************************************************************************
 * Snippet Styles                                                        *
 *************************************************************************/

.snippet_container {
	background-color: #FFFFFF;
	margin: 0px 0px 24px 0px;
}

.snippet_header{
	height: 28px;
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 0px 8px;
	background: #FFFFFF url('/images/hd_l.png') no-repeat top left;
	text-transform: uppercase;
}

.snippet_header h2,
.snippet_header h3,
.snippet_header h4 {
	height: 28px;
	background: #FFFFFF url('/images/hd_r.png') no-repeat top right;
	padding: 4px 0px;
}

.snippet_header div {
	height: 28px;
	margin: 0px 8px 0px 0px;
	background: #FFFFFF url('/images/hd_r.png') no-repeat top right;
	padding: 4px 0px;
}

.snippet_content_container,
.snippet_table_container {
}

.snippet_expander{
	float:right;
	font-size:9px;
	font-weight:bold;
	margin:6px 12px 0 0;
}

/*
.snippet_footer{
}
*/


/********************************
 *        default button        *
 ********************************/

.btn_default, .btn_default_inv{
	background-color: #CCCCCC;
	color:#323030;
	text-decoration:none;
	font-weight:bold;
	padding:0 0 0 10px;
	line-height:11px;
	margin:0;
	height:18px;
	float:left;
	cursor:pointer;
}

.btn_default span, .btn_default_inv span{
	background-color: #CCCCCC;
	padding:3px 10px 4px 0;
	float:left;
}

.btn_default_inv, .btn_default_inv span{
	background-color: #CCCCCC;
}

/*************************************************************************
 * Footer Styles                                                         *
 *************************************************************************/


#footer{
}

#nav_footer{
	font-weight: bold;
	padding:0 0 0 24px;
	margin:0;
	list-style-type:none;
	font-size:1em;
}

#nav_footer li{
	display:inline;
	margin-right:43px;
	padding:0;
}

#nav_footer li a{
	text-decoration:none;
}

#footer_container{
	position: relative;
	margin: -64px auto 0 auto;
	padding: 10px 0;
	height: 14px;
	clear: both;
	bottom: 0;
	width: 908px;
}

/*************************************************************************
 * Error Messages                                                        *
 *************************************************************************/

.fuse_error{
	background:#FFFFFF;
	color:#FF0000;
	padding:12px;
}
.hi_error{
	background:#FFD42A;
}

#user_login_widget{
	float:right;
	margin:8px 12px 0 0;
}

.login_container label{
	float:left;
	clear:left;
	width:110px;
	text-align:right;
	margin:10px 3px 0 0;
}
.login_container input{
	float:left;
	margin:8px 0 0 0;
}
.login_container .btn_default{
	float:left;
	clear:left;
	margin:10px 0 0 110px;
}

#jukebox{
	background:none;
	margin-bottom:25px;
}
#jukebox .snippet_content_container{
	background:#191919 none;
	margin:0;
	padding:0;
}
#email_subscribe_content_container input{
	float:left;
	margin-right:10px;
}

#login_reset_password ol{
	margin-bottom:20px;
}
#login_reset_password label{
	float:left;
	clear:left;
	width:240px;
	margin:4px 3px 0 0;
	text-align:right;
}
#login_reset_password input{
	float:left;
	width:150px;
	margin-bottom:5px;
}
.sub_nav,
.sub_nav_deep{
	list-style-type:none;
	margin:0;
	padding:0;
	line-height:14px;
}

.sub_nav_deep li{
	padding-left: 16px;
}

.sub_nav li{
	margin:2px 0;
}

.sub_nav ul{
	margin:0 0 8px 10px;
	list-style-type:none;
}


/*******************
 *    breadcrumb   *
 *******************/

#breadcrumb,
#breadcrumb a{
color:#000000;
	font-weight:bold;
}

#breadcrumb {
	margin: 0px 0px 12px 0px;
	font-family: Futura, "Arial Narrow", Arial, sans-serif, sans;
	font-size: 16px;
	letter-spacing: 8px;
}

/********************
 *   Cart Widget    *
 ********************/

#cart_widget_qty_container{
	float:left;
	clear:left;
	width:234px;
	margin:0 auto;
}
#cart_widget_total_container{
	float:left;
	clear:left;
	width:234px;
	margin:0 0 12px 0;
}
#cart_widget_qty_container span,
#cart_widget_total_container span{
	float:left;
}
#cart_widget_qty_container span#ecom_cart_widget_item_qty,
#cart_widget_total_container span#ecom_cart_widget_total{
	float:right;
}
#cart_widget_total_container{
	margin-bottom:6px;
}
#ecom_cart_module{
	min-height:52px;
	text-align:right;
/*	padding:8px 11px 8px 11px; */
	font-size:11px;
}
#ecom_cart_module p{
	margin:2px 12px 0 0;
}
#ecom_cart_module strong {
	font-weight:normal;
	float:left;
}
#ecom_cart_module ul{
	list-style-type:none;
	margin:10px auto 0 auto;
	padding:0 0 10px 0;
	width:185px;
	height:11px;
}
#ecom_cart_module ul li{
	display:inline;
}

/***********************
 *      Spotlight      *
 ***********************/

#ecom_item_spotlight_img{
	float:left;
    margin:0px 24px 0 0;
    padding-bottom:36px;
	background:url('/media/images/background_spotlight_reflect.jpg') repeat-x bottom;
}
#ecom_item_spotlight_details{
	float:left;
    width:240px;
}
.ecom_product_title{
	font-weight:bold;
    margin:0;
    padding:0;
	font-size:12px;
}

h3.ecom_product_title {
}

/**********************
 *  category browse   *
 **********************/

.category_heading{
	color:#666666;
	margin:0px 0 12px 0;
}

#ecom_cat_browse_container .div_hr{
	width:auto;
	margin:12px 0;
}
.ecom_cat_browse_product{
	float:left;
	width:150px;
	height: 330px;
	margin:12px 6px;
	overflow: hidden;
}
.ecom_cat_browse_title{
	font-weight:bold;
	height:30px;
	color:#000000;
/*	height:1em; */
/
	overflow:visible;
	width:150px;
	position:inherit;
}
.ecom_product_img{
	background:url('/media/images/background_spotlight_reflect.jpg') bottom left repeat-x;
/*	padding-bottom:36px;*/
	margin:0;
	border:0;
}
#ecom_bestsellers .ecom_product_price{
	display:none;
}
.ecom_cat_browse_product{
	text-align:center;
}
.ecom_cat_browse_product .ecom_product_img{
	padding-top:5px !important;
}
p.ecom_cat_browse_product_descr{
	margin:8px 0;
}
.ecom_cat_browse_pager{
	padding:0 12px 5px 12px;
	margin-top:-8px;
}
.ecom_cat_browse_pager .pager_info{
	float:left;
}
.ecom_cat_browse_pager .pager_control{
	float:right;
}
.browser_thumbnail_info{
	margin-top:20px;
	padding:4px 0;
}
.cat_browse_cat_arrow{
	margin:50px 46px 20px 46px;
}

#product_container{
	margin-top:12px;
}
#album_type_table tr{
	height:20px;
}
#album_type_table h4{
	font-size:10px;
	font-weight:bold;
	color:#343434;
	margin:12px 0 0 0;
}
#album_type_table {
	margin-top:12px;
}
#album_type_table a{
	margin-top:6px;
}
.ecom_item_song_table td{
	padding:4px;
	height:31px;
}
.ecom_item_song_table .track_price{
	float:left;
}
#track_table_container .ecom_item_song_table .button{
	float:left;
	height:10px;
	padding:2px 6px 4px 6px;
	color: #000000;
	margin-left:12px;
	width:75px;
	text-align:center;
}
#track_table_container table{
	width:100%;
}
.song_table_head th{
	color:#000000;
	text-align:left;
	font-weight:bold;
	height:14px;
	padding:0 0 4px 4px;
}
th.song_table_song_title{
	width:150px;
}
th.song_table_artist{
	width:110px;
}
th.song_table_album_title{
	width:149px;
}
.song_table_btn{
	float:right;
	text-align:center;
}
.song_table_end_column{
/*	border-right:1px solid #8d9ea6;*/
}
.song_table_bg_0 td a.btn_default,
.song_table_bg_0 td a.btn_default span{
}

.song_table_bg_0 td {
	background-color:#EEEEEE;
}

.btn_play_song span,
.btn_dl_chords span{
	display:none;
}
#ecom_song_table tfoot tr.song_table_foot td{
	border-right:0;
}
.btn_play_song{
	background:url(/media/images/song_table_speaker.png) no-repeat;
	margin-top:2px;
	width:26px;
	height:18px;
	float:left;
}
.btn_dl_chords{
	background:url(/media/images/song_table_pdf_icon.png) no-repeat;
	margin-left:15px;
	width:15px;
	height:19px;
	float:left;
}
#product_image_text_link{
	display:block;
	text-decoration:underline;	
	text-align:center;
}
#main_product_image{
	border:none;
}
#product_details{
	float:left;
	margin-left:24px;	
}
#product_details h3{
	margin:0;
}
#product_details img{
	border:none;
	margin-left:12px;
}
#product_details input{
	width:30px;
}
#product_details .button{
}
#product_description{
	width:380px;
}
#track_table_container{
	margin-top:24px;
	color:#000000;
}
.track_tab_active, .track_tab_inactive{
	float:left;
	display:block;
	height:20px;
	width:128px;
	padding:8px 0 0 12px;
	font-weight:bold;
	font-size:12px;
}
.track_tab_inactive{
	padding:12px 0 0 12px;
	height:16px;
}
.track_tab_inactive span{
	color:#EEEEEE;
	font-weight:normal;
}
.track_tab_active{
	width:128px;
}

.track_tab_active span {
	color: #000000;
}

/************************** 
 *     Superitem Shirt    *
 **************************/

#product_image_container,
#ecom_product_image_container{
	float:left;
}
#main_product_image{
	border:0;
	margin-bottom:12px;
}
#product_image_text_link{
	display:block;
	text-align:center;
}
.product_detail_price{
	display:block;
}
#product_details{
	float:left;
	margin-left:24px;
	width:380px;
}
#product_description{
	width:380px;
}
.ecom_item_option_table{
	min-width:200px;
}
.ecom_item_option_table th{
	text-align:left;
}
#product_details input{
	width:30px;
}
#qty_add_container{
	margin:12px 0;
}
#qty_container{
	float:left;
	margin-right:12px;
}

/***********************
 *      Ecom Cart      * 
 ***********************/

#ecom_cart_table{
	margin-right:10px;
	margin-top:12px;
}
.ecom_cart_table_head{
	text-align:left;
}
#ecom_cart_table th{
	height:21px;
	border-bottom:1px solid #000000;
	padding:0 0 2px 2px;
}
#ecom_cart_table td{
	padding-bottom:18px;
	padding-left:4px;
	height:48px;
}
.ecom_cart_item_top td{
	padding-top:12px;
}
.ecom_cart_item{
	padding-left:5px;
	text-align:left;
	width:235px;
}
.ecom_cart_item_type{
	width:110px
}
.ecom_cart_qty{
	text-align:left;
	width:132px;
}
.ecom_cart_price{
	text-align:right;
	width:72px;
}
.ecom_cart_item_total{
	padding-right:10px;
	text-align:right;
	width:113px;
}
.cart_item_option{
	font-size:9px;
	line-height:12px;
	padding-left:20px;
}
#ecom_cart_table input{
	text-align:right;
	float:left;
	width:44px;
	line-height:11px;
	font-size:11px;
}
#ecom_cart_table .ecom_cart_item_top td{
	border-bottom:1px solid #000000;
}
#ecom_cart_table .ecom_cart_total td{
	border-bottom:1px solid #000000;
	height:24px;
	text-align:right;
	padding:12px 0;
}
#ecom_cart_table td.ecom_cart_total_price{
	padding-right:11px;
}
.ecom_cart_buttons td{
	padding-top:12px;
}
a.btn_default.cart_nav_left,
a.btn_default.cart_nav_left span,
a.btn_default.cart_nav_right,
a.btn_default.cart_nav_right span{
	height:52px;
}
/************************
 *   Ship info login    *
 ************************/

#returning_customer_container{
	display:none;
}
#ecom_ship_info_login{
	float:left;
	margin-bottom:15px;
	margin-top:15px;
	width:270px;
}
#ecom_ship_info_login label{
	display:inline;
	float:left;
	margin:2px 11px 14px 0;
	text-align:right;
	width:82px;
}
#ecom_ship_info_login input{
	float:left;
	width:167px;
	margin:0 0 11px 0;
	font-size: 11px;
	display:inline;
}
#ecom_ship_info_login .forgot_pwd{
	margin-left:93px;
	float:left;
	font-size:10px;
	color:#C89A52;
}
#ecom_ship_info_login .site_btn{
	margin-left:93px;
	margin-bottom:20px;
	top:8px;
}
#ecom_ship_info_add_account_container{
	float:left;
	width:355px;
	margin-left:35px;	
	margin-top:12px;
}
#ecom_ship_info_add_account_container p{
	margin-top:0;
}
#ecom_ship_info_login a.btn_default{
	margin-right:12px;
}

/*************************
 *   Billing & Shipping  *
 *************************/

#ecom_ship_info_billing_address .snippet_content_container,
#ecom_ship_info_shipping_address_container .snippet_content_container{
	margin-top:0px;
	width:500px;
}
#ecom_ship_info_billing_address label,
#ecom_ship_info_shipping_address label{
	width:128px;
	margin-right:27px;
	text-align:right;
	float:left;
	clear:left;
	margin-top:2px;
}
#ecom_ship_info_billing_address input,
#ecom_ship_info_shipping_address input{
	float:left;
	margin-bottom:11px;
	width:250px;
}
#ecom_ship_info_billing_address select,
#ecom_ship_info_shipping_address select{
	float:left;
	margin-bottom:11px;
	font-size:11px;
	width:254px;
}
#ecom_ship_info_billing_address textarea,
#ecom_ship_info_shipping_address textarea{
	float:left;
	margin-bottom:11px;
	width:250px;
	font-size: 11px;
}
#ecom_ship_info_billing_address .ecom_ship_info_email,
#ecom_ship_info_billing_address .ecom_ship_info_phone,
#ecom_ship_info_shipping_address .ecom_ship_info_email,
#ecom_ship_info_shipping_address .ecom_ship_info_phone{
	width:175px;
}
#ecom_ship_info_billing_address .ecom_ship_info_postal,
#ecom_ship_info_shipping_address .ecom_ship_info_postal{
	width:100px;
}
#ship_select input{
	margin:0 27px 11px 117px;
	float:left;
	clear:left;
}
#ship_select label{
	margin:0 0 11px 0;
	float:left;
}
#ship_select br{
	clear:both;
}
.hide_element{
	visibility:collapse;
	overflow:hidden;
	height:0;
}
.show_element{
	visibility:visible;
	overflow:auto;
	height:auto;
}
#ship_select{
	margin-bottom:15px;
}
.cart_nav_left{
	float:left;
}
.cart_nav_right{
    float:right;
}
.ecom_item_left_column{
	margin-bottom:12px;
}
#ecom_cart_nav{
	padding:0 12px;
}

/**********************
 * Cart Order Summary *
 **********************/

#cart_order_summary_shipping_address,
#cart_order_summary_billing_address{
	float:left;
	width:220px;
}
#ecom_ship_table{
	margin:14px 0;
	padding:0;
	border-collapse:collapse;
	width:660px;
}
#ecom_ship_table th{
	text-align:left;
}
#ecom_ship_table th,
#ecom_ship_table td{
	padding:2px 5px 3px 5px;
}
#ecom_ship_table td{
	padding:4px 0 5px 0;
}
.ecom_ship_table_head th{
	height:13px;
	border-bottom:1px solid #000000;
}
th.ecom_ship_table_radio{
	width:12px;
}
.ecom_ship_table_foot td.ecom_ship_table_radio{
}
th.ecom_ship_table_option{
	width:346px;
}
th.ecom_ship_table_price{
	width:50px;
}
.ecom_ship_table_foot td.ecom_ship_table_price{
}
.ecom_ship_table_foot td{
	border-top:1px solid #000000;
	height:13px;
}
.ecom_ship_table_bg_1{
	background-color:#EFE7B7;
}

/***************************
 *     Credit Card Info    *
 ***************************/

#ecom_credit_info h3{
	font-size:11px;
	padding-bottom:5px;
	margin-right:20px;
	border-bottom:1px solid #000000;
}
#ecom_credit_info label{
	float:left;
	margin:7px 0 3px 0;
	width:145px;
}
#ecom_credit_info input,
#ecom_credit_info select{
	float:left;
	font-size:11px;
	margin:5px 0 3px 0;
}

#item_cat_nav li a {
	text-transform: uppercase;
	font-weight: bold;
	line-height: 20px;
	color: #000000;
}

#item_cat_nav li li a {
	text-transform: none;
	font-weight: normal;
	color: #666666;
}
