/* AudioBase Styles */
/* www.audiobase.com */

@import url("audiobase_forms.css");

/* ============================================================ */
/* Link Styles */

a {
	text-decoration: none;
	color: #006600;
}

a:hover {
	color: #1895C4;
	text-decoration: none;
}

a.white_link {
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
}

a.white_link:hover {
	color: #86C786;
	text-decoration: none;
}

/* Link Style Mouse-overs */
a#view img {
	width: 75px;
	height: 22px;
	border-width: 0px;
	background-position: 0% 0%;
	background-repeat: no-repeat;
	background-image: url('../img/buttons/view.gif');
}

a#view:hover img {
	background-image: url('../img/buttons/view_b.gif');
}

a#order_now img {
	width: 150px;
	height: 46px;
	border: 0px;
	background-position: 0% 0%;
	background-repeat: no-repeat;
	background-image: url('../img/buttons/order_now.gif');
}

a#order_now:hover img {
	background-image: url('../img/buttons/order_now_b.gif');
}

a#pre_order_now img {
	width: 178px;
	height: 46px;
	border: 0px;
	background-position: 0% 0%;
	background-repeat: no-repeat;
	background-image: url('../img/buttons/preorder_now.gif');
}

a#pre_order_now:hover img {
	background-image: url('../img/buttons/preorder_now_b.gif');
}


a#addcart img {
	width: 100px;
	height: 26px;
	border: 0px;
	background-position: 0% 0%;
	background-repeat: no-repeat;
	background-image: url('../img/buttons/add_to_cart_plus.gif');
}

a#addcart:hover img {
	background-image: url('../img/buttons/add_to_cart_plus_b.gif');
}

a#make_it_a_bundle img {
	width: 200px;
	height: 150px;
	border: 0px;
	background-position: 0% 0%;
	background-repeat: no-repeat;
	background-image: url('../img/tiles/make_it_a_bundle.gif');
}

a#make_it_a_bundle:hover img {
	background-image: url('../img/tiles/make_it_a_bundle_b.gif');
}

a#download_platform_mac img {
	width: 105px;
	height: 40px;
	border: 0px;
	background-position: 0% 0%;
	background-repeat: no-repeat;
	background-image: url('../img/buttons/download_platform_mac.gif');
}

a#download_platform_mac:hover img {
	background-image: url('../img/buttons/download_platform_mac_b.gif');
}

a#download_platform_windows img {
	width: 105px;
	height: 40px;
	border: 0px;
	background-position: 0% 0%;
	background-repeat: no-repeat;
	background-image: url('../img/buttons/download_platform_windows.gif');
}

a#download_platform_windows:hover img {
	background-image: url('../img/buttons/download_platform_windows_b.gif');
}

a#sample_film_cell #cell {
	width: 32px;
	height: 28px;
	border: 0px;
	background-position: 0% 0%;
	background-repeat: no-repeat;
	background-image: url('');
}

a#sample_film_cell:hover #cell {
	/*font-size: 1px;*/
	color: #ededed;
	background-image: url('');
}

/* ============================================================ */
/* Document Settings */

body {
	margin: 0px;
  	padding: 0px;
  	font-size: 12px;
  	line-height: 16px;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	color: #222222;
  	background-position: 50% 0%;
	background-repeat: repeat-x;
	background-image: url('/img/ab_bg.jpg');
	background-attachment: fixed;
  	background-color: #7e7e7e;
}

img {
	border: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

h1, .sec_hdr {
	position: relative; 
	padding: 0px 0px 2px 0px;
	color: #116589;
	text-shadow: #cccccc 1px 1px 1px;
	font-weight: bold;
	font-size: 14px;
	font-family: arial, sans-serif;
	border-bottom: 2px solid #dddddd;
}

h2, .sub_sec_hdr {
	font-size: 12px;
	font-weight: bold;
	color: #666;
	border-bottom: 2px solid #dddddd;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px dotted #dddddd;
}
/* ============================================================ */
/* Layout */

#container {
	position: relative;
	margin: 0px auto;
	margin-bottom: 10px;
	width: 800px;
	height: 100%;
	background-color: #ffffff;
}

#hdr {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 800px;
	height: 100px;
}

#sub_hdr {
	background: url("../img/hdr/hdr_bar.gif"); 
	background-position: 0% 100%;
	background-repeat: repeat-x;
}

#left_col {
	float: left;
	padding: 0px;
	width: 150px;
}

#mid_col {
	position: relative;
	float: left;
	margin: 0px 10px 0px 15px;
	padding: 10px 0px 10px 0px;
	width: 620px;
	color: #666666;
	display: inline;
}

#ftr {
	clear: both;
	margin: 0;
	padding: 20px 8px 10px 8px;
	font-size: 10px;
	text-align: center;
	background-color: #fff;
}

/* ============================================================ */
/* Lists */

/* -- Navigation List (nv) -- */
#hdr_nav {
	margin: 0px;
	padding: 5px 0px 5px 0px;
	white-space: nowrap;
}

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

#hdr_nav li a {
	margin: 0px 0px 0px 5px;
	padding: 0px 5px 2px 5px;
	width: 120px;
	font-size: 13px;
}

