.widgetNews {
    overflow: hidden;
    font-size: 14px;
}

.widgetNews.horizontalNews {
    margin: 0 0 15px;
}

.widgetNews .newsItem {
    margin: 0 0 20px;
    overflow: hidden;
}

.widgetNews.horizontalNews .newsItem {
    width: 300px;
    float: left;
    margin: 0 0 15px 50px;
}

.widgetNews.horizontalNews .newsItem:first-child {
    margin-left: 0;
}

.widgetNews .newsItem .newsImg {
    float: left;
    margin: 0 5px 5px 0;
}

.widgetNews .newsItem .newsImg img {
    border: 1px solid #d5d5d5;
    padding: 1px;
    /*width: 48px;
    height: 48px;*/
}

.widgetNews .newsItem .newsContent {
    /*padding-left: 50px;*/
}

.widgetNews .newsItem .newsDate {
    color: #ccc;
    font-size: 11px;
    line-height: 1em;
}

.widgetNews .newsItem .newsTitle {
    font-size: 13px;
    text-decoration: none;
    border-bottom: 1px dashed #1e90ff;
    color: #1e90ff;
    font-weight: bold;
}

.widgetNews .newsItem .newsTitle:hover {
    border-bottom: none;
}

.widgetNews .newsItem .newsDesc {
    margin: 2px 0 0;
}

.widgetNews .newsItem .newsMore {
    text-align: right;
    font-size: 12px;
}

.widgetNews .newsItem .newsMore a {
    color: #1e90ff;
}

.widgetNews .allNews {
    text-align: right;
}

.widgetNews .allNews a {
    font-size: 13px;
    text-decoration: none;
    border-bottom: 1px dashed #1e90ff;
    color: #1e90ff;
}

.widgetNews .allNews a:hover {
    border-bottom: none;
}

/* Related products widget */

.relatedProductsBox {
    background: #ffffff;
}

.relatedProductsBox .middleTitle {
    text-align: center;
    background: url("/areas/shop/images/lineBg.png") repeat-x center;
    margin: 0 0 15px;
}

.relatedProductsBox .middleTitle span {
    background: #ffffff;
    font-size: 18px;
    color: #333;
    padding: 0 8px;
}

.relatedProductsBox .relatedProducts {
    text-align: center;
    margin: 10px 0;
}

.relatedProductsBox .relatedProducts .relatedProductsItem {
    display: inline-block;
    margin: 0 10px;
    width: 150px;
    vertical-align: top;
    padding: 10px;
    border: 1px solid #d5d5d5;
}

