/*------------------------ GENERAL ------------------------*/

body {
  color: #000;
  background: #fff;
  margin: 0px;
}

table td {
  padding: 0px;
}

p,
h1,
h2 {
  color: #fff;
  font: normal 14px 'Georgia', 'Times New Roman', Serif;
  text-align: justify;
  margin: 0px 60px 10px 60px;
}

p {
  font: normal 13px 'Arial', Sans-Serif;
}

 p a {
   color: #ace5c1;
   text-decoration: none;
 }

 p a:hover {
   text-decoration: underline;
 }

 p small {
   font: normal 11px 'Arial', Sans-Serif;
 }

p.right {
	text-align: right;
	}
	
p img.bullet {
	height: 20px;
	width: 10px;
	vertical-align: middle;
	padding-right: 10px;
	background: url('../v8/bar_right_1.png') right center no-repeat;
	}

span.date {
  font: normal 14px 'Georgia', 'Times New Roman', Serif;
}

p.head {
  font-family: 'Georgia', 'Times New Roman', Serif;
}

p#comments {
  margin-top: 50px;
  margin-bottom:-90px;
}

p.title,
p.comment,
p.back,
p.footnote {
  height: 40px;
  width: auto;
  font: normal 14px 'Georgia', 'Times New Roman', Serif;
  text-align: left;
  margin-left: 0px;
  margin-right: 0px;
  white-space: nowrap;
}

p.title {
  margin-top: 80px;
}

p.comment,
p.back,
p.footnote {
  text-align: right;
}

p.back {
  margin-top:50px;
  margin-bottom:-50px;
}

p.footnote {
  margin-top: 80px;
}

 p.title a,
 p.comment a {
   color: #4a5b4f;
 }

 p.title a.hidden,
 p.comment a.hidden,
 p.back a,
 p.footnote a {
   color: #fff;
 }

 p.title em,
 p.comment em,
 p.back em,
 p.footnote em {
   width: 8px;
   height: 10px;
   text-decoration: none;
   padding: 0px 12px 0px 8px;
   background: url('../v8/delimiter.gif') 5px 5px no-repeat;
 }

 p.title a:hover em,
 p.comment a:hover em {
   text-decoration: none !important;
   background: url('../v8/droping2.gif') 5px 5px no-repeat;
 }

 p.title span,
 p.comment span,
 p.back span,
 p.footnote span {
   line-height: 40px;
   width: auto;
   text-transform: lowercase;
   font-size: 17px;
   font-weight: normal;
   padding: 16px 0px;
   background: url('../v8/title_back.png') center repeat-x;
 }

  p.title span i,
  p.comment span i,
  p.back span i,
  p.footnote i {
	font-style: italic;
  }

  p span var {
    padding: 0px 5px;
  }

   p span var * {
     font-style: italic;
     padding: 0px 3px;
   }

   p var a,
   p var a:hover {
     color: #4a5b4f !important;
     background: none !important;
   }

 p.title span {
   padding-left: 60px;
   padding-right: 0px;
   margin-right: 13px;
 }

 p.comment span,
 p.back span,
 p.footnote span {
   padding-left: 0px;
   padding-right: 60px;
 }

 p.title b,
 p.comment b,
 p.back b,
 p.footnote b {
   line-height: 40px;
   font-size: 17px;
   padding: 16px 0px;
 }
 
 p.title b {
   background: url('../v8/title_right.png') right center no-repeat;
 }

 p.comment b,
 p.back b,
 p.footnote b {
   padding-left: 13px;
   padding-right: 0px;
   background: url('../v8/title_left.png') left center no-repeat;
 }

a.drop {
  color: #fff !important;
  background: url('../v8/drop_back.gif') right center no-repeat;
}

div#dropdown {
	position: absolute;
	left: 50px;
	top: 84px;
	height: auto;
	width: 232px;
	padding: 0px;
	background: transparent;
	z-index: 10;
	}

div#dropdown div,
div#dropdown img {
	display: none !important;
	}

div#dropdown.open div,
div#dropdown.open img {
	display: block !important;
	}

div#dropdown img {
	height: 30px;
	width: 232px;
	padding: 0px;
	border: none;
	margin: 0px;
	}

div#dropdown img.foot {
	position: absolute;
	bottom: -6px;
	left: 0px;
	height: 6px;
	background: url('../v8/dropdown_bottom.png') no-repeat;
	}

