.category li{
     list-style: none;
    text-align: right;
    border: solid 3px #000;
    padding: 5px;
    background: #DDDDDD;
    margin: 20px 10px 20px 10px;
    font-size: 16px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 2px 2px #C0C0C0;
    -webkit-box-shadow: 0 0 2px 2px #C0C0C0;
    box-shadow: 0 0 2px 2px #C0C0C0;
}.category li a{
    color: #000;
    font-size: 16px;
    font-weight: bold;
    padding-right: 10px;
}.category li:hover{
    background: #F7E8D7;
}

/*////////////////////////////////////////*/

.clear{
    clear:both;
}
.title_left_inner{
   text-align: right;
    color: #222222;
    font-size: 21px;
    padding: 10px 72px 0 10px;
    font-weight: bold;    
    border-bottom: solid 1px #F9971C;  
}.add_article{
    color: #000;
    text-align: center;
    font-size: 16px;
    padding: 5px;
    font-weight: bold;
}.add_article a{
    color: #000;
    text-align: center;
    font-size: 16px;
    padding: 5px;
    font-weight: bold;  
}.add_article a:hover{
    color: #EB8E15;
}
.articles li{
        list-style: none;
    text-align: right;
    border: solid 3px #000;
    padding: 5px;
    /*    background: #DDDDDD;*/
    margin: 20px 10px 20px 10px;
    font-size: 16px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 2px 2px #C0C0C0;
    -webkit-box-shadow: 0 0 2px 2px #C0C0C0;
    box-shadow: 0 0 2px 2px #C0C0C0;  
    width: 670px;
}.title_article{
    color: #000;
    font-weight: bold;
    font-size: 16px;
    border-bottom: solid 1px #F69425;
}.title_article a{
    color: #000;

}.art_content{
    padding: 5px;
}.img_art{
    float: right;
    width: 120px;
    height: 140px;
    border: solid 1px #000;
}.art_data{
    float: left;
    text-align: right;
    width: 520px;
}.details{
    border:solid 2px #EB8E15;
    padding: 4px;
    font-size: 15px;
    font-weight: bold;
    height: 35px;
    color: #000;
}.details p{
    float: right;
    border-left: solid 1px #EB8E15;
    height: 24px;
    padding: 0 30px 0 8px;
}.details p a{
    color: #000;
}.details p a:hover{
    color: #EB8E15;
}

/*////////////////////////////////////////*/

.something_wrong {
    padding: 0;
    visibility: hidden;
    color: #D60000;
}
.required {
    color: red;
    font-size: 12px;
}
#contact_form input{
    margin-bottom: 13px;
}
.success_message {
    background-color: #DBFFDB;
    border: 1px solid #3FD43F;
    color: #276B00;
    margin: 0 20px 30px 30px;
    padding: 20px 10px;
    text-align: center;
    
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.info_message {
    background: #FAE4E5;
    border: 1px solid #FF92A7;
    margin: 0 20px  30px 30px;
    color: #FF0033;
    padding: 20px 10px;
    text-align: center;
    
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/*////////////////////////////////////////*/

.big_img img {
    float: right;
    height: 250px;
    width: 200px;
    border: solid 1px #000;
    margin-left: 36px;
}
.date_page {
    float: left;
    color: #F69425;
    font-size: 16px;
}
