

/* column layout  */

.attic_head {
		color		: #713877;
	 	font-weight	: bold;
		font-size	: medium;
}

#attic_holder {
		position	: relative;
		padding	: 0;
		margin	: 0;
		width	: 400px;
		height	: 260px;
		background : url(../../images/homepage/instrumentattic1msb.jpg) top left no-repeat;
		border : solid 1px #713877;
		margin-top : 15px;
}
#attic_left {
		position	: absolute;
		top	: 0;
		left	: 0;
		width	: 210px;
		height 	: 260px;
		padding-top : 20px;
		padding-left : 20px;
}
#attic_right {
		position	: absolute;
		top		: 0;
		left	: 250px;
		width	: 153px;
		height	: 260px;
		text-align	: left;
}
.shelf_head {
		color		: #0D4986;
	 	font-weight	: bold;
		font-size	: medium;
}

#shelf_holder {
		position	: relative;
		padding	: 0;
		margin	: 0;
		width	: 400px;
		height	: 275px;
		background : url(../../images/homepage/musicshelf5b.jpg) top left no-repeat;
		border : solid 1px #0D4986;
		margin-top : 15px;
}
#shelf_left {
		position	: absolute;
		top	: 0;
		left	: 0;
		width	: 210px;
		height 	: 275px;
		padding-top : 20px;
		padding-left : 20px;

}
#shelf_right {
		position	: absolute;
		top		: 0;
		left	: 250px;
		width	: 153px;
		height	: 275px;
		text-align	: left;
}

#home_seller_show, #home_seller_hide {
	display : none;

	text-align	: left;
	margin-bottom: -20px;
}
/*
#home_seller_hide {
 	border  : 1px solid #CACACA;
	border-bottom  : none;
	border-right : 1px solid #713877;
}  */

.home_seller_btn {
	font-weight : bold;
	color	: #713877;
	text-decoration : none;
	font-size 	: small;
}
.leftcol{
	left : 0;
/*	left	: 8px;  */
}

A.emphblack:hover {
	text-decoration: underline;
}
a.paraheadlink {
	text-decoration:none;
	color: #000;
	font-weight:bold;
}