div#dropdown div {
	height: 30px;
	width: 232px;
	padding: 0px;
	background: transparent;
	margin: 0px;
	}

div#dropdown div.cata {
	height: auto;
	max-height: 100px;
	background: url('../v8/dropdown_back.png') center repeat-y;
	padding-bottom: 5px;
	overflow: auto;
	}

div#dropdown h1 {
	height: 7px;
	color: #738e7c;
	font: bold 10px 'Georgia', 'Times New Roman', Serif;
	text-align: center;
	border-bottom: 1px solid #738e7c;
	margin: 3px 10px 10px 10px;
	}

div#dropdown h1 span {
	background: #9aada1;
	}

div#dropdown p {
	color: #fff;
	font: bold 12px 'Georgia', 'Times New Roman', Serif;
	text-align: left;
	margin: 0px 20px 5px 20px;
	}

div#dropdown p a,
div#dropdown p label {
	color: #fff;
	text-decoration: none;
	text-transform: lowercase;
	cursor: pointer;
	}

div#dropdown p a:hover,
div#dropdown p label:hover {
	color: #4a5b4f;
	}

div#dropdown p input {
	height: 12px;
	vertical-align: middle;
	margin-right: 10px;
	}

p.back a,
a.link {
  color: #fff;
  background: url('../v8/delimiter.gif') 5px 5px no-repeat;
}

p.back a:hover,
a.link:hover {
  background: url('../v8/delimiter.gif') 2px 5px no-repeat;
}

 p.back a:hover em,
 a.link:hover em {
   text-decoration: none !important;
   background: url('../v8/delimiter.gif') 8px 5px no-repeat;
 }

#content {
  position: absolute;
  top: 0px;
  left: 50%;
  width: 650px;
  height: auto;
  min-height: 100%;
  padding: 0px;
  background: #738e7c url('../v8/back.jpg') bottom repeat-x fixed;
  margin-left: -325px;
  z-index: 1;
}

#site {
  width: auto;
  height: auto;
  padding: 0px;
  padding-bottom: 130px;
  border-top: 1px solid transparent;	/* Defends bug in FF */
}

#splash {
  width: auto;
  height: 370px;
  background: url('../v8/splash.png') center no-repeat;
  margin-top: 15px;
  margin-bottom: -100px;
}

table.layout {
  width: 100%;
  margin-bottom: 20px;
}

table.layout td {
  padding: 0px;
  vertical-align: top;
}

table.layout div.text p {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}


/*------------------------ HEADER ------------------------*/

#header.fix {
  position: fixed;
  top: 0px;
  left: 50%;
  height: 90px;
  width: 650px;
  margin-left: -325px;
  z-index: 20;
}

#header.abs {
  position: absolute;
  left: 0px;
  margin: 0px;
}

#box {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 90px;
  width: 540px;
  background: none;
  overflow: hidden;
  border: none;
}

#box.fin {
  background: url('../v8/menu_right.png') right top no-repeat;
}

#menu {
  position: absolute;
  top: 10px;
  left: 0px;
  height: 50px;
  width: 515px;
  background: url('../v8/menu_back.png') repeat-x;
  white-space: nowrap;
  overflow: hidden;
}

 #menu * {
   float: left;
 }

 #menu p {
   height: 28px;
   width: auto;
   font: bold 14px 'Georgia', 'Times', Serif;
   text-transform: lowercase;
   vertical-align: bottom;  
   padding: 0px;
   margin: 0px;
   margin-top: 10px;
 }

  #menu p.submenu,
  #menu p.active {
  	padding: 0px 3px;
	}
	
  #menu p.active {
  	background: #9aada1;
	}

  #menu p.submenu a,
  #menu p.active a {
  	padding: 5px;
  }

  #menu p a,
  #menu p.submenu a.head,
  #menu p.active a.head {
    height: 18px;
    color: #000;
    text-decoration: none;
    padding: 5px 8px;
    background: #fff;
  }
  
 #menu p.submenu a,
 #menu p.active a.head,
 #menu p.submenu:hover a.head {
   display: none;
 }
 
 #menu p.submenu a.head,
 #menu p.active a,
 #menu p.submenu:hover a {
   display: block;
 }
 /*
  #menu p.submenu:hover a {
    background: #fff;
  	}
*/
/*	
  #menu p.active a.head {
    background: #9aada1 url('../v8/submenu_back.gif') right repeat-y;
  }
*/  

  #menu p.active a {
  	color: #000;
    background-color: #9aada1;
  }
  
  #menu p a:hover,
  #menu p a.head:hover,
  #menu p.submenu:hover a {
    color: #738e7c;
  }
  
  #menu p.active a:hover {
    color: #4a5b4f;
	text-decoration: none;
  }
  
  #menu p.submenu:hover a:hover,
  #menu p a.active:hover {
    text-decoration: underline;
  }
  
  #menu p a.active,
  #menu p a.active:hover {
    color: #fff;
    background-color: #9aada1;
  }