body#tab1 li#tab1 a, 
body#tab2 li#tab2 a, 
body#tab3 li#tab3 a, 
body#tab4 li#tab4 a, 
body#tab5 li#tab5 a, 
body#tab6 li#tab6 a {
	color: #333333;
	border-bottom: 2px solid #999999;
}

/* -- Navigation List (nv) -- */
#nav_con {
	position: absolute;
	top: 50px;
	right: 5px;
	padding: 0px;
}

#nav_con ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: left;
}

#nav_con ul li {
	float: left;
}

#nav_con ul li a {
	float: left;
	margin: 0px;
	padding: 0px;
	height: 10px;
	width: 85px;
	text-align: center;
	color: #116589;
}

#nav_con li a:hover {
	color: #eee;
}

body#tab1 li.tab1 a, 
body#tab2 li.tab2 a, 
body#tab3 li.tab3 a, 
body#tab4 li.tab4 a, 
body#tab5 li.tab5 a,
body#tab6 li.tab6 a,
body#tab7 li.tab7 a {
	color: #555555;
}


/* -- Browse Genres (bg) -- */

#bg_nav, #bg_nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 16px;
}

/* - Genre - */
#bg_nav ul a {
	display: block;
	width: 135px;
	padding: 4px 3px 4px 10px;
	text-decoration: none;
	font-size: 11px;
	color: #1daa1d;
	background: url("../img/menu_light.gif"); 
	background-position: 95% 50%;
	background-repeat: no-repeat;
	background-color: #eee;
	border-bottom: 1px dotted #ddd;
	border-right: 2px solid #DDD;
	cursor: pointer;
}

#bg_nav ul a:hover {
	color: #0d790d;
	background: url("../img/menu_dark.gif");
	background-position: 95% 50%;
	background-repeat: no-repeat;
	background-color: #E3E3E3;
	border-right: 2px solid #0d790d;
}

/* - Sub-Genre - */
#bg_nav .sub_genre a {
	display: block;
	list-style-type: none;
	width: 120px;
	margin: 0px;
	padding: 4px 3px 4px 25px;
	text-decoration: none;
	font-size: 11px;
	line-height: 14px;
	color: #116589;
	background: url("../img/arrow_blue_dark.gif"); 
	background-position: 10px 50%;
	background-repeat: no-repeat;
	background-color: #ccc;
	border-bottom: 1px dotted #ddd;
	border-right: 2px solid #116589;
}

#bg_nav .sub_genre a:hover {
	color: #1895c4;
	background: url("../img/arrow_blue_light.gif"); 
	background-position: 10px 50%;
	background-repeat: no-repeat;
	background-color: #E3E3E3;
	border-right: 2px solid #1895c4;
	
}

/* -- Browse Artists (ba) -- */
#ba_nav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 16px;
}

#ba_nav a {
	display: block;
	width: 118px;
	padding: 4px 20px 4px 10px;
	text-decoration: none;
	font-size: 11px;
	color: #1daa1d;
	background: url("../img/arrow_right_light.gif"); 
	background-position: 95% 50%;
	background-repeat: no-repeat;
	background-color: #eee;
	border-bottom: 1px dotted #ddd;
	border-right: 2px solid #ddd;
}

#ba_nav a:hover {
	color: #0d790d;
	background: url("../img/arrow_right_dark.gif"); 
	background-position: 95% 50%;
	background-repeat: no-repeat;
	background-color: #E3E3E3;
	border-right: 2px solid #0d790d;
}

/* -- Top Download (td) List -- */
#td_nav {
	margin: 10px 5px 5px 5px;
	padding: 0px;
	list-style-type: none;
	line-height: 15px;
}

#td_nav a {
	display: block;
	width: 135px;
	padding: 2px 3px 4px 0px;
	text-decoration: none;
	text-align: right;
	font-size: 10px;
	color: #116589;
	border-right: 1px solid #888888;
	border-bottom: 1px solid #888888;
	border-left: 1px solid #888888;
}

#td_nav a:hover {
	color: #777;
}

/* -- Search (srch) -- */
#srch_nav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 16px;
}

#srch_nav li {
	display: block;
	width: 137px;
	margin: 0px 1px 1px 1px;
	padding: 4px 5px 4px 5px;
	text-decoration: none;
	text-align: center;
	background-color: #eeeeee;
	border: 1px solid #dddddd;
}

/* -- New Addition (na) List -- */
#na_nav {
	margin: 10px 5px 5px 5px;
	padding: 0px;
	list-style-type: none;
	line-height: 15px;
}

#na_nav .items {
	display: block;
	width: 135px;
	padding: 4px 3px 4px 0px;
	text-decoration: none;
	text-align: right;
	font-size: 10px;
	color: #116589;
	border-right: 1px solid #888888;
	border-bottom: 1px solid #888888;
	border-left: 1px solid #888888;
}

#na_nav a:hover {
	color: #777;
}

/* -- List Classes -- */

.item_title {
	padding: 4px;
	font-size: 12px;
	line-height: 15px;
	color: #fff;
	background: url("../img/hdr/hdr_bar.gif"); 
	background-position: 0% 100%;
	background-repeat: repeat-x;
	background-color: #ddd;
}

