#box {
width:30%;
margin-right:5px;
margin-left:5px;
margin-bottom:5px;
padding:10px;
background-color:#f1f1f1;
display: inline-block;
height:auto;
clear:both;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;         /* Opera/IE 8+ */
overflow:hidden;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14;
vertical-align: top;
}

img.g {display:block; margin-left:auto; margin-right:auto;}
.btn {
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  background: #d93434;
  padding: 4px 4px 4px 4px;
  border: solid #8c1f1f 2px;
  text-decoration: none;
  float:left;
  display:inline;
  margin-left:8px;
}

.btn:hover {
  background: #fc3c3c;
  text-decoration: none;
}
img.p {
        width:100%;
}

h1 {
        color:#800C14;
        font-size:200%;
}
h2 {
        font-family: ‘Roboto’, Arial, serif; font-weight: 400;
	font-size:1em;
	text-align:center;
        color:#ffffff;
}
h3 {
        font-size: 1.3em;
        color:#800C14;
}
h4 {
	font-size:11px;
	display:run-in;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
}
h5 {
	font-size:10px;
	display:run-in;
	padding-left:10px;
	padding-right:10px;
}
h6 {
	font-size 14px;
	color:blue;

	padding-left:10px;
	padding-right:10px;

	margin-top:-10px;
	margin-bottom:0px;
font-size:16;
	
}

.sold{
position:relative;
display:block;
background-image: url(http://www.steviesguitars.com/images/sold.png);
width: 100px;
height: 50px;
top: 150px;
line-height: 0;
}