/****************************************
Блок список статей
*****************************************/
/*основной блок всех статей*/
#conteiner_art{
	/*overflow:scroll;*/
	margin:10px 0 10px 0;
	width:560px;
	height: 100%;
    position:relative;
    /*border: 1px solid red;*/
	}
/*блок по одной статье*/
.box_art{
	height:220px;
	width:550px;
	font-size: 13px;
	margin:10px 0 10px 0;
	padding:5px;
	box-shadow: 0 12px 10px -10px rgba(0, 0, 0, 0.5);
	background: #ebc67e;
	border: 1px #eee solid;
	border-radius:6px;
	border-color:#A3A3A3;
    transition: all 0.5s ease-in-out;
	position:relative;

  	margin-TOP: 0px;
    behavior: url(/PIE-1.0.0/PIE.php);
	}

/*основной блок: при наведении мышки в IE не работает нужно ставить заплатку*/
.box_art:hover {
	border: 1px #16910D solid;

	}
.box_art_top {
	float: left;
	width:540px;
	height:20px;

	}
/*левый блок полностью*/
.box_art_left {
	float: left;
	width:180px;
	height:180px;

	}

.box_art_left .image img {
	width:180px
	}
.box_art_left .cena {
	float: bottom;
	width:160px;
	height:40px;
    margin-bottom: 10px;
    text-align: center;

    text-transform: uppercase;
	}
/*правый блок полностью*/
.box_art_right {
	float: right;
	height:220px;
	width:360px;
	position: relative;
     margin-right: 0px;
     margin-TOP: 0px;
	}
/*краткое содержание статьи*/
.box_art_right .description {
	width:100%;
	line-height: 15px;
	margin-bottom: 5px;
	color: #4D4D4D;
	font-size: 13px;
	font-family:Arial;
	text-decoration: none;
	text-align: left;
	}
/*Блок с кнопкой*/
.box_art_right .cart {
	position:absolute;
	bottom:15px;
	left:10px;
	margin-bottom: 3px;
	float:left;

	}
.box_art_right .cart a {padding:0 20px}

.button_open_1 {
	cursor:pointer;
	color:#232323;
	height: 30px;
	font:bold 12px/30px "PT Sans Narrow", Tahoma, Arial, Helvetica, sans-serif !important;
	text-transform:uppercase;
	background:#000 url(../image/mainMenu.png) 0 30% repeat-x;
	position: relative;
    border-radius:6px;
    margin-TOP: 0px;
    behavior: url(/PIE-1.0.0/PIE.php);

	}
a.button_open_1 {
	display: inline-block;
	text-decoration: none;
	height: 30px;
	padding: 0px 10px 0 10px;
	background-color:#16910D;
	color:#FFFFFF;
	}
input.button_open_1 {
	margin: 0;
	border: 0;
	height: 30px;
	padding: 0px 12px 0px 12px;
	background-color:#16910D;
	color:#FFFFFF;
	}

a.button_open_1:hover,
input.button_open_1:hover {
background-color:#8A9C10;
}
/****************************************
(END)
Блок список статей
*****************************************/


