/*---BUY STYLES---*/

#buy {
	width:867px;
	margin:0px auto;
}

#buy_header {
	background: url(../../images/header_bg.jpg) no-repeat;	
	height:33px;
	font-size:16px;
	font-weight:bold;
	padding-left:15px;
	padding-top:9px;	
	margin-bottom:12px;
}

#buy_song_header {
	background: url(../../images/header_bg.jpg) no-repeat;	
	height:42px;
	font-size:16px;
	font-weight:bold;
	padding-left:15px;	
	margin-bottom:12px;
}

#buy_left {
	float:left;
	width: 655px;
	margin-right:14px;
}

.buy_left_top {
	background: url(../../images/buy/buy_left_top_bg.jpg) no-repeat;	
	height:16px;
}

.buy_left_mid {
	border-left:1px solid #Bdbdbd;
	border-right:1px solid #Bdbdbd;
	width:623px;
	padding-left:15px;
	padding-right:15px;
}

.buy_left_results {
	border:1px solid #D4D3D3;
	height:316px;
	overflow:auto;
	margin:0px!important;
}

.buy_song_left_results {
	width:585px;
	
	margin:0 auto!important;
}

.buy_left_bottom {
	background: url(../../images/buy/buy_left_bottom_bg.jpg) no-repeat;	
	height:16px;
}

#buy_right {
	float:right;
	width:198px;
}

.cart_top {
	background: url(../../images/buy/cart_top_bg.jpg) no-repeat;	
	height:40px;
	padding:6px;
}

.cart_mid {
	background: url(../../images/buy/cart_mid_bg.jpg);
	text-align:center;
	padding:15px;
	font-weight:bold;
}

.cart_bottom {
	background: url(../../images/buy/cart_bottom_bg.jpg) no-repeat;	
	height:46px;
	background-position:top;
	padding-top:20px;
	text-align:center;
}

.buy_mapping1 {
	background: url(../../images/buy/map1_bg.jpg) no-repeat;
	height:29px;
	width:588px;
	margin-bottom:8px;
	padding-left:35px;
	font-size:14px;
	font-weight:bold;
	padding-top:15px;
}

.buy_mapping1 a {
	text-decoration:none!important;
	color:#000!important;
}

.buy_mapping1 a:hover {
	text-decoration:underline!important;
	color:#000!important;
}

.buy_mapping2 {
	background: url(../../images/buy/map2_bg.jpg) no-repeat;	
	height:29px;
	width:593px;
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
	margin-bottom:8px;
	font-size:14px;
	font-weight:bold;	
}

.buy_edit {
	float:right;
	font-size:12px;
	font-style:italic!important;
	font-weight:normal;
}

.buy_edit a {
	text-decoration:none!important;
	color:#000!important;
}

.buy_edit a:hover {
	text-decoration:underline!important;
	color:#000!important;
}



/*Font Styles */

#buy_left p{
	padding-left:37px!important;
	line-height:0%!important;
	padding-bottom:22px;
}

.arrow_down {
	background: url(../../images/arrow_down.jpg) no-repeat;		
}

.arrow_right {
	background: url(../../images/arrow_right.jpg) no-repeat;		
}

.buy_total {
	color:#D46038;
	font-size:16px;
	font-weight:bold;
	float:right;	
}



/*table styles */

.buy_song_left_results td {
	padding: 3px !important;
	font-size:12px;
}

.buy_song_left_results input {
	height:12px;
	width:28px;
	font-size:11px;
	text-align:center;
}

.buy_song_last { /*dotted bottom of last table row */
	background: url(../../images/buy/last.gif) repeat-x;
	background-position:bottom;	
}

.buy_song_even {
	background:#F5F7FA;
	border-top: 1px dotted #B5B8A7!important;
	border-bottom:1px dotted #B5B8A7!important;
}

.buy_song_odd {
	background:#FFF;
}

.buy_song_description_mapped_odd {
	background: url(/images/buy/mapping_indicator.gif) no-repeat; 
	background-position: left bottom;
}

.buy_song_description_mapped_even {
	background: url(/images/buy/mapping_indicator_blue.gif) no-repeat; 
	background-position: left bottom;
}

.buy_song_description_unmapped_odd {
}

.buy_song_description_unmapped_even {
}

.buy_song_results {
	padding:6px!important;
	font-size:12px;
	font-weight:bold;
}

.preview {
	color:#D7613B;
	text-decoration:underline;
	cursor:pointer;	
}

.yui-dt-table th {
	padding:6px!important;
	font-size:12px;
	font-weight:bold;
	background: #E1E5EE;
}

.yui-dt-scrollable  { 
    width:48em; /* SET OVERALL WIDTH HERE for ie (make sure columns add up to this total) */ 
    height:30em; /* SET HEIGHT HERE for ie */ 
} 
.yui-dt-scrollbody { 
    height:30em; /* SET HEIGHT HERE for non-ie */ 
    height:auto; /* for ie */ 
} 
.yui-dt-scrollable  thead { 
	padding:6px!important;
	font-size:12px;
	font-weight:bold;
	background: #E1E5EE;
} 


.loading {
	position:absolute;
	padding-left: 40%;
	padding-top: 25%;
}

/*--------thumbnail hover styles---------- */

.hoverbox {
	/*float: left;*/
	position: relative;
	text-align:center;
}

.hoverbox a {
	cursor:pointer!important;
	position: relative;
}

.hoverbox a .preview {
	display: none;
}

.hoverbox a:hover .preview {
	display:block;
	position: absolute;
	top: -127px;
	left: 50px;
	z-index: 1;
}

.hoverbox img {
	width: 31px;
	height: 23px;
	border:none!important;
}

.hoverbox .preview {
	width: 200px;
	height: 150px;
}



