/*
.block-controls {
  text-align: right;
  border-bottom: 1px solid #999999;
  background: white url(http://www.streetarticles.com/images/old-browsers-bg/block-controls-bg.png) repeat-x bottom;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  float:left;
  width:100%;
}

.block-controls:first-child {
    margin-top: -1.667em;
}

.block-controls.first-child {
    margin-top: -1.667em;
}
.block-controls + .no-margin {
    margin-top: -1.667em;
}
.block-content.no-padding .block-controls {
    margin: 0 !important;
    border-bottom: 0;
}

ul.controls-buttons {
    float: right;
}
ul.controls-buttons li {
    display: block;
    float: left;
    margin: -1px 0 -1px 0.5em;
    line-height: 1.333em;
    padding: 0.333em 0.25em;
}
ul.controls-buttons li.sep {
    padding: 0;
    width: 2px;
    height: 4em;
    margin: -1em 0.25em -1em 0.75em;
    border: none;
    background: url(http://www.streetarticles.com/images/controls-bt-sep.png) no-repeat bottom;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
ul.controls-buttons li.controls-block,
ul.controls-buttons li a {
    display: block;
    color: #333333;
    min-width: 1.083em;
    padding: 0em 0.5em;
    text-align: center;
    border: 1px solid white;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
    background: #e7e7e7 url(http://www.streetarticles.com/images/old-browsers-bg/controls-bt-bg.png) repeat-x top;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    background: -moz-linear-gradient(
        top,
        #f8f8f8,
        #e7e7e7
    );
    background: -webkit-gradient(
        linear,
        left top, left bottom,
        from(#f8f8f8),
        to(#e7e7e7)
    );
    -moz-box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
}
ul.controls-buttons li a {
    margin: -0.333em -0.25em;
    line-height: 1.333em;
}

.ie ul.controls-buttons li.controls-block,
.ie ul.controls-buttons li a {
    border-color: #cccccc;
}
ul.controls-buttons li a:hover,
ul.controls-buttons li a.current {
    border-color: #1eafdc #1193d5 #035592;
    background: #057fdb url(http://www.streetarticles.com/images/old-browsers-bg/block-control-hover-bg.png) repeat-x;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    background: -moz-linear-gradient(
        top,
        white,
        #2bcef3 5%,
        #057fdb
    );
    background: -webkit-gradient(
        linear,
        left top, left bottom,
        from(white),
        to(#057fdb),
        color-stop(0.05, #2bcef3)
    );
    color: white;
    }
    ul.controls-buttons li a:hover strong,
    ul.controls-buttons li a.current strong {
        color: white;
    }
ul.controls-buttons li img {
    margin: -0.25em 0;
}

.ie7 ul.controls-buttons li img {
    margin: 0;
    vertical-align: middle;
}
ul.controls-buttons li img:first-child {
    margin-left: -0.085em;
}

ul.controls-buttons li img.first-child {
    margin-left: -0.085em;
}
ul.controls-buttons li img:last-child {
    margin-right: -0.085em;
}

ul.controls-buttons li img.last-child {
    margin-right: -0.085em;
}
ul.controls-buttons li .progress-bar {
    margin: -0.25em 0;
}

ul.controls-tabs {
    height: 47px;
    float: right;
    margin: -1em;
    padding-left: 1px;
    background: url(http://www.streetarticles.com/images/controls-tabs-bg.png) no-repeat -48px 0;
}
ul.controls-tabs li {
    height: 48px;
    width: 49px;
    float: left;
}
ul.controls-tabs li:last-child {
    width: 48px;
}

ul.controls-tabs li.last-child {
    width: 48px;
}
ul.controls-tabs li a {
    display: block;
    height: 100%;
    background: url(http://www.streetarticles.com/images/controls-tabs-bg.png) no-repeat;
    line-height: 48px;
    text-align: center;
    text-decoration: none;
    color: #666666;
    position: relative;
}
ul.controls-tabs li a:hover {
    background-position: 0 -48px;
}
ul.controls-tabs li.current a,
ul.controls-tabs li.current a:hover {
    background-position: 0 -96px;
}
ul.controls-tabs li a img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -11px 0 0 -12px;
}*/
.pagination_new {
            font-size: 80%;
        }
        
.pagination_new a {
    text-decoration: none;
	border: solid 1px #AAE;
	color: #15B;
}

.pagination_new a, .pagination_new span {
    display: block;
    float: left;
    padding: 0.3em 0.5em;
    margin-right: 5px;
	margin-bottom: 5px;
	min-width:1em;
	text-align:center;
}

.pagination_new .current_new {
    background: #26B;
    color: #fff;
	border: solid 1px #AAE;
}

.pagination_new .current_new.prev, .pagination_new .current_new.next{
	color:#999;
	border-color:#999;
	background:#fff;
}

.block-controls {
            font-size: 80%;
            float:left;
            width:100%;
            padding-top:10px;
            
        }
        
.block-controls a {
    text-decoration: none;
	border: solid 1px #AAE;
	color: #15B;
}

.block-controls a, .block-controls span {
    display: block;
    float: left;
    padding: 0.3em 0.5em;
    margin-right: 5px;
	margin-bottom: 5px;
	min-width:1em;
	text-align:center;
}

.block-controls .current_new {
    background: #26B;
    color: #fff;
	border: solid 1px #AAE;
}

.block-controls .current_new.prev, .block-controls .current_new.next{
	color:#999;
	border-color:#999;
	background:#fff;
}
