﻿/*	ACCORDION */
.accrodation { width: 100%; }
.acc-trigger { cursor: pointer; display: block; margin: 0 0 0 0; width: 100%;	}
.acc-trigger:last-of-type, .acc-container:last-of-type { margin-bottom: 20px; }
.no-js .acc-trigger:last-of-type { border-bottom: none; }
.acc-trigger a { display: block; padding: 11px 20px 11px 21px; text-decoration: none; text-shadow: none; font-size: 14px; font-weight: 600; color: #727272; border: 1px solid #eee; border-bottom: 1px solid #eee;}
.acc-trigger a div { background: url(/design/img/accordion-ico.png) no-repeat left top; display: inline-block; width: 19px; height: 19px; vertical-align: text-bottom;   margin-right: 12px;}
.acc-trigger a:hover { background-color: #eee;  }
.acc-trigger a:hover, .acc-trigger.active a, .acc-trigger.active a:hover { color: #ff7a29; border-bottom: 1px solid #fff;  }
.acc-trigger.active a:hover { background-color: transparent; }
.acc-trigger.active { cursor: default; background:#fff;}
.acc-trigger.active:last-of-type { border-bottom: none; margin-bottom: 0; }
.acc-trigger.active a { cursor: default;	}
.acc-trigger.active a div { background-position: left bottom; }
.acc-container .content {  padding: 0px 20px 10px; color: #999;  background-color: #fff; border: 1px solid #eee; border-top: 0px solid #eee; }
