/********************************************************************* embedded-pages.css *****************************************************************/


#content .left-column .list-articles {
	display: block;
	margin: 0px 0px 0px -20px;
	padding: 0px;
	width: 230px;
}

#content .left-column .list-articles li {
	display: inline-table;
	height: 50px;
	overflow: hidden;
	width: 100%;
	
}

#content .left-column .list-articles .list-articles-link {	
	display: table-row;
	cursor: pointer;
	height: 50px;
	float: left;
	text-decoration: none;
	width: 100%;
}

#content .left-column .list-articles .list-articles-link:hover {
	background: url("../podmenu-center.png") repeat-x;
}

#content .left-column .list-articles .list-articles-link .list-articles-marker { /*Звездочка - маркер вложенных страниц*/
	background: url("../list-style-image.png") no-repeat center;
	display: table-cell;
	float: left;
	height: 50px;
	padding: 0px 0px 0px 40px;
	width: 11px;
}

#content .left-column .list-articles .list-articles-link:hover .list-articles-marker { /*Звездочка - маркер вложенных страниц при наведении*/
	background: url("../list-style-image_gray.png") no-repeat center;
}

#content .left-column .list-articles .list-articles-link .list-articles-name {
	display: table-cell;
	height: 50px;
	min-width: 127px;
	overflow: hidden;
	vertical-align: middle;
}

#content .left-column .list-articles .list-articles-link .list-articles-right {
	background: url("../podmenu-right.png") no-repeat #a8c5ed;
	display: table-cell;
	height: 50px;
	visibility: hidden;
	width: 52px;
}

#content .left-column .list-articles .list-articles-link:hover  .list-articles-right {
	visibility: visible;
}




#content .articles { /*Большой блок со статьями и новостями*/
	clear: both;
	float: left;
	text-align: left;
	width: 560px;
}

#content .articles .gallery-page { /*Блок с фотографиями на странице фотогаллереи*/
	background: #bad1ee;
	float: left;
	padding: 15px 5px 5px 5px;
	width: 100%;
}

#content .articles .gallery-page img { /*Стиль фотографии на странице фотогаллереи*/
	display: block;
	border: 3px solid #d6e5fa;
	float: left;
	margin: 6px;
}

#content .articles .gallery-page img:hover {
	border: 3px solid #fff;
}





#content .articles .article-container {
	background: #bad1ee;
	float: left;
	padding: 0px 0px 0px 20px;
}

#content .articles .article { /*Одна новость или статья*/
	background: #bad1ee;
	float: left;
	margin: 0px;
	padding: 20px 10px 20px 0px;
	width: 100%;
}

#content .articles .article-header { /*Заголовок новости и статьи в общем списке*/
	display: inline-table;
	float: left;
	margin: 30px 0px 0px 12px;
}

#content .articles .article-header-info {
	background: #a7c6f1;
	float: left;
	display: table-row;
}

#content .articles .article-header-vertical-border {
	background: url("../article-header-vertical-border.png") repeat-y left;
	display: table-cell;
	width: 4px;
}

#content .articles .article-header-horisontal-border {
	background: url("../article-header-horisontal-border.png") repeat-x;
	height: 4px;
	width: 100%;
}

#content .articles .article-header-content {
	display: table-cell;
}

#content .articles .article-header-padding {
	float: left;
	clear: both;
	padding: 5px;
}

#content .articles  .article-date {
	color: #666;
	font-size: 0.9em;
}

#content .articles .article-body { /*Тело новости или статьи с аннотацией статьи*/
	display: inline-table;
}

#content .articles .article-body .article-body-info {
	display: table-row;
}

#content .articles .article-body .article-content {
	display: table-cell;
	padding: 10px;
}

#content .articles .article-bottom { /*Подвал новости или статьи с аннотацией статьи*/
	display: block;
}

#content .articles .article-bottom .article-tassel {
	display: table-cell;
}

#content .articles   .article-tassel-img {
	background: url("../article-tassel.png") no-repeat right;
	height: 17px;
	left: -8px;
	position: relative;
	width: 17px;
}

#content .articles .article-bottom .article-nextlink {
	display: block;
	text-align: center;
	width: 100%;
}

#content .articles .article-bottom .article-nextlink a{
	bottom: 5px;
	color: #fff;
	position: relative;
}

#content .articles .articles-active {
	clear: both;
	float: left;
	margin: 0px;
	padding: 20px 10px 20px 0px;
	width: 100%;
}

#content .articles .articles-active img {
	clear: right;
	border: 3px solid #d6e5fa;
	float: left;
	margin: 0px 10px 10px 0px;
}

#content .articles .articles-active .author {
	color: #666;
	font-size: 0.9em;
	text-align: right;
}




#content .gallery-block { /*Мини - галлерея в правой части страницы*/
	display: block;
	margin: 30px 0px 80px 0px;
	position: relative;
	left: 10px;
	text-align: center;
	width: 171px;
}

#content .gallery-block .gallery-top {
	background: url("../gallery-button-top-corners.png") no-repeat center top #a8c5ed;
	position: relative;
	top: 10px;
	width: 171px;
}

#content .gallery-block .gallery-top .gallery-top-button {
	background: url("../gallery-button-top.png") no-repeat center #bad1ee;
	border: none;
	cursor: pointer;
	height: 60px;
	margin: 7px 0px 0px 0px;
	width: 58px;
}

#content .gallery-block .gallery-content {

}

#content .gallery-block .gallery-content img {
	border: 3px solid #d6e5fa;
	margin: 10px 0px;
}

#content .gallery-block .orange-line {
	background: url("../orange-line.png") repeat-x;
	height: 13px;
}