.relatedProductsBox .relatedProducts .relatedProductsItem a {
    color: #333;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

.relatedProductsBox .relatedProducts .relatedProductsPrice {
    font-weight: bold;
    font-size: 15px;
    margin: 5px 0 0;
    min-height: 45px;
}

.relatedProductsBox .relatedProducts .relatedProductsTitle {
    display: block;
    height: 80px;
    overflow: hidden;
}

.relatedProductsBox .relatedProducts .relatedProductsAddToCart {
    margin: 5px 0 0;
}

.relatedProducts .addToBasket {
    display: inline-block;
    padding: 6px 20px;
    background: #0B419F url("/areas/shop/Images/Icons/addToCart.png") no-repeat center;
    -ms-border-radius: 5px;
    border-radius: 5px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: background-color .15s ease-in-out 0;
    -moz-transition: background-color .15s ease-in-out 0;
    -ms-transition: background-color .15s ease-in-out 0;
    -o-transition: background-color .15s ease-in-out 0;
    transition: background-color .15s ease-in-out 0;
}

.relatedProducts .addToBasket:hover  {
    background-color: #062150;
}


/* Special products widget */

.specialProductsBox {
   background: #ffffff;
}

.specialProductsBox .middleTitle {
    text-align: center;
    background: url("/areas/shop/images/lineBg.png") repeat-x center;
    margin: 0 0 15px;
}

.productToCol {
    margin: 0 0 20px;
    font: 14px "PTSansRegular";
    padding:  0 0 10px;
    border: 1px solid #d5d5d5;
    -ms-border-radius: 5px 5px 0 0 ;
    border-radius: 5px 5px 0 0 ;
}

.productToCol .specialProductsBox {
    -ms-border-radius: 5px 5px 0 0 ;
    border-radius: 5px 5px 0 0 ;
}

.productToCol .specialProductsBox .middleTitle {
    font: 18px "PTSansBold";
    margin: 0 0 15px;
    background: #eee;
    -ms-border-radius: 5px 5px 0 0 ;
    border-radius: 5px 5px 0 0 ;
    padding: 5px 0;
    text-align: center;
    border-bottom: 1px solid #d5d5d5;
}

.productToCol .specialProductsBox .middleTitle span {
    background: none;
    font-size: inherit;
    color: inherit;
    padding: 0;
}

.specialProductsBox .middleTitle span {
    background: #ffffff;
    font-size: 18px;
    color: #333;
    padding: 0 8px;
}

.specialProductsBox .specialProducts {
    text-align: center;
    margin: 10px 0;
}

.specialProductsBox .specialProducts .specialProductsItem {
    display: inline-block;
    margin: 0 10px;
    width: 150px;
    vertical-align: top;
    padding: 10px;
    border: 1px solid #d5d5d5;
}

.productToCol .specialProductsBox .specialProducts {
    margin: 0;
}

.productToCol .specialProductsBox .specialProductsItem {
    width: 180px;
    padding: 10px;
    margin: 0 0 15px;
    border: 1px solid #d5d5d5;
}

.specialProductsBox .specialProducts .specialProductsItem a {
    color: #333;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

.specialProductsBox .specialProducts .specialProductsPrice {
    font-weight: bold;
    font-size: 15px;
    margin: 5px 0 0;
    min-height: 45px;
}

.specialProductsBox .specialProducts .specialProductsTitle {
    display: block;
}

.specialProductsBox .specialProducts .specialProductsAddToCart {
    margin: 5px 0 0;
}

.specialProducts .addToBasket {
    display: inline-block;
    padding: 6px 20px;
    background: #0B419F url("/areas/shop/Images/Icons/addToCart.png") no-repeat center;
    -ms-border-radius: 5px;
    border-radius: 5px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: background-color .15s ease-in-out 0;
    -moz-transition: background-color .15s ease-in-out 0;
    -ms-transition: background-color .15s ease-in-out 0;
    -o-transition: background-color .15s ease-in-out 0;
    transition: background-color .15s ease-in-out 0;
}

.specialProducts .addToBasket:hover  {
    background-color: #062150;
}

/* New products widget */

.newProductsBox {
    padding: 15px 0;
    background: #ffffff;
}

.newProductsBox .middleTitle {
    text-align: center;
    background: url("/areas/shop/images/lineBg.png") repeat-x center;
    margin: 0 0 15px;
}

.newProductsBox .middleTitle span {
    background: #ffffff;
    font-size: 18px;
    color: #333;
    padding: 0 8px;
}

.newProductsBox .newProducts {
    text-align: center;
    margin: 10px 0 0 -45px;
}

.newProductsBox .newProducts .newProductsItem {
    display: inline-block;
    margin: 0 0 0 45px;
    width: 150px;
    vertical-align: top;
    padding: 10px;
    border: 1px solid #d5d5d5;
    vertical-align: top;
}

.newProductsBox .newProducts .newProductsItem a {
    color: #333;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

.newProductsBox .newProducts .newProductsPrice {
    font-weight: bold;
    font-size: 15px;
    margin: 5px 0 0;
    min-height: 45px;
}

.newProductsBox .newProducts .newProductsTitle {
    display: block;
    height: 55px;
    overflow: hidden;
}

.newProductsBox .newProducts .newProductsAddToCart {
    margin: 5px 0 0;
}

.newProductsBox .addToBasket {
    display: inline-block;
    padding: 6px 20px;
    background: #0B419F url("/areas/shop/Images/Icons/addToCart.png") no-repeat center;
    -ms-border-radius: 5px;
    border-radius: 5px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: background-color .15s ease-in-out 0;
    -moz-transition: background-color .15s ease-in-out 0;
    -ms-transition: background-color .15s ease-in-out 0;
    -o-transition: background-color .15s ease-in-out 0;
    transition: background-color .15s ease-in-out 0;
}

.newProductsBox .addToBasket:hover  {
    background-color: #062150;
}


/* Shop Search widget */

.searchCataloginputBox .k-combobox {
    border: none;
    padding-right: 0;
    border-radius: 0;
    vertical-align: top;
}

.searchCataloginputBox .k-dropdown-wrap {
    border: none;
    padding-right: 0;
    border-radius: 0;
}

.searchCataloginputBox input {
    border-radius: 0!important;
}

.searchCataloginputBox .k-select {
    display: none;
}

.popUpSearchBox {
    width: 400px!important;
}

.popUpSearchBox .searchWidgetItem {
    line-height: 1em;
}

.popUpSearchBox .k-list .k-item {
    line-height: 1em!important;
    margin-bottom: 3px;
}

.popUpSearchBox .searchWidgetItem .searchWidgetCategory {
    color: green;
    font-size: 11px;
    display: block;
}

.underLineTitle {
    text-decoration: underline;
    display: block;
    max-height: 56px;
    overflow: hidden;
}

.newProductsBox .newProducts .newProductsItem a:hover .underLineTitle, 
.specialProductsBox .specialProducts .specialProductsItem a:hover .underLineTitle,
.relatedProductsBox .relatedProducts .relatedProductsItem a:hover .underLineTitle {
    text-decoration: none;
}

.productsType {
    text-decoration: none;
    font: 14px "PTSansBold";
    color: #0b419f;
    display: block;
}

.buttonSearchWidget {
    background: #818CA0;
    color: #ffffff;
    cursor: pointer;
    width: 147px;
    height: 31px;
    font: 15px/31px "PTSansRegular";
    text-transform: uppercase;
    text-align: center;
    border: none;
    padding: 0;
    margin: 0;
    -webkit-transition: background-color .15s ease-in-out 0s;
    -moz-transition: background-color .15s ease-in-out 0s;
    -ms-transition: background-color .15s ease-in-out 0s;
    -o-transition: background-color .15s ease-in-out 0s;
    transition: background-color .15s ease-in-out 0s;
}

.buttonSearchWidget[disabled] {
    opacity: .5;
}

.buttonSearchWidget[disabled]:hover {
    background: #818CA0;
}

.buttonSearchWidget:hover {
    background: #495261;
}

/* Search widget form main */

.mainFilter .searchFilterItem {
    margin: 0 0 10px;
    display: block;
}

.mainFilter .buttonSearchBox {
    margin: 10px 0 0;
}

.searchFilterItem {
    
}


/* Search filter toLine */

.searchFilterLine {
    margin: 0 0 10px;
}

.searchFilterLine .searchFilterItem {
    margin: 0 15px 0 0;
}

.searchFilterLine .buttonSearchBox {
    margin: 0 10px 0 0;
    display: inline-block;
    vertical-align: middle;
}

.albums,.photos{margin-right:-46px;font-size:0}.albums .item,.photos .item{display:inline-block;width:227px;height:auto;font-size:14px;margin-right:46px;margin-bottom:10px;text-align:center;vertical-align:top}.albums .item img,.photos .item img{width:225px;margin:0;margin-bottom:2px;padding:0;border:1px solid #ccc}.albums .item a,.albums .item a:hover,.photos .item a,.photos .item a:hover{text-decoration:none;color:#1e90ff}.albums .item a:hover img,.photos .item a:hover img{border-color:#1da8f0}.albumDescription{margin:0 0 30px;font-size:14px}.albumWidget .middleTitle,.photoWidget .middleTitle{text-align:center;background:url("/Areas/Base/Images/lineBg.png") repeat-x center;margin:0 0 15px}.albumWidget .middleTitle span,.photoWidget .middleTitle span{background:#ffffff;font-size:18px;color:#333;padding:0 8px}.photoWidget{overflow:hidden}.photoWidget a{text-decoration:none;margin:0 0 0 15px;float:left}.photoWidget a:first-child{margin:0}
