.ls_itemview {
}

.ls_itemview h3 {
   font-family:'Open Sans';
  font-weight: 800;
  margin:0px;
  padding:0px;
  font-size:16px;
  text-transform:uppercase;
  line-height:1em;
  color:#000;
  border-bottom:2px solid #000;
  margin-bottom:2px;
  padding-bottom:2px;
  padding-top:2px;
}

.ls_itemview .specs {
    background-color:#eee;
    padding:5px;
    float:left;
    border-radius: 5px;
}

.ls_itemview .specs p {
    color:#000;
    font-size:13px;
    margin:0px;
    font-family: 'Open Sans';
    line-height:18px;
}

.ls_itemview .thecol1 {
    padding-right:9px;
    border-right:1px dotted #999;
    margin-right:10px;
    width:195px;
}

.ls_itemview .thecol2 {
}

.ls_itemview table {
    border-collapse: collapse;
}
.ls_itemview th {
    line-height:20px;
    font-size:13px;
    width:100px;
    text-align:right;
    color:#000;
    font-weight: bold;
}

.ls_itemview td {
    font-size:13px;
    width:100px;
    color:#000;
}

.ls_itemview .itemPrice {
   background-color: #eee;
   padding:3px;
   margin-top:20px;
   font-size:12px;
   color:#000;
}

.actions {
    padding-top:10px;
    text-align:center;
    margin-left:50px;
}

.poactions {
    margin-left:20px;
    width:190px;
}

.actions p {
  margin:0px;
}

.actions a {
    display: block;
    font-size:13px;
    text-decoration: none;
    margin:5px 0px 5px 0px;
    padding:3px;
    font-family: 'Open Sans';
    border:1px solid #444;
    background-color:#666;
    color:#fff;
    width:120px;
    box-shadow:1px 1px 3px #999;
    border-radius:3px;
}

.itemfooter {
  margin-top:20px;
  width:670px;
}

.itemfooter div {
  margin:10px;  
  padding:10px;
  background-color:#eee;
    border-radius: 5px;
  text-align:center;    
}

.itemfooter a {
    font-size:13px;
    text-decoration: none;
    margin:5px 0px 5px 0px;
    padding:3px 10px 3px 10px;
    font-family: 'Open Sans';
    border:1px solid #444;
    background-color:#666;
    color:#fff;
    width:120px;
    box-shadow:1px 1px 3px #999;
    border-radius:3px;
}

.notes h4 {
    color:#000;
    font-family: 'Open Sans';
    margin:0px;
}

.notes p {
    margin:0px;
    font-size:13px;
    color:#000;
}

.notes .note {
    margin-top:12px;
    padding-top:10px;
    border-top:1px dotted #999;
    float:left;
}

.note img {
    display: inline;
    float:left;
    padding-right:20px;
}

.note .desc {
    float:left;
    width:470px;
}

.note ul {
    margin:0px;
    padding:0px;
    padding-left:20px;
    list-style-type: square;
}

.note ul li {
    color:#000;
    font-size:13px;
    margin:0px;
    padding:0px;
    padding-left:0px;
}