#menuRight {
  position: absolute;
  top: 0px;
  right: 1px;
  height: 89px;
  width: 24px;
  background: url('../v8/menu_right.png') 0px 1px no-repeat;
}

#logo {
  position: absolute;
  top: 0px;
  right: 15px;
  height: 89px;
  width: 100px;
  background: url('../v8/logo2.png') right no-repeat;
}

#button {
  position: absolute;
  left: -30px;
  top: 25px;
  width: 20px;
  height: 20px;
}

 #button a img {
   width: 20px;
   height: 20px;
   border: none;
   cursor: pointer;
 }

#button.in,
#button.in img {
  background: url('../v8/arrow_left_0.gif') no-repeat;
}

 #button.in a:hover img {
   background: url('../v8/arrow_left_1.gif') no-repeat;
 }

#button.out img,
#button.out {
  background: url('../v8/arrow_right_0.gif') no-repeat;
}

 #button.out a:hover img {
   background: url('../v8/arrow_right_1.gif') no-repeat;
 }

#top {
  position: absolute;
  top: 0px;
  right: -5px;
}


/*------------------------ SHADOWS ------------------------*/

#shadeLeft {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 15px;
  background: url('../v8/content_left.png') repeat-y;
}

#shadeRight {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 15px;
  background: url('../v8/content_right.png') repeat-y;
}


/*------------------------ FOOTER ------------------------*/

#footer {
  position: absolute;
  bottom: 10px;
  right: 0px;
  height: 50px;
  width: 515px;
  background: url('../v8/menu_back.png') repeat-x;
  white-space: nowrap;
  z-index: 20;
}


 #footer p {
   font: normal 14px 'Georgia', 'Times New Roman', Serif;
   color: #000;
   padding: 5px 8px;
   margin: 0px;
   margin-top: 10px;
 }

  #footer p a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
  }

  #footer p a:hover {
    color: #4a5b4f;
  }

#end {
  position: absolute;
  top: 0px;
  left: -25px;
  width: 25px;
  height: 50px;
  background: url('../v8/foot_left.png') no-repeat;
}


/*------------------------ NAVIGATION ------------------------*/

#sideLeft,
#sideRight {
  position: fixed;
  top: 50%;
  width: 40px;
  height: 108px;
  margin-top: -54px;
  background: url('../v8/nav_side.png') center no-repeat;
}

#sideLeft {
  left: 50%;
  margin-left: -325px;
}

#sideRight {
  right: 50%;
  margin-right: -325px;
}

 #sideLeft img,
 #sideRight img {
   width: 20px;
   height: 20px;
   background: none;
   margin: 0px 10px;
   border: none;
   display: block;
 }

 #sideLeft img.up,
 #sideRight img.up {
   margin-top: 30px;
 }

 #sideLeft img.down,
 #sideRight img.down {
   margin-top: 10px;
 }

  #sideLeft a:hover img.up,
  #sideRight a:hover img.up {
    background: url('../v8/arrow_top.png') center no-repeat;
  }

  #sideLeft a:hover img.down,
  #sideRight a:hover img.down {
    background: url('../v8/arrow_bottom.png') center no-repeat;
  }

#prev,
#next {
  position: absolute;
  top: 44px;
  width: 20px;
  height: 20px;
}

#prev {
  left: -30px;
}

#next {
  right: -30px;
}

 #prev a img,
 #next a img {
   width: 20px;
   height: 20px;
   border: none;
   margin: 0px;
   cursor: pointer;
 }

 #prev a img {
   background: url('../v8/arrow_left_0.gif') no-repeat;
 }

 #next a img {
   background: url('../v8/arrow_right_0.gif') no-repeat;
 }

 #prev a:hover img {
   background: url('../v8/arrow_left_1.gif') no-repeat;
 }

 #next a:hover img {
   background: url('../v8/arrow_right_1.gif') no-repeat;
 }

