@import url("/css/content.css");


/* ------------------------------
	global
------------------------------*/




body.pianos .main-content{
	min-height:350px;
}

.main-content h2{
	font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', Tahoma, 'Trebuchet MS', sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #333;
	font-style: normal;
	margin: 18px 0 6px;
	letter-spacing: 0;
}

.main-content p{
	font-size: 12px;
	line-height: 18px;
	color: #636363;
	margin: 0 0 9px 0;
}

.main-content ul{
	margin: 0px 0;
	padding: 0 0px;
	list-style-type: none;
}


.main-content li{
	margin: 0;

}


/* ------------------------------
	home
------------------------------*/



body.pianos_home .main-content{
	padding-top: 5px;
}

body.pianos_home .main-content ul{
	font-size: 12px;
	line-height: 18px;
	color: #636363;
	margin: 0 0 9px 0;
}

body.pianos_home .main-content li {
	font-weight: bold;
	color: #333;
}

body.pianos_home .main-content li li {
	font-weight: normal;
	color: #333;
}

body.pianos .col-3 {
	float:left;
	width: 280px;
	text-align: left;
	padding-right: 20px;
}	

body.pianos .col-3 a img{
	opacity: 0.8;
}	

body.pianos .col-3 a:hover img{
	opacity: 1.0;
}	

/* ------------------------------
	manufacturer
------------------------------*/

body.manufacturer .main-content {
	padding-right:0;}

body.manufacturer .heading-box-white h1.fontface{
	font-size: 45px !important;
	font-style: italic;
	padding-left: 50px;
}

.manufacturers {
	border:0 red dotted;
	width:356px;
	float: left;
}

body.manufacturer .main-image {
	border:0 red dotted;
	width: 532px;
	float: right;
}

body.manufacturer .main-image img {
	margin: -190px 0 0 0;
	z-index: 3;
	position: absolute;
}

.manufacturers_image {
	float: left;
	border: 1px solid #ccc;
	margin: 0 20px 10px 0;

}

body.manufacturer h3 {
	font-size: 13px;
	font-weight: bold;
	padding: 0;
	margin: 18px 0 6px 0;
}


/* ------------------------------
	collection
------------------------------*/
body.collection .main-content {
	border:0 green dotted;
	padding-right:0;}
	
body.collection h3 {
	font: normal 24px/120% adrianne-1, georgia,'times new roman',serif;
	}	

.piano-collection {
	border:0 red dotted;
	width: 460px;
	height:260px;
	float:left;
}
		
.piano-collection div {
	float: left;
	width:204px;
	padding: 20px 22px 20px 0px;
}
		
.piano-collection .style, .piano-collection .finishes {
	font-family: georgia, times, serif;
	font-style:italic;
	color:#999;
}

.piano-collection .style {
	margin-top:10px;}
		
.piano-collection .finishes strong {
	font-style: normal;
	color: #666;
	font-size: 11px;
}

.piano-collection .description {
	padding-top: 0px;
}



/* ------------------------------
	model
------------------------------*/
	
.body-pianos-model .model_pulldown {
	/*opacity:0;*/
	}	

.body-pianos-model.view fieldset {
	background: transparent url(/img/model_pulldown.png) top left no-repeat;
	width: 240px;
	height: 28px;
}

body.body-pianos-model .tabs-area {
	margin-top: -45px;
	z-index: 10;
}
	
body.body-pianos-model .tabs-area .tabs-holder .frame {
	padding-right:0;
	padding-bottom:40px;
}

body.body-pianos-model .tabs-area .tabs-holder .frame .grey-sidebar br:first-child {
	display:none;
}

body.body-pianos-model #tab-2 h2 {
	margin-bottom:0;

}


