@import "/css/design/reset.css";

body {
  background: #fff url('/images/design/pat.png') center top;
}

/* header */

#header {
  min-width: 580px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

#header h1 {
  margin: 0 auto;
}

#header h1 a {
  display: block;
  width: 140px;
  height: 45px;
  margin: 0 auto;
}


#header ul.crumbs {
  margin: 0 auto;
  text-align: center;
  height: 45px;
  overflow: visible;
  line-height: 25px;
  vertical-align: top;
}

#header ul.crumbs li {
  display: inline-block;
  background: url('/images/design/nav.sep.png') no-repeat left center;
  padding: 10px 0 10px 15px;
  margin-left: 5px;
  height: 25px;
  overflow: visible;
  position: relative;
  vertical-align: top;
  
  zoom:1; /* for IE (hasLayout true) */  
  *display:inline; /* for IE */
}

#header ul.crumbs li a, #header ul.crumbs li span {
  display: block;
  float: left;
  padding: 0 5px;
}

#header ul.crumbs li a:hover {
  background-color: #fc0;
}

#header ul.crumbs li.active span {
  background-color: #fc0;
}

#header ul.crumbs li.entry {
  background: none;
  height: 45px;
  padding: 0;
  width: 88px;
  margin: 0;
}

#header ul.crumbs li.entry a {
  background: url('/images/design/logo.inline.png') no-repeat center top;
  width: 88px;
  height: 45px;
  padding: 0;  
}

#header ul.crumbs li.entry a:hover {
  background-position: center bottom;
}

#header ul.crumbs li.entry a span {
  font-size: 0.1px;
  color: #fff;
}

#header ul.crumbs li a.slide {
  float: left;
  background: transparent url('/images/design/arr.down.png') no-repeat center left;
  width: 15px;
  padding: 0;
  height: 25px;
  margin-left: 0px;
}

#header ul.crumbs li a.slide:hover {
  background-color: #fc6;
}

#header ul.crumbs li a.slide.active {
  background-position: center right;
  background-color: #fc6;
}

#header ul.crumbs li ul.slide {
  position: absolute;
  top: 35px;
  right: 0px;
  background-color: #fff;
  z-index: 99;
  border: solid 1px #000;
  padding: 1px 1px 0 1px;
  font-size: 12px;
  /*display: none;*/
  text-align: right;
}

#header ul.crumbs li ul.slide.active {
  /*display: block;*/
}

#header ul.crumbs li ul.slide li {
  display: block;
  background: none;
  line-height: 20px;
  float: none;
  padding: 0;
  margin: 0;
  white-space: nowrap;
}

#header ul.crumbs li ul.slide li a {
  height: 20px;
  float: none;
  padding: 2px 18px;
}

#header ul.crumbs li ul.slide li.active a {
  text-decoration: none;
  background-color: #fc0;
}

/* /header */



/* menu */

#menu {
  min-width: 580px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  white-space: nowrap;
}

#menu ul {
  margin: 0 auto;
  text-align: center;
  height: 53px;
  max-height: 53px;
  overflow: visible;
  line-height: 47px;
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  
  zoom:1; /* for IE (hasLayout true) */  
  *display:inline; /* for IE */
}

#menu ul li {
  display: inline-block;
  list-style: none;
  
  zoom:1; /* for IE (hasLayout true) */  
  *display:inline; /* for IE */
}

#menu ul li.item {
  height: 51px;
  overflow: visible;
  position: relative;
  border-bottom: solid 2px #ccc;
  background-color: #fff;
}

#menu ul li.item span {
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  padding: 1px 0;
  height: 47px;
  overflow: visible;
  display: block;
  float: left;
}

#menu ul li.item span a {
  height: 47px;
  overflow: visible;
  display: block;
  float: left;
  padding: 0 10px;
}

#menu ul li.item.active span a, #menu ul li.item span a:hover {
  background-color: #fc0;
}

#menu a.move {
  display: inline-block;
  width: 37px;
  height: 53px;
  cursor: default;
  background: transparent url('/images/design/move.png') no-repeat;
  
  zoom:1; /* for IE (hasLayout true) */  
  *display:inline; /* for IE */
}