#pPreview,
#nPreview {
  position: absolute;
  top: 0px;
  width: auto;
  height: 108px;
  display: none;
}

#pPreview {
  left: 0px;
}

#nPreview {
  right: 0px;
}

 #pPreview td,
 #nPreview td {
   background: url('../v8/nav_back.png') center repeat-x;
 }

 #pPreview th {
   background: url('../v8/nav_right.png') left center no-repeat;
 }

 #nPreview th {
   background: url('../v8/nav_left.png') right center no-repeat;
 }

 #pPreview img,
 #nPreview img {
   width: 60px;
   height: 60px;
   background-repeat: no-repeat;
   margin: 0px;
 }

  #pPreview th img,
  #nPreview th img {
    width: 21px;
    height: 108px;
  }

 #pPreview p,
 #nPreview p {
   font: normal 14px 'Georgia', 'Times New Roman', Serif;
   line-height: 20px;
   color: #000;
   font-size: 11px;
   margin: 0px;
   white-space: nowrap;
 }

 #pPreview p {
   text-align: left;
   margin-left: 10px;
 }

 #nPreview p {
   text-align: right;
   margin-right: 10px;
 }

  #pPreview p b,
  #nPreview p b {
    font-weight: bold;
    font-size: 12px;
  }


/*------------------------ PICTURES ------------------------*/

table.pic {
  padding: 0px;
  border: none;
  margin: 20px auto;
}

 table.pic td.lt {
   width: 16px;
   height: 16px;
   background: url('../v8/frame_lt.png') right bottom no-repeat;
 }

 table.pic td.rt {
   width: 16px;
   height: 16px;
   background: url('../v8/frame_rt.png') left bottom no-repeat;
 }

 table.pic td.lb {
   width: 16px;
   height: 16px;
   background: url('../v8/frame_lb.png') right top no-repeat;
 }

 table.pic td.rb {
   width: 16px;
   height: 16px;
   background: url('../v8/frame_rb.png') left top no-repeat;
 }

 table.pic td.ct {
   width: auto;
   height: 16px;
   background: url('../v8/frame_ct.png') bottom repeat-x;
 }

 table.pic td.lm {
   width: 16px;
   height: auto;
   vertical-align: top;
   text-align: right;
   background: url('../v8/frame_lm.png') right repeat-y;
 }

 table.pic td.rm {
   width: 16px;
   height: auto;
   vertical-align: top;
   text-align: left;
   background: url('../v8/frame_rm.png') left repeat-y;
 }

 table.pic td.cb {
   width: auto;
   height: 16px;
   background: url('../v8/frame_cb.png') top repeat-x;
 }

 table.pic th.cm {
   width: auto;
   height: auto;
   background: #fff;
 }

  table.pic th img {
    padding: 0px;
    border: 10px solid #fff;
    margin: 0px;
  }

  table.pic td img {
    width: 10px;
    height: auto;
    border: none;
    margin: 0px;
  }

  table.pic td.ct img {
    width: 300px;
    height: 1px;
    border: none;
    margin: 0px;
  }
  
  table.pic th.cm img {
	vertical-align: middle;
	}


/*------------------------ THUMBNAILS ------------------------*/

div.gall {
  width: auto;
  height: auto;
  padding: 0px;
  margin: 0px 51px;
  white-space: nowrap;
}

div.gall img {
  width: 60px;
  height: 60px;
  padding: 14px;
  background: url('../v8/thumb_back.png') center repeat-x;
  border: none;
  margin: 0px;
}


/*------------------------ COMMENTS ------------------------*/

