.box-content {
background: #fff;
margin-bottom: 15px;
overflow:hidden;
}
.box-title, .box-title-white {
height: 45px;
margin-bottom: 25px;
color: #1C85EE;
font-size: 18px;
border-bottom: solid 1px #CCCCCC;
}
.box-title a, .box-title-white a {
color: #EE1C1D;
}
.box-title a:hover, .box-title-white a:hover {
color: #333;
}
.box-title p, .box-title-white p {
border-bottom: solid 2px;
display: inline;
height: 54px;
line-height: 59px;
padding-bottom: 3px;
font-weight:bold;
font-size:17px;
text-transform:uppercase;
}
.box-items {
float: left;
width: 262px;
position: relative;
}
.box-img {
width: 262px;
height: 195px;
}
.box-img img {
width: 100%;
height: 100%;
}
.box-summary {
text-align: center;
position: absolute;
bottom: 0;
width: 100%;
background: url(../images/bg_menu.png);
padding: 10px 5px;
}
.box-name {
font-size: 14px;
text-transform: uppercase;
color: #fff;
display:block;
}