#menu a.move span {
  display: block;
  width: 37px;
  height: 53px;
  background: transparent url('/images/design/arr.move.png') no-repeat;
}

#menu a.move.previous {
  background-position: left top;
}
#menu a.move.previous.active:hover, #menu a.move.previous.active:active {
  background-position: left bottom;
  cursor: pointer;
}
#menu a.move.next {
  background-position: right top;
}
#menu a.move.next.active:hover, #menu a.move.next.active:active {
  background-position: right bottom;
  cursor: pointer;
}


#menu a.move.previous span {
  background-position: left top;
}
#menu a.move.previous.active span {
  background-position: left bottom;
}
#menu a.move.next span {
  background-position: right top;
}
#menu a.move.next.active span {
  background-position: right bottom;
}

/* /menu */



/* footer */

#footer {
  min-width: 580px;
  max-width: 1200px;
  height: 40px;
  margin: 0 auto;
  text-align: center;
  padding-top: 20px;
  color: #808080;
  font-size: 11px;
  clear: both;
}

#footer img {
  width: 80px;
  height: 40px;
  display: inline-block;
  padding-bottom: 20px;
  padding-left: 180px;
  
  zoom:1; /* for IE (hasLayout true) */  
  *display:inline; /* for IE */
}

#footer div.copy {
  width: 260px;
  height: 45px;
  display: inline-block;
  overflow: visible;
  position: relative;
  padding-left: 10px;
  margin-left: 10px;
  padding-bottom: 20px;
  border-left: solid 1px #808080;
  
  zoom:1; /* for IE (hasLayout true) */  
  *display:inline; /* for IE */
}

#footer div.copy div {
  width: auto;
  height: 15px;
  display: block;
  float: left;
  clear: left;
}

/* /footer */


/* page */

#page {
  min-width: 580px;
  max-width: 1200px;
  margin: 0 auto;
  overflow: visible;
}

#page h1 {
  text-align: center;
  margin-bottom: 4px;
}

#page p {
  text-indent: 20px;
}

/* /page */


/* element */
div.elem.photos {
  width: 500px;
  height: 400px;
  float: right;
  position: relative;
  margin-left: 20px;
  padding-bottom: 20px;
}

div.elem.photos div.bg {
  display: block;
  width: 498px;
  height: 398px;
  top: 2px;
  left: 2px;
  position: absolute;
  background-color: #ccc;
}

div.elem.photos ul {
  display: block;
  width: 498px;
  height: 398px;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #fff;
}

div.elem.photos li {
  display: block;
  width: 480px;
  height: 380px;
  border: solid 1px #000;
  padding: 8px;
  position: absolute;
  background-color: #fff;
  display: none;
}

div.elem.photos li.active {
  display: block;
}

div.elem.photos li img {
  display: block;
  width: 480px;
  height: 360px;
}

div.elem.photos li span {
  display: block;
  height: 20px;
  text-align: center;
  font-size: 12px;
}



div.elem.photos.active {
  width: 980px;
  height: 760px;
  float: none;
  position: relative;
  margin: 0 auto;
}

div.elem.photos.active div.bg, div.elem.photos.active ul {
  width: 978px;
  height: 758px;
}

div.elem.photos.active li {
  width: 960px;
  height: 740px;
}

div.elem.photos.active li img {
  width: 960px;
  height: 720px;
}

div.elem.photos.active div.elem.photo-controls {
  width: 960px;
}

div.elem.photo-controls {
  position: absolute;
  top: 8px;
  left: 0;
  text-align: center;
  width: 480px;
  height: 20px;
  padding: 0 9px;
}

div.elem.photo-controls a {
  display: block;
  width: 20px;
  height: 20px;
}

div.elem.photo-controls a:hover {
  cursor: default;
}

div.elem.photo-controls a.active:hover {
  background-color: #fc0;
  cursor: pointer;
}

div.elem.photo-controls a {
  background: transparent url('/images/design/arr.png');
}

div.elem.photo-controls a.right {
  float: right;
}

div.elem.photo-controls a.left {
  float: left;
}