div.container#container {
  margin-top: 90px;
  display: none;
}

 div.container div.comment {
   width: 530px;
   padding: 20px 0px;
   background: url('../v8/comment_back.png') bottom center no-repeat;
   margin: 0px auto;
 }

  div.container div.comment p {
    padding: 0px 10px;
    background: url('../v8/bdquo.png') left top no-repeat;
    margin: 10px 0px;
  }

  div.container div.comment p.head {
    font: normal 17px 'Georgia', 'Times New Roman', Serif;
    text-align: left;
    padding: 0px;
    background: none;
  }

   div.container div.comment p.head span {
     font-size: 13px;
     font-weight: bold;
     text-align: right;
     margin-top: -18px;
     white-space: nowrap;
     float: right;
   }

   div.container div.comment p.head a {
     padding-right: 6px;
     background-repeat: no-repeat;
     background-position: left center;
   }

    div.container div.comment p.head a img {
      width: 17px;
      height: 13px;
      vertical-align: middle;
      background: url('../v8/blind1.gif') left center no-repeat;
      border: none;
      margin-bottom: 2px;
    }

   div.container div.comment p.head a.mail {
     background-image: url('../v8/mail_0.png');
   }

    div.container div.comment p.head a.mail:hover img {
      background-image: url('../v8/mail_1.png');
    }

   div.container div.comment p.head a.page {
     background-image: url('../v8/page_0.png');
   }

    div.container div.comment p.head a.page:hover img {
      background-image: url('../v8/page_1.png');
    }

 div.container div#preview.comment {
   padding: 5px 5px;
   background-repeat: repeat;
   background: #586d5f;
   border: 1px dashed #586d5f;
   margin-top: 10px;
   display: none;
 }
 
div.footnote {
	height: auto;
	width: auto;
	padding-top: 15px;
 	background: url('../v8/comment_back.png') center top no-repeat;
	margin: auto;
	margin-top: 50px;
	}
	
 div.footnote p {
	position: relative;
	top: 0px;
	left: 0px;
	padding-left: 25px;
	}
	
 div.footnote p a.mark {
 	position: absolute;
	top: -3px;
	left: 0px;
	width: 20px;
	font: bold 16px 'Georgia', 'Times', Serif;
	text-align: center;
	}
	

/*------------------------ FORMULAR ------------------------*/

form p {
  font: normal 14px 'Georgia', 'Times New Roman', Serif;
  margin: 4px 65px;
}

form p.help {
  font: normal 13px 'Arial', Sans-Serif;
}

form table {
  width: 530px;
  height: auto;
  border: none;
  margin: 10px auto 0px auto;
}

 form table td {
   width: 265px;
   padding: 5px;
 }
 
 form td.double {
	width: auto;
	}

form p.field,
form p.area {
  width: auto;
  padding: 0px;
  background: #9aada1;
  margin: 0px;
  white-space: nowrap;
  overflow: hidden;
}

form p.field {
  padding: 2px;
  padding-left: 6px;
}

 form p.field label {
   width: 75px;
   cursor: text;
 }

 form p.field input,
 form p.area textarea {
	color: #000;
	font: normal 12px Arial, sans-serif;
	background: #adc0b3;
	background: #9aada1;
	border: none;
 }

 form p.field input {
   width: 170px;
   padding: 0px;
   float: right;
 }
 
 form .double p.field input {
 	width: 438px;
	}

 form p.field button {
   color: #9aada1;
   font: normal 14px 'Georgia', 'Garamond', Serif;
   text-transform: lowercase;
   width: 84px;
   height: 17px;
   padding: 0px;
   background: #e6f2ea;
   border: none;
   margin: 0px;
   margin-left: 2px;
   float: right;
   cursor: pointer;
 }   

 form p.field button:hover {
   background: #fff;
 }

 form p.area textarea {
   scrollbar-base-color: #9aada1;
   scrollbar-3d-light-color: #9aada1;
   scrollbar-arrow-color: #fff;
   scrollbar-darkshadow-color: #9aada1;
   scrollbar-face-color: #9aada1;
   scrollbar-highlight-color: #fff;
   scrollbar-shadow-color: #fff;
   scrollbar-track-color: #9aada1;
   width: 515px;
   height: 110px;
   padding: 5px;
   background: url('../v8/bdquo.png') 2px 0px no-repeat;
   margin: 0px;
   float: none;
 }


/*------------------------ TEXTS ------------------------*/

div.text p {
  color: #eee;
  text-indent: -20px;
  padding: 10px 0px 10px 20px;
  margin: 0px 60px;
}

div.text span {
  font-size: 15px;
  line-height: 28px;
  background: url('../v8/delimiter.gif') 0px 3px no-repeat;
}

/*********************/
/*** Hack for IE 7 ***/
/*********************/
*:first-child+html div.text span {
  background-position: 0px 4px;
}

