@charset "utf-8";
/* CSS Document */

div.comautoplus{
	display: inline-block;
    width: 100%;
}

.comautotitle{
	text-align: center;
    font-size: 150%;
    font-weight: 600;
}

/*AutoHomeallMenu
----------------------------------------------- */

div.comautoplus img.mainphoto{
	max-width: 300px !important;
    height: auto;
    float: right;
	margin-left:30px;
}



/*AutoHomelistMenu(NEW)
----------------------------------------------- */
.homecentre {
  font-size: 130%;
  margin: auto;
  max-width: 90%;
  min-width:300px;
  padding: 10px;
  text-align: center;
}

.homelistcolum {
  float: left;
  max-width: 49%;
  padding: 10px;
  height: auto;
}

.homelistrows:after {
  content: "";
  display: table;
  clear: both;
}

.homelistrows{
	display: table;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

/*AutoHomelistMenu
----------------------------------------------- */

div.comautoplus details summary {  /* нестандартный псевдоэлемент Google Chrome */
    outline-style: none;
    padding: 10px;
}

div.comautoplus .filelist {
	padding: 0px 10px 0px 40px;
    display: inline-block;
    border: dashed 1px #DB0FBF;
	border-radius: 10px;
	padding-top: 10px;
}

div.comautoplus details:not([open]) summary small::after {
	color: gray;
	content:" [Показать]";
}

div.comautoplus details summary small::after {
	color: gray;
	content:" [Скрыть]";
}

div.comautoplus hr{
	border: solid 2px #DB0FBF;
	border-radius: 10px;
}

/*AutoHomelistMenu
----------------------------------------------- */

.homemenu {
	display:grid;
}

.homemenu a {
	display: inline-block !important;
    float: left !important;
    width: 99% !important;
	max-width: 300px !important;
    margin-bottom: 5px !important;
	margin-left: auto !important;
    margin-right: auto !important;
	border-radius:10px;
	border: solid 1px #000;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.homemenu a:hover {
	background-color:#C0C0C0;
	color:#000;
	text-decoration:none !important;
}

.homemenu a p{
	margin: 2px !important;
	color:#666;
}

.homemenu a:hover p{
	color:#000;
}