/*КОНТЕНТ*/

body {
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    font-family: Arial, Helvetica, sans-serif;
}

p{
margin-bottom:15px;
}
.content p{
text-align: justify;
}

/*Заголовки*/
/*======================================================================================*/


.add_head, h1,h2,h3,h4,h5,h6 {
     font-family: Arial, Helvetica, sans-serif;
}
.add_head, h1 {
    color: #000;
    font-size:22px;
    line-height: 1.23;
    margin-bottom:16px;
}
.add_head {
    font-weight: bold;
    text-shadow: 1px 1px #e8e8e8;
}
h2 {
    color: #000000;
    font-size:20px;
    margin-bottom:16px;
}
h3 {
    color: #55849f;
    font-size:18px;
    margin-bottom:16px;
}
h4 {
    color: #000000;
    font-size:16px;
    margin-bottom:16px;
}
h5 {
    color: #000000;
    font-size:14px;
    margin-bottom:16px;
}
h6 {
    color: #55849f;
    font-size:12px;
    margin-bottom:16px;
}

/*======================================================================================*/
/* /Заголовки*/


/*Заголовок станьи , новости, акции и новинки*/
/*======================================================================================*/

.content .news h3 {
    color: #000000;
	font-size:16px;
    font-weight: bold;
    margin-bottom: 4px;

}
.content .news h4 {
    color: #8d939c;
    font-size: 16px;
    margin-bottom: 4px;
    float: right;
}

/*======================================================================================*/
/* /Заголовок станьи , новости, акции и новинки*/




/*Комментарии*/
/*======================================================================================*/
.content .comments {
    margin-top:50px;
}
.content .comments .add_head + h3 {
    color:black;
    font-size:18px;
    font-weight: 700;
    margin-bottom: 13px;
}
.content .comments h3 {
    color: #000000;
    font-size:16px;
    font-weight: bold;
    margin-bottom: 8px;
}
.content .comments h4 {
    color: #8d939c;
    font-size: 16px;
    margin-bottom: 4px;
    float: right;
}
.content #listing {
    margin: 30px 0 30px;
    text-align: center;
    overflow: hidden;
}
.content #listing .show_all {
    display: block;
    text-align: center;
    margin-top: 5px;
}
.content #listing .show_all a {
    color: black;
    font-size: 12px;
}
    
.content .comments .feedback table, .content .comments .feedback table tr, .content .comments .feedback table tr td {
    width: 100%;
}
.content .feedback table td {
    padding: 5px 0;
}
.content .feedback table td.left {
    padding-right: 10px;
}
.content .comments .feedback table td label {
    font-size: 14px;
    font-weight: 700;
    color: black;
    display: block;
    width: 550px;
    margin-bottom: 7px;
}

.content .comments .feedback table td label span {
    font-size: 12px;
    font-weight: 400;
    color: black;
}

.content .comments .feedback table td input {
    margin-bottom: 15px;
    padding: 5px 8px;
    width: 370px;
}
.content .comments .feedback table td textarea {
    padding: 5px 8px;
    width: 100%;
    height: 200px;
    overflow: auto;
}
.content .comments .feedback table td input[type='submit'] {
    margin-bottom: 15px;
    padding: 6px 10px;
    width: 90px;
}

.content .comments .comments_list .comment {
    margin-bottom: 38px;
}
/*======================================================================================*/
/* /Заголовок станьи , новости, акции и новинки*/




/* Алерты  (заголовки внимание и т.п.)*/
/*======================================================================================*/

p.alert,
blockquote{
    color: #55849f;
	font-size:14px;
    font-weight: bold;
}
blockquote {
    padding: 10px 15px;
    margin-bottom:15px;
    background: #f7f7f7;
    border-radius:3px;
    box-shadow: 1px 1px 1px rgba(200,200,200,0.8);
}

/*======================================================================================*/
/* /Алерты  (заголовки внимание и т.п.)*/


/* Подписи фотогалереи*/
/*======================================================================================*/

.gallery li p.name {
    color:#000000;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding-top:8px;
    margin-bottom:0px;
}

/*======================================================================================*/
/* /Подписи фотогалереи*/


/* Заголовок таблицы*/
/*======================================================================================*/

.content table thead td,
.content table th {
    color:#000000;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background-image: -moz-linear-gradient(top, rgba(233,243,247,1.0), rgba(255,255,255,1.0));
    background-image: -webkit-linear-gradient(top, rgba(233,243,247,1.0), rgba(255,255,255,1.0));
    background-image: -o-linear-gradient(top, rgba(233,243,247,1.0), rgba(255,255,255,1.0));
    background-image: -ms-linear-gradient(top, rgba(233,243,247,1.0), rgba(255,255,255,1.0));
    background-image: linear-gradient(top, rgba(233,243,247,1.0), rgba(255,255,255,1.0));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#FFe9f3f7, endColorstr=#FFFFFFFF)";
}