div.text span a {
  color: #fff;
  font: bold 15px 'Georgia', 'Times New Roman', Serif;
  line-height: 25px;
  padding-left: 20px;
  background: url('../v8/delimiter.gif') 0px 4px no-repeat;
}

div.text span a:hover {
  background: url('../v8/delimiter.gif') 6px 4px no-repeat;
}

 div.text span a b {
   font-size: 12px;
 }


/*------------------------ TEXT-PAGE ------------------------*/

div.page {
  padding: 0px;
  padding-top: 20px;
  background: #586d5f url('../v8/comment_back.png') center top no-repeat;
  margin: 20px 40px 0px 40px;
}

 div.page p {
   margin: 15px 40px;
 }

 div.page h1 {
   font-weight: bold;
   font-size: 16px;
   text-align: center;
   margin-bottom: 5px;
 }

 div.page h2 {
   text-align: center;
   margin-bottom: 25px;
 }

 div.page p.end {
   width: 100%;
   background: #586d5f url('../v8/comment_back.png') center bottom no-repeat;
   margin: 0px;
 }


/*--------------------- WEBSITES / LINKS --------------------*/

p.link,
p.webs {
  padding-top: 7px;
  padding-left: 75px;
  clear: both;
}

p.webs {
  padding-left: 14px;
  margin-top: 20px;
}

 p.link a,
 p.webs a {
   color: #fff;
   font: bold 14px 'Georgia', 'Times New Roman', Serif;
   line-height: 28px;
 }

 p.link img,
 p.webs img {
   height: 40px;
   width: 40px;
   padding: 14px;
   background: url('../v8/link_back.png') center no-repeat;
   border: none;
   margin-top: -7px;
   margin-left: -75px;
   float: left;
 }

 p.webs img {
   height: 62px;
   width: 100px;
   background: url('../v8/web_back.png') center no-repeat;
   margin-top: 0px;
   margin-left: -14px;
   margin-right: 10px;
 }


/*------------------- HISTORY / STATISTICS ------------------*/

div.bullet {
  height: 40px;
  width: 40px;
  padding: 14px;
  background: url('../v8/link_back.png') center no-repeat;
  margin: 0px;
  margin-left: 60px;
  float: left;
  clear: both;
}

div.bullet p {
  height: 40px;
  line-height: 40px !important;
  width: 40px;
  margin: 0px;
  white-space: nowrap;
  overflow: hidden;
}

div.bullet p.v6 {
  font: bold 40px 'Times New Roman', Serif;
  color: #ccc;
  background: #38354A;
}

div.bullet p.v7 {
  font: bold 40px 'Times New Roman', Serif;
  color: #222;
  background: #fff;
}

div.bullet p.year {
  font: bold 48px 'Times New Roman', Serif;
  color: #4a5b4f;
  letter-spacing: -7px;
  background: #fff;
}

p.hist {
  padding: 0px 77px;
}

p.hist .date {
  font-weight: bold;
  line-height: 30px;
  margin-top: 10px;
}

div.spacer {
  width: auto;
  height: 40px;
  margin: 0px;
  clear: both;
  visibility: hidden;
}

table.stats {
  margin: 0px;
  margin-left: 25%;
}

table.stats td,
table.stats th {
  font: normal 14px 'Georgia', 'Times New Roman', Serif;
  color: #fff;
}

table.stats th {
  width: 75px;
  text-align: left;
}

table.stats td b {
  font-weight: bold;
  padding: 0px 5px 0px 10px;
}

div.bar {
  position: relative;
  left: 0px;
  right: 0px;
  width: 218px;
  height: 38px;
}

div.bar .l {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 19px;
  height: 38px;
  background: url('../v8/bar_left_0.png') center no-repeat;
}

div.bar .r {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 19px;
  height: 38px;
  background: url('../v8/bar_right_0.png') center no-repeat;
}

div.bar .c {
  width: auto;
  height: 38px;
  background: url('../v8/bar_center_0.png') center repeat-x;
  margin: 0px 19px;
}

div.bar .b {
  position: absolute;
  left: 9px;
  top: 9px;
  width: auto;
  height: 20px;
  white-space: nowrap;
}

div.bar .b img.m {
  background: url('../v8/bar_center_1.png') center repeat-x;
}

div.bar .b img {
  width: 10px;
  height: 20px;
}
