a.under{ text-decoration: underline;}
.main-content{
    padding-bottom: 20px;
}
.submenu {
    margin: 5px 0px;
    margin-left: 15px;
    line-height: 16px;

}
.submenu *{
    font-size: 13px;

}
.submenu li{

}
.newstext {
	font-size: 1.1em;
}
.loading-layer{
    background: url(../img/loader.gif) rgba(255,255,255,0.85) no-repeat center;
    border: 1px solid #ccc;
    position: fixed;
    z-index: 5000;
    top: 45%;
    left: 50%;
    width: 15%;
    height: 120px;
}

hr {
    margin: 5px 0px;
}
label{
    display: inline-block;
}
div.error-message-block, div.okay-message-block{
    border: 1px solid red;
    color: red;
    padding: 5px 10px;
    margin: 10px;
    margin-bottom: 0px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    background-color: #fff9f9;
}
div.okay-message-block{
    color: green;
    border-color: green;
    background-color: #effff1;
}
.orders-list h4{
    font-weight: bold;
    font-size: 15px;
    padding: 0px;
    margin: 0px;
}
.orders-list h5{
    font-size: 12px;
    padding: 4px 0px;
}
.orders-list .status{
    font-size: 12px;
    font-weight: normal;
    color:#3f3e3e;
}
.subprod-selector{
    border: 1px solid #f58585;
    border-radius: 65px;
    float: left;
    font-size: 12px;
    margin-bottom: 5px;
    margin-right: 5px;
    border-bottom-width: 2px;
}
.subprod-selector a{
    padding: 17px 15px;
    display: block;
}

.subprod-selector.current, .subprod-selector:hover{
    background-color: #f58585;
    border-bottom-color: #d85555;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
.subprod-selector.current > a,.subprod-selector:hover  a{
    color: #fff;    
}
.sort-mode {
    overflow: hidden;
    padding: 25px 0px 0px;
    margin-bottom: -20px;
}

.sort-mode ul li{

    display: inline-block;
}
.nomargin { margin: 0px !important; }
.nopadding { padding: 0px !important;}
.user_profile label{  float: left; overflow: hidden; width: 140px;  text-align: right; padding:0px 5px; }
.user_profile .text{ color: #333333;}
.user_profile .phones{ float: left; }
.user_profile .addresses{ float: left; overflow: hidden;width: 437px; }
.user_profile .addresses .one-address{ overflow: hidden; border: 1px solid #ccc; border-radius: 3px; padding: 5px; margin-bottom: 5px;}
.user_profile .addresses .one-address .text{ width: 300px;}
.user_profile .addresses .one-address .buttons a{ display: block;  margin-bottom: 2px; }


.user_profile form > div, .user_profile > div{ overflow: hidden; }
.user_profile .edit{ float: left; border: 0px solid red;}
.add-address-form div{ clear: both;}
.add-address-form label{border: 0px solid red; display: block; float: none; text-align: left; width: auto; }
#edit-addr-span{ width: 100%; float: left; text-align: right;}
#edit-addr-span a.btn-primary{ min-width: 10%; margin-right: 5px;}
#edit-addr-span select{ width: 72%; float: left;}
#add-review-block{
    margin-bottom: 20px;   
}
.product-single{ margin-bottom: 0px;}
.one-review{ border-bottom: 1px solid #ddd; padding-bottom: 5px; margin-bottom: 20px;}
.one-review .name{ font-weight: bold; font-size: 13px; color: #df5bcb; padding-top: 3px; display: inline-block;}
.one-review .date{ font-size: 11px; margin-left: 15px; color: #bbb; margin-top: 5px;}
.one-review .text{ font-size: 14px; padding-top: 5px;}
.one-review .rating, .product-single .rating{ 
    border: 0px solid red; height: 17px; width: 100px; margin-left: -5px;
    background: url(../img/rating.png) no-repeat left; background-size: 90%; background-position: 0px -2px; opacity: 0.7;
}
.product-single .rating{margin-top: 10px;}
.product-single .r1, .one-review .r1 { background-position: 0px -77px;}
.product-single .r2, .one-review .r2 { background-position: 0px -59px;}
.product-single .r3, .one-review .r3 { background-position: 0px -41px;}
.product-single .r4, .one-review .r4 { background-position: 0px -22px;}
.product-single .r5, .one-review .r5 { background-position: 0px -3px;}
.product-single .r6, .one-review .link { margin-left: 15px;}
.pagination > li > a { width: auto; padding: 3px 10px;}
.buy-layer{ border: 1px solid #efc5f0; border-radius: 4px; display: inline-block; padding: 10px 15px 15px ;}
.buy-layer legend{ border: none; width: auto; padding: 0px 5px; color:#df5bcb; margin-bottom: 0px; font-size: 18px;}
a.add-to-cart > span.add-cart-btn > span{ font-family: Arial; padding-left: 5px; font-size: 18px;}
.news-short { border: 0px solid red; margin-bottom: 25px; float: left;}
.news-short .date {background-color: #df5bcb; color: #fff; padding: 3px 6px; border-radius: 2px; float: left; margin-bottom: 2px;}
.news-short h5{ margin: 0px; padding: 0px; font-size: 14px; line-height: 20px; clear: both; margin-bottom: 2px;}

.articles{ display: inline-block; margin: 0px; padding: 0px; list-style:none; }
.articles li{ display: inline-block; width: 40%; vertical-align: top; margin: 0 5% 5% 0%;}
.articles li:nth-child(even){ margin:0; margin-left: 5%; margin-bottom: 5%;}
.article-short{ border: 0px solid red; margin-bottom: 25px; display: inline-block; }
.article-short .date {background-color: #df5bcb; color: #fff; padding: 3px 6px; border-radius: 2px; display:inline-block;  margin-bottom: 2px;}
.article-short .thumb{ margin-top: 5px; margin-bottom: 5px;}
.article-short .thumb img{ max-height: 160px;}
.article-short h5{ margin: 0px; padding: 10px 0px 10px; font-size: 14px; line-height: 20px; clear: both; margin-bottom: 2px;}


.top-caption{ background-color: #df5bcb; display: inline; color: #fff; padding: 3px 10px; border-radius: 10px; text-shadow: 1px 1px maroon; margin-right: 5px;}
.grey-colored{ color: #777 !important; border-color:#999 !important;}
.grey-colored *{color: #999 !important;}
.header-text{ padding: 10px 5px;}

.index-products{ position: relative;}
.index-products ul { margin: 0px; padding: 0px; list-style: none;}
.index-product-preview{ width: 255px; float:left;}
.index-product-preview > div{ width: 100%;}
.waitlist-prod{ margin-bottom: 10px;  padding-bottom: 10px;}
.waitlist-prod > div{  width: 100%; }
.waitlist-prod div.product{margin-bottom: 5px;}
.filter-list li{ margin-bottom: 2px;}
.filter-list li label, .filter-list li input[type=checkbox]{ margin: 0px;}


