/* General
*******************************/
.left{float: left;}
.right{float: right;}
/* Buttons
*******************************/
.button.button_text {
    padding: 2px 10px 4px;
    cursor: pointer;
    display: inline-block;
    margin-left: 0;
    font-size: 13px;
    color:#fff;
    font-weight: bold;
    text-align:center;
    text-decoration: none;
    vertical-align: baseline;
    outline:none;
    background: #0099cb; /* Old browsers */
    background: -moz-linear-gradient(top, #3991C7 49%, #297AAA 49%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(49%,#3991C7), color-stop(49%,#297AAA)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #3991C7 49%,#297AAA 49%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #3991C7 49%,#297AAA 49%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #3991C7 49%,#297AAA 49%); /* IE10+ */
    background: linear-gradient(to bottom, #3991C7 49%,#297AAA 49%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3991C7', endColorstr='#297AAA',GradientType=0 ); /* IE6-9 */
    border:1px #b4b4b4 solid;
    white-space: nowrap;
    margin-bottom: 3px;
}
.button.button_text.button_green{
    background: #0099cb; /* Old browsers */
    background: -moz-linear-gradient(top, #68B300 49%, #608c23 49%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(49%,#68B300), color-stop(49%,#608c23)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #68B300 49%,#608c23 49%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #68B300 49%,#608c23 49%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #68B300 49%,#608c23 49%); /* IE10+ */
    background: linear-gradient(to bottom, #68B300 49%,#608c23 49%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#68B300', endColorstr='#608c23',GradientType=0 ); /* IE6-9 */
}
.button.button_text.button_gray{
    background: #e5e5e5; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 49%, #e5e5e5 49%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(49%,#ffffff), color-stop(49%,#e5e5e5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 49%,#e5e5e5 49%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 49%,#e5e5e5 49%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 49%,#e5e5e5 49%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 49%,#e5e5e5 49%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
    color: #313131;
    margin-bottom: 0;
}
.button.button_outline{
    padding: .5rem .75rem;
    cursor: pointer;
    display: inline-block;
    margin-left: 0;
    font-size: 13px;
    color:#0199cb;
    font-weight: bold;
    text-align:center;
    text-decoration: none;
    vertical-align: baseline;
    outline:none;
    border:1px #b4b4b4 solid;
}
.button.button_outline:hover{
    background-color: #0199cb;
    color: #ffffff;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}


    /* Showcase BuyButtons
    *******************************/
.button-showcase{
    border: 1px solid #b4b4b4;
    background: #e5e5e5;
    background: -moz-linear-gradient(top, #ffffff 53%, #e5e5e5 55%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(53%,#ffffff), color-stop(55%,#e5e5e5));
    background: -webkit-linear-gradient(top,  #ffffff 53%,#e5e5e5 55%);
    background: -o-linear-gradient(top,  #ffffff 55%,#e5e5e5 56%);
    background: -ms-linear-gradient(top,  #ffffff 55%,#e5e5e5 56%);
    background: linear-gradient(to bottom,  #ffffff 55%,#e5e5e5 56%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
    font-weight: bold;
    font-size: 12px;
    padding: 4px 8px;
    display: inline-block;
}
a.buynow { 
    color: #313131; 
    padding: 4px 8px 4px 27px;
}
a.buynow:before{
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url('../img/sprite_napsgear.png') -40px -3px no-repeat;
    position: absolute;
    top: 1px;
    left: 5px;
}
span.comingsoon.button-showcase    { color: #f90101; }
span.outofstock.button-showcase     { color: #797979; }


/* Sidebar
*******************************/
.comingsoon:after{
    content: '';
    display: inline-block;
    background: url('../img/sprite_napsgear.png') -419px -27px no-repeat;
    height: 11px;
    position: relative;
    top:1px;
    width: 59px;
}


/* News
*******************************/
.news-block {
    color: #FFF;
}
.first-page .news-block {
    color: #000;
}
.news-item{
    margin-bottom: 30px;
}
.news-item h3{
    line-height: 1em;
    margin-bottom: 7px;
    font-weight: bold !important;
}
.news-item .date{
    font-style: italic;
    font-weight: normal;
    line-height: 1;
    font-size: 11px;
}
.news-item .read-more{
    margin-left: 8px;
}