.details {
width:500px;
background:#344032;
padding: 0px;
margin:2px 0px 15px 0px;
padding: 0px 0px 5px 0px;
}

#gunDetails h4, #sellerDetails h4 {
font-weight:normal;
font-size:13px;
color:#fff;
padding: 4px 5px;
/*border-top:1px solid #2e2e2e;
border-bottom:1px solid #2e2e2e;*/
margin: 0px 0px 5px 0px;
}

.details p {
    padding: 0 4px;
}

#galleryHint {
    margin-top: -20px;
    text-align: right;
    font-size: 90%;
}

#gallery {
width:500px;
}

#gallery #mainImage {
margin: 0px 0px 2px 0px;
}

#gallery #mainImage img {
width:500px;
height:auto;
}

#gallery ul#thumbnails{
width: 500px;
padding: 1px 0;
margin: 0px 0px 15px 0px;
border-top: 1px solid #e99142;
border-bottom: 1px solid #e99142;
height:59px;
}

#gallery ul#thumbnails li{
float:left;
margin: 0px 5px 0px 5px;
text-align: center;
}

#gallery ul#thumbnails li img{
width:90px;
height:59px;
}

#gallery ul#thumbnails li div.currentThumb {
border:4px solid #fff;
width:82px;
height:51px;
z-index:10;
position:relative;
top:-62px;
}

p.saleSince {
display:block;
padding: 3px 0px 3px 0px;
}
p.detailInfo {
clear:both;
color:#d2d2d2;
line-height:18px;
}
p.detailInfo > span {
display:block;
float:left;
width:60px;
}
p.detailInfo > span.gunData {
width:400px;
}
p.gunPrice {
display:block;
margin: 30px 0px 15px 0px;
font-size:12px;
/*font-weight:bold;*/
color:#fff;
clear:both;
}

p.dealerName {
color:#fff;
font-size:12px;
margin:15px 0px;
font-weight: bold;
}
p.tradeName {
color:#fff;
font-weight: bold;
margin-bottom: 8px;
}
p.tradeAddress {
margin:0px 0px 15px 0px;
}
p.dealerNumber {
margin:0px 0px 15px 0px;
}
p.dealerWebsite {
    float: right;
    margin-top: 5px;
}

table.dealerHours {
   margin: 0px 12px 15px 4px;
   float: left;
}
table.dealerHours td {
    vertical-align: top;
    padding: 2px;
}
table.dealerHours td td {
    vertical-align: top;
    padding: 1px 3px;
}
p.dealerLinks a {
display:block;
}
p.referral {
    text-align: center;
    margin-top: 8px;
    color: #e99142;
}

span.weightPounds {
  margin-right: 1px;
}

span.weightOunces {
  margin-right: 1px;
}

span.lengthInches {
  margin-right: 1px;
}

span.lengthFraction {
  font-size: 80%;
  vertical-align: top;
}

#emailPanel {
    width: 420px;
}

#emailPanel input[type=text], #emailPanel textarea {
    width: 20em;
}

#emailPanel textarea {
    height: 64px;
}

#mapPanel {
    width: 540px;
    height: 480px;
}

#mapPanel .popupContent {
    width: 520px;
    height: 420px;
    text-align: center;
}

#dealerMap {
    width: 300px;
    height: 200px;
    border: 1px solid white;
    text-align: center;
    margin-bottom: 16px;
}

#dealerMap > p {
    padding: 80px 10px 0;
    font-size: 14px;
    color: white;
}

#locationMap {
    width: 500px;
    height: 400px;
    margin: 4px auto;
}

#smallLocationMap {
    width: 200px;
    height: 150px;
    margin: 0 8px 8px;
    float: left;
}


