@font-face {
  font-family: 'News Cycle';
  font-style: normal;
  font-weight: normal;
  src: url('News_Cycle.eot');
  src: local('News Cycle Regular'), local('NewsCycle-Regular'), url('News_Cycle.eot') format('embedded-opentype'), url('News_Cycle.woff') format('woff');
}

body { margin:0; padding:0; }

.box-sz {
    background-color: #fff;
    width: 306px;
}

.box-sz .sz-title {
    color: #58697e;
    font-size: 16px;
    font-weight: normal;
    padding: 22px 16px;
    padding-bottom: 5px;
    margin: 0;
    margin-bottom: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid #95a4b7;
    font-family: "News Cycle";
}

.box-sz .sz-ad {
    float: right;
    color: #95a4b7;
    font-size: 12px;
    line-height: 26px;
    padding: 22px 16px;
    padding-bottom: 5px;
    margin-top: 3px;
    text-transform: uppercase;
    text-decoration: none;
}

.box-sz .sz-item {
    margin-bottom: 10px;
}

.box-sz .sz-item a {
    text-decoration: none;
    display: block;
    margin: 0 16px;
	color: #287ec1;
}

.box-sz .sz-thumb {
    height: 70px;
    display: block;
    outline: none;
    border: none;
    width: 274px;
    position: relative;
    border-radius: 4px 4px 0px 0px;
}

.box-sz .sz-caption {
    background-color: #f0f0f0;
    padding: 10px;
    position: relative;
    border-radius: 0px 0px 4px 4px;
}

.box-sz .sz-caption h2 {
    color: #287ec1;
    margin: 0;
    font-size: 14px;
}

.box-sz .sz-caption p {
    color: #666666;
    margin: 6px 0;
    margin-bottom: 0;
}