/* Items */

table td {
border: 0px solid !important;
}

#listings {
width: 100%;
min-height: 180px;
border-bottom: 1px solid #E5E5E5;
}

#image {
width: 160px;
align: left;
vertical-align: middle;
}

#title p {
color: #333;
font-size: 16px;
font-weight: 500;
word-wrap: break-word;
line-height: 1.4;
padding-left: 20px;
padding-right: 20px;
}

#price {
width: 56px;
align: right;
}

#price p {
text-align: center;
font-size: 18px;
font-weight: bold;
margin-bottom: -10px;
}

.view-item {
text-align: center;
background: transparent;
width: 120px;
margin: 0 auto;
}

.view-item p {
border: 2px solid #0561BC;
border-radius: 6px;
font-size: 14px !important;
font-weight: bold;
color: #0561BC;
padding-top: 2px;
padding-bottom: 2px;
}

.view-item p:hover {
background: #0561BC;
color: #fff;
}

.view-all {
text-align: center;
background: #999;
border-radius: 4px;
width: 400px;
margin: 0 auto;
margin-top: 20px;
}

.view-all:hover {
background: #888;
}

.view-all p {
font-size: 16px;
font-weight: bold;
color: #fff;
padding-top: 8px;
padding-bottom: 8px;
}

@media screen and (min-width:0px) and (max-width:960px){
#title p {
font-size: 12px;
line-height: 1.2;
padding-left: 0px;
padding-right: 0px;
}
}

@media screen and (min-width:0px) and (max-width:576px){
#listings { display: table; width:100%; }       
#image { display:table; width:100%; }
#title { display:table; width:100%; }
#price { display:table; width:100%; }

#listings {
margin-top: 20px;
}

#title p {
font-size: 16px;
margin-bottom: 0px;
}

.view-item {
margin-bottom: 20px;
}

.view-all {
width: 90%;
}
}