/*КОНТЕНТ*/

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 {
    font-weight: bold;
}
.add_head, h1,h2,h3,h4,h5,h6 {
     font-family: Arial, Helvetica, sans-serif;
}
.add_head, h1 {
    color: #e20016;
    font-size:20px;
    margin-bottom:16px;
}
h2 {
    color: #005b9b;
    font-size:18px;
    margin-bottom:16px;
}
h3 {
    color: #e20016;
    font-size:16px;
    margin-bottom:16px;
}
h4 {
    color: #005b9b;
    font-size:14px;
    margin-bottom:16px;
}
h5 {
    color: #e20016;
    font-size:12px;
    margin-bottom:16px;
}
h6 {
    color: #005b9b;
    font-size:12px;
    margin-bottom:16px;
}

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


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

.content .news h3 {
    color: #000000;
	font-size:18px;
    margin-bottom: 4px;
    margin-top: -1px;
}

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


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

p.alert,
blockquote{
    color: #e20016;
	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 #cfdee3;
    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: #e20016;
	font-size:11px;
}

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

/* Кнопрки на сайте */
a.button,
a.button:visited,
input[type="submit"],
input[type="button"]{
    color: #ffffff;
    text-shadow: 0px 1px 1px #909090;
    font-size: 13px;
    font-family:Arial, Helvetica, sans-serif;
    padding-top:6px;
    padding-bottom: 6px;
	background-image: -moz-linear-gradient(top, #d80015, #96000f);
	background-image: -webkit-linear-gradient(top, #d80015, #96000f);
	background-image: -o-linear-gradient(top, #d80015, #96000f);
	background-image: -ms-linear-gradient(top, #d80015, #96000f);
	background-image: linear-gradient(top, #d80015, #96000f);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#FFd80015, endColorstr=#FF96000f)";
    box-shadow: 1px 1px 1px #62000a;
    border-radius:2px;
    display:block;
    text-align: center;
    text-decoration:  none;
    position: relative;
    border: 1px solid #a30010;
}
a.button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    color: #ffffef;
    text-shadow: 0px 1px 1px #c0c0c0;
    background-image: -moz-linear-gradient(top, #e81025, #a6101f);
	background-image: -webkit-linear-gradient(top,  #e81025, #a6101f);
	background-image: -o-linear-gradient(top,  #e81025, #a6101f);
	background-image: -ms-linear-gradient(top,  #e81025, #a6101f);
	background-image: linear-gradient(top,  #e81025, #a6101f);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#FFe81025, endColorstr=#FFa6101f)";

}
a.button:active,
input[type="submit"]:active,
input[type="button"]:active {
    top: 1px;
	box-shadow:none;
}



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


/* Листинг*/
/*======================================================================================*/
 /* 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: #e20016;
    color: #ffffff;
}
/* strelki */
p.prev, p.prev a, p.prev a:visited,
p.next,p.next a, p.next a:visited {
    color: #005b9b;
    font-size:48px;
    font-family:Georgia, serif;  text-decoration: none;
}
p.prev a:hover, p.next a:hover {
    color: #003b7b;
}
p.unactive, p.unactive span {
    color: #cfdee3;
}

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


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

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: #005a9a;
}

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


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

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

ol li {
    margin-bottom:3px;
}

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


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

a,
a:hover,
a:visited { color: #db5800;}

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


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

.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 #d5dddf;
    border-radius:3px;
}

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