/*======================================================================================*/
/* /Заголовок таблицы*/


/* Подписи фотогалереи*/
/*======================================================================================*/

.gallery_foto_scalable li p.name,
.gallery li p.name {
    color:#000000;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding-top:8px;
    margin-bottom:0px;
}

/*======================================================================================*/
/* /Подписи фотогалереи*/


/* Дизайн элементов формы*/
/*======================================================================================*/

.content input[type="text"],
.content textarea,
.content td.captcha img {
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(235,235,235,1.0);
}
.content input[type="text"],
.content textarea {
    color: #000000;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}

.feedback td.captcha a,
.feedback td.captcha a:visited {
    color: #4a9dbc;
	font-size:11px;
}

/* Звёздочки */
.feedback span {
    color:#a80400;
    font-size:14px;
}

/* Кнопрки на сайте */
a.button,
a.button:visited,
input[type="submit"],
input[type="button"]{
    color: #ffffff;
    text-shadow: 0px 2px 2px #023b76;
    font-size: 14px;
    font-family:Arial, Helvetica, sans-serif;
    padding-left:10px;
    padding-right:10px;
    padding-top:6px;
    padding-bottom: 6px;
	background-image: -moz-linear-gradient(top, #6897b2, #52819c);
	background-image: -webkit-linear-gradient(top, #6897b2, #52819c);
	background-image: -o-linear-gradient(top, #6897b2, #52819c);
	background-image: -ms-linear-gradient(top, #6897b2, #52819c);
	background-image: linear-gradient(top, #6897b2, #52819c);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#FF6897b2, endColorstr=#FF52819c)";
    border-top: 1px solid #5b849c;
    border-left: 1px solid #5b849c;
    border-right: 1px solid #477088;
    border-bottom: 1px solid #477088;
    border-radius:8px;
    display:block;
    text-align: center;
    text-decoration:  none;
}
a.button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    color: #ffffef;
    text-shadow: 0px 1px 1px #023b76;
    background-image: -moz-linear-gradient(top, #52819c, #6897b2);
	background-image: -webkit-linear-gradient(top, #52819c, #6897b2);
	background-image: -o-linear-gradient(top, #52819c, #6897b2);
	background-image: -ms-linear-gradient(top, #52819c, #6897b2);
	background-image: linear-gradient(top, #52819c, #6897b2);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#FF52819c0, endColorstr=#FF6897b2)";
}



/*======================================================================================*/
/* /Дизайн элементов формы*/


/* Листинг*/
/*======================================================================================*/
 /* ciferki i kruglyshki */
#listing span.active,
#listing .list a{
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    min-width: 7px;
    padding:2px 7px 2px;
    border-radius: 12px;
}
#listing .list span.active,
#listing .list a:hover {
    background: #55849f;
    color: #ffffff;
}
/* strelki */
p.prev, p.prev a, p.prev a:visited,
p.next,p.next a, p.next a:visited {
    color: #55849f;
    font-size:48px;
    font-family:Georgia, serif;  text-decoration: none;
}
p.prev a:hover, p.next a:hover {
    color: #000;
}
p.unactive, p.unactive span {
    color: #8d939c;
}

/*======================================================================================*/
/* /Листинг*/


/* Подробнее*/
/*======================================================================================*/

p.back,
p.more,
p.more a,
a.more,
p.more a:visited,
a.more:visited,
p.back a,
a.back,
p.back a:visited,
a.back:visited {
  color: #55849f;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
}

.allnews{
    float: right;

}
/*======================================================================================*/
/* /Подробнее*/


/* Списки*/
/*======================================================================================*/

.content ul,
.content ol{
    margin-bottom:15px;
}
.content ul li{
    padding-left: 17px;
    background: no-repeat left 6px url(../images/design/li_mark.png);
    margin-bottom:3px;
}
.content ol{
    margin-left:23px;
    margin-bottom:10px;
}

.content ol li {
    margin-bottom:3px;
}

/*======================================================================================*/
/* /Списки*/


/* Ссылки*/
/*======================================================================================*/

a,
a:hover,
a:visited { color: #55849f;}

/*======================================================================================*/
/* /Ссылки*/


/* Таблицы*/
/*======================================================================================*/

.content table{
    margin-bottom:15px;
}
.content table thead td,
.content table th {
    padding:5px 10px;
}
.content table td{
    padding:5px 10px;
}

.content table td,
.content table th {
    border:1px solid #e6e6e6;
}

/*======================================================================================*/
/* /Таблицы*/


/* img*/
/*======================================================================================*/

div.cont-galler,
#newswiget .article .img img,
#newswiget_hor .article .img img,
.content img {
    border:1px solid #ececec;
    border-radius:3px;
}

/*======================================================================================*/
/* /img*/