.item_tab {
	padding: 4px 0px 2px 10px;
	font-size: 12px;
	text-shadow: 1px 1px 3px #fff;
	line-height: 18px;
	color: #666;
	background: url("../img/list_hdr_tab.gif"); 
	background-position: 0% 50%;
	background-repeat: no-repeat;
}

.item_search {
	padding: 6px;
	font-size: 9px;
	background-color: #eee;
	border-right: 2px solid #DDD;
}

.item_dir {
	font-size: 10px;
}


/* ============================================================ */
/* Divs */

#blurred {
	opacity: .5;
	filter: alpha(opacity=50);
}

#err_msg {
	margin: 5px 0px 5px 0px;
	padding: 2px 50px 2px 10px;
	line-height: 20px;
	color: #333;
	background-color: #F7CFCF;
	border-top: 1px solid #C93A40;
	border-bottom: 1px solid #C93A40;
}
	
#success_msg {
	margin: 5px 0px 5px 0px;
	padding: 2px 50px 2px 10px;
	line-height: 20px;
	color: #444444;
	background-color: #EBFCE1;
	border-top: 2px solid #B9DAA6;
	border-bottom: 2px solid #B9DAA6;
}

#warn_msg {
	margin: 5px 0px 5px 0px;
	padding: 2px 50px 2px 10px;
	line-height: 20px;
	color: #666666;
	border-top: 1px solid #FFD324;
	border-bottom: 1px solid #FFD324;
	background-color: #FFF6BF;
}


#featured {
	padding: 8px;
	height: 140px;
	border: 1px solid #888888;
	background-color: #f2f2f2;
}

#bio {
	line-height: 18px;
}

#product_list_container {
	margin: 10px 5px 0px 5px;
	padding: 0px;
	height: 140px;
	border-bottom: 1px solid #ddd;
}

#product_list_details {
	margin: 0px 0px 0px 90px;
	
}

#bio_extended {
	clear: both;
	padding: 20px 0px 20px 0px;
}

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

.input_item {
	width: 120px;
}

.news_hdr {
	font-weight: bold;
	color: #116589;
}

.news_date {
	font-size: 10px;
	color: #116589;
}

.news_blurb {
	line-height: 18px;
}

.detail_item {
	color: #444;
}

.cdcover {
	padding: 2px;
}

.price {
	padding: 2px 0px 20px 0px;
}

.dl_count {
	padding: 0px 0px 0px 15px;
	font-size: 9px;
}

.featured_photo {
	float: left;
	clear: right;
	margin: 0px 10px 0px 0px;
	padding: 5px;
	border: 1px solid #ddd;
}

.featured_title {
	color: #116589;
	font-weight: bold;
}

.featured_artist {
	color: #333;
}

.success {
	color: #1daa1d;
}

.error {
	color: #bb1a00;
}

.sml_txt {
	font-size: 10px;
	color: #888888;
}

.photo_inline_left {
	margin: 0px 4px 0px 0px;
	padding: 6px;
	float: left;
	clear: right;
}

.photo_inline_right {
	margin: 4px 4px 4px 6px;
	padding: 0px;
	float: right;
	clear: left;
}

/* ============================================================ */
/* Product Page */

.product_title {
	font-size: 15px;
	font-weight: bold;
	color: #116589;
}

.loopbox_title {
	padding: 4px 0px 4px 0px;
	font-size: 10px;
	line-height: 22px;
	color: #eee;
}

.product_blurb {
	padding: 0px 4px 0px 4px;
	font-size: 10px;
}

#product_desc {
	clear: both;
}
#product_image {
	float: right;
}

#price {
	float: right;
}

.product_hdr {
	font-weight: bold;
	color: #777;
}

/* ============================================================ */
/* Product Card DIVs */

#product_container {
	float: left;
	margin: 10px 5px 0px 5px;
	padding: 3px 0px 0px 0px;
	width: 218px;
	font-size: 11px;
	text-align: center;
	background: url("../img/product_tab.gif"); 
	background-position: 100% 0%;
	background-repeat: no-repeat;
	background-color: #ffffff;
}

#product_box {
	position: relative;
	padding: 10px 0px 0px 0px;
	font-size: 11px;
	line-height: 14px;
	height: 130px;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

.product_box_title {
	line-height: 22px;
	font-size: 12px;
	color: #ffffff;
}


/* -- Samples Lists -- */

#samples {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 20px;
	line-height: 22px;
}

/* ============================================================ */
/* Forms */

div.row {
  clear: both;
  padding-top: 5px;
}

div.row span.label {
  float: left;
  margin: 0px 5px 0px 0px;
  width: 120px;
  text-align: right;
}

.submit {
	width: 100px;
}

/* ============================================================ */
/* Tables */

.td_hdr {
	padding: 2px;
	font-size: 13px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.td_odd, .td_even {
	padding: 1px 20px 2px 0px;
	background-color: #edf3fe;
	border-bottom: #eee;
}

.td_even {
	background-color: #ffffff;
}