#content .gallery-block .gallery-bottom {
	bottom: 12px;
	background: url("../gallery-button-bottom-corners.png") no-repeat center top #a8c5ed;
	width: 171px;
	position: relative;
}

#content .gallery-block .gallery-bottom .gallery-bottom-button {
	background: url("../gallery-button-bottom.png") no-repeat center #bad1ee;
	border: none;
	cursor: pointer;
	height: 60px;
	margin: 0px 0px 14px 0px;
	width: 58px;
}

#content .gallery-block .gallery-bottom  .gallery-bottom-corners {
	bottom: 16px;
	background: url("../gallery-button-bottom-corners.png") no-repeat center #a8c5ed;
	height: 7px;
	position: relative;
}

.order {
	float: right;
	margin: 0px 5px;
}

#content .basket-categorys { /*Контейнер для категорий со списком выбранных товаров*/
        background: #bad1ee;
        padding: 10px 10px 50px 10px;
        margin: 0px 10px 0px 0px;
        width: 700px;
}

#content .basket-categorys .basket-categorys-left { /*Левая часть пункта корзины с изображением фотографии и характеристик товара*/
	background: #d0e0f7;
	border: 2px solid #e2ebf8;
	display: block;
	height: 200px;
	overflow: hidden;
	width: 450px;
	z-index: 2;
}

#content .basket-categorys .basket-categorys-photo {
	border-right: 2px solid #e2ebf8;
	float: left;
	height: 200px;
	text-align: center;
	width: 38%;
}

#content .basket-categorys .basket-categorys-number {
	color: #95b9ea;
	float: right;
	font-size: 2em;
	margin: 0px 5px 10px 0px;
	text-align: right; 
	width: 100%;
}

#content .basket-categorys .basket-categorys-features {
	float: left;
	width: 61%;
}

#content .basket-categorys .basket-categorys-features h3 {
	color: #023d8f;
	text-align: center;
	font-weight: bold;
}

#content .basket-categorys .basket-categorys-features .articul {
	font-size: 0.8em;
	float: right;
	margin: 0px 40px 0px 0px;
}

#content .basket-categorys .basket-categorys-features .features-table {
	display: table;
	height: 20px;
	margin: 5px 0px 0px 10px;
	width: 100%;
}

#content .basket-categorys .basket-categorys-features .features-table .characteristic {
	display: table-cell;
	vertical-align: bottom;	
}

#content .basket-categorys .basket-categorys-features .features-table .dotted-line {
	background: url("../dotted-line.png") repeat-x;
	display: table-cell;
	height: 20px;
	width: 40%;
}

#content .basket-categorys .basket-categorys-features .features-table .importance {
	display: table-cell;
	font-size: 1.5em;
	text-align: left;
	width: 100px;
}

#content .basket-categorys .basket-categorys-features .features-table .importance .sup {
	color: red;
	font-size: 0.5em;
	font-weight: bold;
}

#content .basket-categorys .basket-categorys-right { /*Правая часть пункта корзины с изменяемыми характеристиками*/
	background: #bcd3f2;
	border-top: 2px solid #e2ebf8;
	border-right: 2px solid #e2ebf8;
	border-bottom: 2px solid #e2ebf8;
	float: right;
	height: 200px;
	margin: 20px 0px 0px 0px;
	width: 244px;
}

#content .basket-categorys .basket-categorys-right h3 {
	color: #666666;
	display: block;
	font-weight: bold;
	margin: 10px 0px 0px 7px;
}

#content .basket-categorys .basket_page_close {
	color: #295ea6;
	cursor: pointer;
	float: right;
	margin: 5px 5px 0px 0px;
	text-align: center;
	width: 50px;
}

#content .basket-categorys .basket-categorys-form {
	clear: both;
	float: left;
	margin: 0px 10px;
	width: 100%;
}

#content .basket-categorys .basket-categorys-form fieldset {
	margin: 7px 0px;
}

#content .basket-categorys .basket-categorys-form select {
	width: 80%;
}

#content .basket-categorys .basket-categorys-form .input-text {
	width: 78%;
}

#content .basket-categorys .basket-categorys-form .basket-categorys-form-submit {
	margin: 0px 0px 0px 30px;
}

#content .basket-categorys .bottom-part-block { /*Нижний кусок блока, который выглядывает с заднего плана*/
	background: #bcd3f2;
	border-left: 2px solid #e2ebf8;
	border-bottom: 2px solid #e2ebf8;
	display: block;
	height: 18px;
	margin-left: 20px;
	width: 80%;
}

#content .basket-categorys-final { /*Контейнер содержащий итоговую стоимость всех товаров и зел. кнопку "Оформить заказ"*/
	background: #bad1ee;
	padding: 0px 30px 10px 20px;
	margin: 0px 10px 0px 0px;
}

#content .basket-categorys-final .itogo {
	background: url("../basket_page_money.png") no-repeat;
	display: table-cell;
	height: 85px;
	font-size: 1.3em;
	padding: 0px 0px 0px 80px;
	vertical-align: middle;
}

#content .basket-categorys-final .basket_page_button {
	background: url("../basket_page_button.png");
	border: 0px solid #fff;
	cursor: pointer;
	color: #fff;
	float: right;
	font-size: 1.6em;
	height: 43px;
	margin: -70px 0px 0px 0px;
	padding-top: 5px;
	width: 211px;
}

#content .registration-page {
	background: #d2e5fd;
	border: 2px solid #95b5e0;
	display: block;
	padding: 20px;
	width: 300px;
}

#content .registration-page fieldset {
	margin: 10px 0px;
}

#content .registration-page .registration-page-input {
	width: 60%;
}

#content .registration-page .registration-page-submit {
	height: 30px;
	width: 60%;
}