div.elem.photo-controls a.move.left {
  background-position: -40px 20px;
}
div.elem.photo-controls a.move.right {
  background-position: -60px 20px;
}
div.elem.photo-controls a.toggle.left {
  background-position: 0 20px;
}
div.elem.photo-controls a.toggle.right {
  background-position: -20px 20px;
}

div.elem.photo-controls a.move.left.active {
  background-position: -40px 0;
}
div.elem.photo-controls a.move.right.active {
  background-position: -60px 0;
}
div.elem.photo-controls a.toggle.left.active {
  background-position: 0 0;
}
div.elem.photo-controls a.toggle.right.active {
  background-position: -20px 0;
}



div.elem.descr {
  max-width: 960px;
  margin: 0 auto;
}

dl.elem.params {
  text-align: center;
  margin-top: 4px;
}


dl.elem.params dt, dl.elem.params dd {
  display: inline;
  padding: 0;
  margin: 0;
}

dl.elem.params dt {
  text-indent: 20px;
  font-weight: bold;
}

/* /element */


/* gallery */

ul.gal {
  margin-top: 20px;
  overflow: visible;
  text-align: center;
}

ul.gal li {
  display: inline-block;
  
  zoom:1; /* for IE (hasLayout true) */  
  *display:inline; /* for IE */
}

ul.gal li a {
  display: block;
  float: left;
  width: 260px;
  height: 240px;
  /*padding: 9px;
  margin: 1px;*/
  margin: 0 1px 1px 0;
  color: #999;
  /*background-color: #fff;*/
}

ul.gal li a:hover {
  /*border: solid 1px #000;
  margin: 0;*/
  color: #000;
}

ul.gal li a:hover span {
  display: block;
}

ul.gal li img {
  display: block;
  width: 260px;
  height: 195px;
}

ul.gal li span {
  /*display: none;*/
  display: block;
  width: 260px;
  height: 30px;
  font-size: 12px;
  line-height: 15px;
  padding-top: 5px;
}

/* /gallery */



/* form */

#page form {
  width: 580px;
  margin: 20px auto;
  padding-right: 155px;
  text-indent: 0;
}

#page form.wait {
  background-color: #ccc;
}

#page label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 153px;
	padding-top: 5px;
	color: #666;
	clear: both;
}

#page label.req {
	color: #333;
}

#page img.captcha {
	float: left;
	padding: 0;
	margin: 0 5px 0 0;
}

#page input.captcha {
	width: 200px;
}

#page input, #page textarea, #page select {
	padding: 5px;
	width: 400px;
	margin: 0 0 4px 0;
	border: 1px solid #ccc;
	clear: both;
}

#page input.required, #page select.required {
	background: #fff url('/images/design/ast.png') no-repeat center right;
}

#page input.required:hover, #page select.required:hover {
	background: #fff url('/images/design/ast2.png') no-repeat center right;
}

#page input.required:focus, #page select.required:focus {
	background: #fff url('/images/design/ast3.png') no-repeat center right;
}

#page textarea.required {
	background: #fff url('/images/design/ast.png') no-repeat top right;
}

#page textarea.required:hover {
	background: #fff url('/images/design/ast2.png') no-repeat top right;
}

#page textarea.required:focus {
	background: #fff url('/images/design/ast3.png') no-repeat top right;
}


#page input.date, #page input.int {
	width: 200px;
	margin-right: 200px;
}

#page input.check {
  margin-left: 178px;
  width: auto;
  float: left;
  padding: 10px;
  border: inherit;
  margin-top: 10px;
}

#page label.check {
  float: left;
  text-align: left;
  margin: 0;
  clear: none;
  width: 400px;
  padding: 0 10px;
  margin-top: 10px;
}

#page textarea {
	height: 8em;
}

#page input:hover, #page textarea:hover {
	border-color: #999;
}

#page input:focus, #page textarea:focus {
	border-color: #000;
}

#page label.tip span {
  border-bottom: dotted 2px #666;
  cursor: help;
}

#page span.tip:hover {
  background-color: #000;
}

#page input.error {
  border-color: #b00 !important;
  background: #fff url('/images/design/ast4.png') no-repeat center right !important;
}

#page textarea.error {
  border-color: #b00 !important;
	background: #fff url('/images/design/ast4.png') no-repeat top right !important;
}

