@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Roboto:400);

* {

margin: 0;
padding: 0;
}
h1 {
	font-weight:300;
	color:0066ff;
}
body {

font-family:Roboto;
font-size: 13px;
background: #000000 url('images/stock_bg.jpg') repeat-y top center;

}

#container {

width:1060px;
height:auto;
margin: 0 auto;

}

#banner {

width: 1060px;
height: 139px;
background: url('images/stock_banner.jpg') no-repeat top center;
}

#pictureslot {

width: 670px;
height:auto;
float:right;
margin: 0 0 0 10px;

}

 





#pictureslot-mainWrapper { /* required to avoid jumping when pictureslot-main changes to position fixed when scrolling */
  
  float:left;
  position: relative;
  padding: 5px 5px 5px 5px;
  width:510px;
  height:auto;
}








	#pictureslot-main {

	top: 0;
	position: relative;
/* 
  top: 0;
  margin-top: 20px;
  border-top: 1px solid purple;
  padding-top: 19px;
*/

	}
 







#pictureslot-main.fixed {
  position: fixed;
  top: 0;
}













	#pictureslot-thumbs {
	
	width:120px;
	height:auto;
	padding: 5px 4px 5px 5px;
	float:right;
		}

#details {

width:auto;
height:auto;
margin: 5px 0 0 10px;
padding: 0 10px 10px 10px;
float:left;
}

.clear {
clear:both;
}
.button {
	padding-bottom:20px;
	clear:both;
}

a.button {
	color:#6e6e6e;
	font: bold 12px Helvetica, Arial, sans-serif;
	text-decoration: none;
	padding: 7px 12px;
	position: relative;
	display: inline-block;
	text-shadow: 0 1px 0 #fff;
	-webkit-transition:border-color .218s;
	-moz-transition: border .218s;
	-o-transition: border-color .218s;
	transition: border-color .218s;
	background: #f3f3f3;
	background: -webkit-gradient(linear,0% 40%, 0% 70%,from(#f5f5f5),to(#f1f1f1));
	background: -moz-linear-gradient(linear,0% 40%, 0% 70,from(#f5f5f5),to(#f1f1f1));
	border: solid 1px #dcdcdc;
	border-radius:2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	margin-right: 10px;
}
a.button:hover {
	color: #333;
	border-color:#999;
	-moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
a.button:active {
	color: #000;
	border-color: #444;
}

#pianodetails tr:nth-child(even){
    background: #f0f0f0;
}
#pianodetails td{
	padding:5px;
}