/* OLD-SITE Styles */

/* Таблицы в новостях */
div.article_imgbox {
	float: right;
	text-align: center;
	padding-left: 10px;
	margin-left: 10px;
	}

div.article_imgbox p {
	font-size: 10px;
	padding: 0;
	}

.img_border {
	border: 1px solid #f0bc7b
}

table.article_table {
	font-family: Arial;
	font-size: 11px;
	width: 100%;
	border-spacing: 1px;
	}


table.article_table tbody tr :nth-child(n) {
	text-align: center;
	}

table.article_table tbody tr :nth-child(1) {
	text-align: left;
	}

.article_table td {
    border-collapse: collapse;
    border: 1px solid #f0bc7b;
    padding: 10px;
    background: #fcf3e7;
	}

.head_table {
	font-size: 12px;
	font-weight: bold; 
	color: #e58617;
	}

.light_row_table {
	background-color: #ECF1FB;
	}

.dark_row_table { 
	background-color: #DCE4F8;
	}

.bull {
	font-family: Arial; 
	font-size: 20px; 
	font-weight: bolder; 
	color: green; 
	text-align: center; 
	padding: 0;
	}


/*НОВОСТИ*/

figure {
  float: right;
  width: 210px;
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
  border: thin silver solid;
  margin: 10px;
  padding: 5px;
}

figure.center {
  width: 75%;
  float: none;
  text-align: center;
  margin-left: 12%;
  margin-right: 12%;
}

figure.center img {
  width: 95%;
}

figcaption {
	margin-bottom: 20px;
}

div.tables-responsive {
	overflow-x:auto;
}

.oldprice_comp {
    color: #FF0004 !important;
    text-align: right;
    text-decoration: line-through;
    font-weight: bold;
}
.actualprice_comp {
    color: #008402 !important;
    text-align: right;
    font-weight: bold;
}