#page div.err {
  clear: both;
  margin: 10px 12px 10px 168px;
  padding: 10px 20px;
  color: #b00;
  text-align: center;
  background: #fff url('/images/design/err.png') no-repeat top right;
  border: solid 2px #b00;
}

#page div.err ul {
  list-style: none;
}

#page div.err img {
  vertical-align: middle;
  padding-right: 5px;
}

#page div.ok {
  width: 360px;
  padding: 10px 20px;
  margin: 0 auto;
  color: #080;
  text-align: center;
  background: #fff url('/images/design/ok.png') no-repeat top right;
  border: solid 2px #080;
}


#page div.tip {
  clear: both;
  margin: 0 12px 5px 168px;
  background: #fff url('/images/design/exc.png') no-repeat 2px 5px;
  padding: 10px 10px 10px 30px;
  color: #000;
  text-align: left;
  font-size: 12px;
  line-height: 14px;
}


#page p.info {
  text-align: center;
  color: #666;
  text-indent: 0;
  margin: 10px 0 0 168px;
}

/****/

#page div.cmd {
  overflow: visible;
  padding: 10px 20px;
  clear: both;
}

#page div.cmd div.a {
  width: auto;
  display: block;
  float: right;
  background-color: #fff;
  color: #000;
  border: solid 1px #000;
  cursor: pointer;
  text-decoration: underline;
  margin: 0;
  padding: 1px;
}

#page div.cmd a, #page div.cmd input {
  width: auto;
  display: block;
  padding: 5px 15px;
  float: right;
  background-color: #fff;
  cursor: pointer;
  margin: 0;
  border: none;
}

#page div.cmd a:hover, #page div.cmd input:hover {
  background-color: #fc0;
}

/****/


#page a.calc {
  padding: 0 12px 0 178px;
  display: block;
  height: 25px;
  text-align: center;
  font-size: 12px;
  vertical-align: top;
  margin-bottom: 5px;
}

#page a.calc span {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  padding: 0 5px;
  text-decoration: underline;
  vertical-align: top;
  
  zoom:1; /* for IE (hasLayout true) */  
  *display:inline; /* for IE */
}

#page a.calc span.arr {
  width: 15px;
  padding: 0;
  background: url('/images/design/arr.down.png') no-repeat center left;
}

#page a.calc:hover span {
  background-color: #fc0;
}

#page a.calc.active {
  margin-bottom: 0
}

#page a.calc.active span {
  background-color: #fc0;
  background-position: center right;
}

/****/


#calculator {
  display: none;
  overflow: visible;
  padding: 20px 0;
  margin: 0 auto 20px auto;
  background-color: #fff;
  width: 580px;
  font-size: 12px;
}

#calculator.active {
  display: block;
}

#calculator form {
  margin: 0;
  padding: 10px 0;
  overflow: visible;
}

#calculator input, #calculator select, #calculator input:hover, #calculator select:hover, #calculator input:focus, #calculator select:focus {
  border-width: 0 0 1px 0 !important;
}

#calculator img {
  clear: both;
}

#calculator div.total {
  text-align: right;
  padding: 10px 20px 0 20px;
  margin: 10px 10px 0 168px;
  border-top: solid 1px #000; 
}

#calculator div.total input {
  width: 40px;
  display: inline;
  text-align: center;
  font-size: 12px;
}

#calculator div.total span.total {
  font-weight: bold;
}

#calculator div.total a {
  font-size: 12px;
  padding: 2px 4px;
}

#calculator div.total a:hover {
  background-color: #fc0;
}

#order_field {
  height: 16em !important;
}

/* /form */


/* content */

#content h3 {
  font-size: 14px;
  font-weight: bold;
  margin: 10px 10px 5px 10px;
  text-indent: 20px;
  letter-spacing: 0.5px;
}

#content a:hover {
	color: #a00;
}

#content p img {
  vertical-align: bottom;
  margin: 0 5px 2px 0;
}

#content .small {
  font-size: smaller;
}

#content blockquote {
  font-size: 12px;
  padding: 10px 20px;
  margin: 0 10px;
  background-color: #fffcdd;
  font-style: italic;
  width: 40%;
  float: right;
  line-height: 20px;
  clear: right;
}

