/* Модули с открытками */
div.card-main-item{
	background-color: #F8F5F5;
	padding: 5px;
	border: 1px solid #D6E0B9;
	border-bottom: none;
	height: 193px;
	color:  #597700;
	text-align: center;
}
div.card-main-item img{
	border:none;
}
div.card-item-text{
   font-weight: bold;
   color: #000000;
   background-color: #F8F5F5;
   border: 1px solid #D6E0B9;
   border-top: none;
   border-bottom: none;
   text-align: center;
   padding: 5px;
   height:40px;
}
div.card-item-text a:link, div.card-item-text a:visited, div.card-item-text a:hover, div.card-item-text a:active{
	display:block;
	border-top:1px solid #B4CE6C;
}
div.cardbutts{
 	 border:1px solid red;
	 font-weight:bold;
	 height:20px;
	 background-color: #F8F5F5;
   border: 1px solid #D6E0B9;
   border-top:none;
 }
div.cardbutts img{
	border:0;
}
div.cardbutts img.icozoom{
	margin-left:5px;
	margin-right:34px;
}
