/**
*
* Local CSS for screen media
*  screen.css
*  $Revision: 2005.08.01
*  (c) 2005 Ivrory Classics.
*
* Alpha font: tahoma, geneva, arial, sans-serif
*
*/

/**
 * Body Section
 */
#pbTitleArea #pbCategoryText h2 {
	background: url('../../images/pbCat-music_scores.gif') no-repeat;
	background-position: center center;
}
#pbContentPane {
	clear: both;
	width: 660px;
	margin: 0 60px;
}
	#pbContentPane #pbContentContainer {
		margin: 10px 0;
	}
		#pbContentContainer .itemContainer {
			border-bottom: 1px #131417 solid;
			border-top: 1px #44444B solid;
			clear: both;
			height: 50px;
			position: relative;
		}
			#pbContentContainer .itemContainer .composer {
				color: #cacaca;
				font-size: 13px;
				font-weight: bold;
				left: 0;
				letter-spacing: 1px;
				line-height: 21px;
				position: absolute;
				top: 5px;
			}
			#pbContentContainer .itemContainer .title {
				color: #a89878;
				font-size: 12px;
				left: 15px;
				line-height: 13px;
				position: absolute;
				top: 28px;
			}
			#pbContentContainer .itemContainer .price {
				color: #6780a0;
				font-size: 14px;
				font-weight: bold;
				letter-spacing: 1px;
				line-height: 21px;
				position: absolute;
				right: 70px;
				top: 5px;
			}
			#pbContentContainer .itemContainer .orderBox {
				height: 21px;
				position: absolute;
				right: 0;
				top: 5px;
				width: 61px;
			}
			#pbContentContainer .itemContainer .orderBox input {
				border: 0;
				background: url('/images/pbShc-order_bg1.gif') no-repeat;
				color: #a89878;
				font-weight: bold;
				letter-spacing: 1px;
				height: 21px;
				position: absolute;
				width: 61px;
			}

/**
 * Other CSS classes
 */
.foreign {
	color: #cacaca;
	font-size: 12px;
	margin: 20px 0;
	text-align: right;
}