#content blockquote strong {
  letter-spacing: 0.5px;
}

#content dt {
  font-size: 18px;
  margin: 20px 0 10px 0;
  clear: both;
}

#content dd {
  padding: 10px 20px;
  text-indent: 20px;
  background-color: #fff;
  overflow: visible;
}

#content dd img.r {
  float: right;
  border: solid 1px #000;
  padding: 10px;
}

#content dt.tgl a {
  background-color: #fc0;
  padding: 2px 20px;
  font-weight: normal;
  text-decoration: none;
}

#content dt.tgl a.l {
  padding: 2px 10px 2px 20px;
}

#content dt.tgl a.r {
  text-decoration: underline;
  margin-left: 1px;
  padding: 2px 20px 2px 10px;
}

#content dt.tgl.on a {
  background-color: transparent;
}

#content dt.tgl a:hover {
  background-color: #fa1;
  color: #000;
}

#content dt.tgl.on a:hover {
  background-color: #fc0;
  color: #000;
}

#content dt.tgl a span {
  padding: 0 5px;
}

#content dt.tgl a span.on {
  display: none;
}
#content dt.tgl a span.off {
  display: inline;
}
#content dt.tgl.on a span.on {
  display: inline;
}
#content dt.tgl.on a span.off {
  display: none;
}

#content dd.tgl {
  display: none;
  margin: 5px 0 20px 0;
}
#content dd.tgl.on {
  display: block;
}

#content ul {
  list-style-image: url('/images/design/bullet.png');
  padding-left: 20px;
}

#content ul ul {
  padding-left: 10px;
}

#content li {
  margin: 5px 10px 5px 5px;
  padding: 0 0 0 5px;
  text-indent: 0;
}

#content li li {
  font-size: smaller;
  margin: 2px 10px 2px 5px;
}

/* /content */



/* map */

.mapw {
  height: 520px;
  margin: 10px 20px;
  position: relative;
  border: solid 1px #999;
  padding: 10px;
  background: #fff;
}

.map {
  width: 100%;
  height: 520px;
}

.loader {
  background:url('/images/design/loader.gif') no-repeat center #fff;
}

.bubble .close {
  display:block;
  text-indent:-9999px;
  position:absolute;
  top:-8px;
  right:-8px;
  width:20px;
  height:20px;
  outline:none;
  background:url('/images/design/close.png') no-repeat;
  cursor:pointer;
}

.mapNav {
  width:78px;
  height:52px;
}

.navBtn {
  position:absolute;
  background-repeat:no-repeat;
  border: solid 1px #999;
  width:23px;
  height:23px;
  text-indent:-9999px;
  display:block;
  z-index:7px;
}

.navBtn0 {
  top:0;
  left:26px;
  background: #fff url('/images/design/navtop.png') -1px -1px;
}

.navBtn1 {
  top:26px;
  left:52px;
  background: #fff url('/images/design/navright.png') -1px -1px;
}

.navBtn2 {
  top:52px;
  left:26px;
  background: #fff url('/images/design/navbottom.png') -1px -1px;
}

.navBtn3 {
  top:26px;
  left:0;
  background: #fff url('/images/design/navleft.png') -1px -1px;
}

.navBtn:hover {
  background-color: #fc0;
  border-color:#000;
}

.point {
  display: block;
  text-indent: -9999px;
  width: 64px;
  height: 36px;
  outline: none;
  background: url('/images/design/marker.png') no-repeat;
  cursor: pointer;
}

.bubble {
  padding: 20px;
  background: #fff;
  color: #000;
  width: 240px;
  font-size: 11px;
  border: solid 2px #000;
  margin-top: 6px;
  text-indent: 0;
}

.bubble p {
  text-indent: 0 !important;
  margin: 0;
  padding: 0;
}

.bubble h3 {
  margin: 10px 0 5px 0 !important;
  text-indent: 0 !important;
  padding: 0 !important;
}

.map_buttons, .map_buttons li {
  list-style-type: none;
  list-style-image: none;
  position: absolute;
  overflow: visible;
}

.map_buttons a {
  position: absolute;
  display: block;
  width:25px;
  height:25px;
  outline:none;
  text-indent:-9999px;
  display:block;
  z-index:99;
  top: -479px;
  left: 21px;
  background: url('/images/design/navpoint.png') no-repeat;
}

/* /map */


/* faces */

ul.faces {
  vertical-align: top;
  text-align: center;
}

ul.faces li {
  display: inline-block;
  width: 160px;
  height: 210px;
  margin: 10px !important;
  padding: 0 !important;
  text-indent: 0 !important;
  /*border: dotted 1px #fff;*/
  vertical-align: top;
  position: relative;
  cursor: default;
}

ul.faces li:hover {
  /*border-color: #ccc;*/
  background: #fc0;
}

ul.faces li.head {
  display: block;
  margin: 20px auto !important;
}

ul.faces li img {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 120px;
  height: 120px;
  /*background-color: #ccc;*/
}

ul.faces li p.hover {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 120px;
  height: 120px;
  padding: 0;
  background: #fc0;
  color: #986100;
  font-style: italic;
  margin: 0;
  display: none;
  font-family: Serif;
  text-indent: 0 !important;
}

ul.faces li:hover p.hover {
  display: block;
}

ul.faces li div.label {
  margin-top: 145px;
  text-indent: 0 !important;
}

ul.faces li h4 {
  margin: 5px 10px;
  padding: 0;
  text-indent: 0 !important;
  font-weight: normal;
  color: #666;
}

ul.faces li p.param {
  margin: 0 10px;
  padding: 0;
  text-indent: 0 !important;
  font-size: smaller;
  color: #ccc;
  line-height: 100%;
}

ul.faces li:hover h4 {
  color: #000;
}

ul.faces li:hover p.param {
  color: #d98a00;  
}

/* /faces */


/* diagram */

ul.diagram {
  overflow: visible;
  text-align: center;
  overflow: visible;
  vertical-align: top;
  margin-bottom: 20px;
}

div.diagram {
  margin: 0 auto 1px auto;
}

div.diagram-d {
  height: 30px;
  position: relative;
  margin: -2px 0;
}

ul.diagram li {
  position: relative;
  overflow: visible;
  vertical-align: top;
  
  display: inline-block;  
  zoom:1; /* for IE (hasLayout true) */  
  *display:inline; /* for IE */
}

.diagram span.block {
  display: block;
  margin: 28px 2px 0 2px;
  border: solid 1px #000;
  background-color: #fff;
  overflow: visible;
}

div.diagram span.block {
  margin: 0;
}


.diagram span.block span.content {
  display: block;
  padding: 20px 20px 10px 20px;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
}

.diagram span.block p {
  margin: 0;
  padding-bottom: 10px;
  text-indent: 0 !important;
}

.diagram span.block p em {
  background-color: #fc0;
  padding: 1px 6px;
}

.diagram span.block p a {
  border: solid 1px #000;
  padding: 2px 8px;
  text-decoration: none;
  white-space: nowrap;
}

.diagram span.block p a:hover {
  background-color: #fc0;
}

.diagram span.block ul {
  padding: 0 0 20px 0;
}

ul.diagram li span.l-l, div.diagram-d span.d-l {
  display: block;
  position: absolute;
  width: 50%;
  height: 28px;
  left: 0;
  top: 0;
  border: solid 1px #000;
}

ul.diagram li span.l-r, div.diagram-d span.d-r {
  display: block;
  position: absolute;
  width: 50%;
  height: 28px;
  right: 0;
  top: 0;
  border: solid 1px #000;
}


ul.diagram li.ll span.l-l { border-width: 0; }
ul.diagram li.ll span.l-r { border-width: 1px 0 0 1px; }
ul.diagram li.l span.l-l { border-width: 1px 0 0 0; }
ul.diagram li.l span.l-r { border-width: 1px 0 0 1px; }
ul.diagram li.r span.l-l { border-width: 1px 1px 0 0; }
ul.diagram li.r span.l-r { border-width: 1px 0 0 0; }
ul.diagram li.rr span.l-l { border-width: 1px 1px 0 0; }
ul.diagram li.rr span.l-r { border-width: 0; }

div.diagram-d span.d-l { border-width: 0 1px 0 0; }
div.diagram-d span.d-r { border-width: 0; }

/* /diagram */