body {
  margin:0px 0px 30px 0px;
  padding:0px;
  background-image:url(images/body.jpg);
  background-repeat:repeat-x;
  background-color:#5c9ed7;
  text-align:center;
  font-size:9pt;
  color:#ffffff;
  font-family:Arial,sans-serif;
  }
  
h1 {
  font-family:Myriad Pro;
  font-size:15pt;
  font-weight:normal;
  margin:5px 0px 10px 0px;
}

h2 {
  font-size:13.5pt;
  color:#fdee21;
  font-family:Myriad Pro;
  font-weight:normal;
  padding:10px 0px 26px 0px;
  margin:0px;
}

a:link,a:visited {
  color:#184e7d;
}

a:hover {
  text-decoration:none;
}

p {
margin:0px;
}

.right {
text-align:right;
}

.center {
text-align:center;
}

.clear {
clear:both;
}

#layout {
  width:960px;
  margin:0px auto;
  position:relative;
  text-align:left;
}

#logo {
  position:absolute;
  top:0px;
  left:0px;
}

#menu {
  height:60px;
  padding-right:30px;
  padding-top:40px;
  overflow:hidden;
  background-image:url(images/menu.jpg);
  text-align:right;
}

#menu a:link,#menu a:visited {
  font-family:Myriad Pro;
  text-decoration:none;
  color:#fdee21;
  margin-left:25px;
  font-size:10.2pt;
}

#menu a:hover {
  color:#fff;
}

#menu a.white {
  color:#ffffff;
}

/*///////////////////////////////////////////////////////////////////////////*/
/*////////////////MENU - nutno vice trid - DOM pro jquery////////////////////*/
/*///////////////////////////////////////////////////////////////////////////*/
#submenu1 {
  position:absolute;
  left:400px;
  top:75px;
  width:180px;
}
#submenu2 {
  position:absolute;
  left:510px;
  top:75px;
  width:180px;
}
.submenu22 {
  position:absolute;
  left:180px;
  display:none;
  width:180px;
}
#submenu3 {
  position:absolute;
  left:600px;
  top:75px;
  width:180px;
}
#submenu4 {
  position:absolute;
  left:670px;
  top:75px;
  width:180px;
}
#submenu5 {
  position:absolute;
  left:730px;
  top:75px;
  width:180px;
}
#submenu1-bg, #submenu2-bg, #submenu3-bg, #submenu4-bg, #submenu5-bg, #submenu6-bg {
  display: none;
  width:100%;
  background-color:#ffffff;
  position:absolute;
  top:0px;
  left:0px;
  z-index:1;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity:0.9;
  -moz-border-radius:7px;
}

.submenu22-bg {
  width:100%;
  background-color:#ffffff;
  position:absolute;
  top:0px;
  left:0px;
  z-index:1;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity:0.9;
  -moz-border-radius:7px;
}
/*///////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////*/
.submenu1-c, .submenu2-c, .submenu3-c, .submenu4-c, .submenu5-c, .submenu6-c {
  display: none;
  position:absolute;
  width:100%;
  top:0px;
  left:0px;
  z-index:2;
}

.submenu22-c {
  position:absolute;
  width:100%;
  top:0px;
  left:0px;
  z-index:2;
}

.submenu22-c a:link, .submenu22-c a:visited {
  display:block;
  text-align:left;
  text-decoration:none;
  padding:6px 0px 6px 10px !important;
  font-weight:normal !important;
  border-bottom:1px solid #5c9ed7;
  border-left:1px solid #5c9ed7;
  background-repeat:no-repeat;
  background-image:none !important;
  background-position:15px 10px;
}

.submenu1-c a:link,.submenu1-c a:visited, .submenu2-c a:link,.submenu2-c a:visited, .submenu3-c a:link,.submenu3-c a:visited, .submenu4-c a:link,.submenu4-c a:visited, .submenu5-c a:link,.submenu5-c a:visited,  .submenu6-c a:link,.submenu6-c a:visited {
  display:block;
  text-align:left;
  text-decoration:none;
  padding:6px 0px 6px 30px;
  font-weight:bold;
  border-bottom:1px solid #5c9ed7;
  background-image:url(images/submenu-a-arr.gif);
  background-repeat:no-repeat;
  background-position:15px 10px;
}

.submenu1-c a:hover, .submenu2-c a:hover, .submenu3-c a:hover, .submenu4-c a:hover, .submenu5-c a:hover, .submenu6-c a:hover {
  background-color:#cbe1f3;
  background-image:url(images/submenu-a-arr2.gif);
}

.submenu1-arrow, .submenu2-arrow, .submenu3-arrow, .submenu4-arrow, .submenu5-arrow, .submenu6-arrow {
  display: none;
  height:5px;
  color:#000000;
  position:absolute;
  top:-12px;
  left:0px;
  text-align:center;
  width:180px;
  z-index:300;
  -moz-opacity: 0.9;
  opacity:0.9;
}

.submenu1-c a.last, .submenu2-c a.last, .submenu3-c a.last, .submenu4-c a.last, .submenu5-c a.last, .submenu6-c a.last {
  border-bottom-width:0px;
  -moz-border-radius-bottomleft:7px;
  -moz-border-radius-bottomright:7px;
}

.submenu1-c a.first, .submenu2-c a.first, .submenu3-c a.first, .submenu4-c a.first, .submenu5-c a.first, .submenu6-c a.first {
  -moz-border-radius-topleft:7px;
  -moz-border-radius-topright:7px;
}
/*///////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////*/


#title {
  height:180px;
  overflow:hidden;
  background-image:url(images/title.jpg);
}

#products {
  height:200px;
  overflow:hidden;
  color:#000;
  background-image:url(images/products.jpg);
}

#content {
  text-align:left;
  width:900px;
  margin:0px auto;
}

#footer {
  clear:both;
  border-top:1px solid #74afdf;
  margin-top:8px;
  padding-top:25px;
  font-size:8pt;
  color:#d4ebff;
}

#footer a:link,#footer a:visited {
  color:#ffffff;
  text-decoration:none;
}

#footer a:hover {
  text-decoration:underline;
}

#main-left {
  width:590px;
  float:left;
}

#main-right {
  width:285px;
  padding-left:23px;
  float:right;
}

#intro,#contacts-intro, #mont-intro,.intro  {
  background-color:#b2d2ed;
  border-top:1px solid #e6f3fb;
  border-left:1px solid #e6f3fb;
  color:#184e7d;
  line-height:1.5;
}

#intro {
  background-image:url(images/intro.jpg);
  background-repeat:repeat-x;
  padding:30px 20px 30px 20px;
}

#mont-intro,.intro{
  background-image:url(images/intro.jpg);
  background-repeat:repeat-x;
  padding:15px 20px 10px 20px;
}

#contacts-intro {
  width:538px;
  height:364px;
  padding:20px 25px 20px 25px;
  background-image:url(images/contacts-intro.jpg);
  background-repeat:no-repeat;

}

#intro-img,.intro-img {
  float:left;
  margin:0px 20px 17px 0px;
}

#inquiry {
  background-image:url(images/inquiry.jpg);
  background-repeat:no-repeat;
  font-size:8pt;
  font-family:tahoma;
  width:310px;
  float:left;
}

#inquiry h2,#contacts h2,#partners h2 {
  padding:23px 0px 18px 60px;
}
#question {
  color:#184e7d;
}

.answer {
  padding:6px 0px 0px 5px;
}

.answer a {
  color:#ffffff;
  padding-left:7px;
}

.answer-table {
  width:190px;
  color:#fff;
}

.at-left {
  width:160px;
}

#contacts {
  background-image:url(images/contacts.jpg);
  background-repeat:no-repeat;
  font-size:8pt;
  font-family:tahoma;
  width:300px;
  float:left;
}

#contacts div {
  padding-left:5px;
}

.new strong {
  color:#fdee21;
  text-decoration:underline;
  display:block;
  padding-bottom:17px;
  clear:both;
}

.new-text {
  font-size:8pt;
  line-height:1.5;
}

.new-text img {
  margin:0px 10px 4px 0px;
}

a.more {
  font-size:8pt;
  background-image:url(images/arrow.jpg);
  background-repeat:no-repeat;
  padding-left:12px;
  float:right;
  padding-bottom:20px;
}

#partners {
  background-image:url(images/partners.jpg);
  background-repeat:no-repeat;
  float:right;
  width:290px;
  margin-top:10px;
  margin-bottom:30px;
}

#partners h2 {
  padding:10px 0px 13px 60px;
}

#footer-right {
  width:170px;
  float:right;
  text-align:right;
  padding-right:5px;
}

#footer-left {
  width:550px;
  float:left;
  padding-left:5px;
}

.ci-piece {
  margin-top:25px;
}

#ci-left {
  width:240px;
  float:left;
}

#ci-right {
  width:200px;
  float:left;
}

.line {
  border-top:1px solid #74afdf;
  margin-top:40px;
  margin-bottom:10px;
}

#mont-intro li,.intro li {
  list-style-type:none;
  background-image:url(images/mont-li.jpg);
  background-repeat:no-repeat;
  background-position:0px 4px;
  padding:0px 0px 0px 20px;
  margin-bottom:7px;
}

#mont-intro ul,.intro ul{
  padding:0px;
  margin:10px 0px 10px 15px;
}

#main-right p {
  margin-bottom:10px;
  font-size:8pt;
}

.piece {
  width:186px;
  height:258px;
  background-image:url(images/piece.jpg);
  border-left:1px solid #d4e9f8;
  border-top:1px solid #cde5f6;
  float:left;
}

.piece-header {
  font-size:11.5pt;
  color:#176eb5;
  text-align:center;
  padding:15px 0px 15px 0px;
  font-weight:bold;
}

.piece-foto {
  text-align:center;
}

.piece-detail {
  text-align:center;
}

.piece-detail img {
  border-width:0px;
}

.piece-price {
  font-size:11pt;
  color:#ce0022;
  text-align:center;
  padding:10px 0px 15px 0px;
  font-weight:bold;
  font-family:tahoma;
}

.piece-space-1 {
  width:13px;
  float:left;
}

.piece-space-2 {
  height:17px;
  clear:left;
}

.piece-more {
  text-align:right;
  clear:both;
  font-size:11pt;
}

.piece-more a:link,.piece-more a:visited {
  color:#ffffff;
}

.piece-more a:hover {
  text-decoration:none;
}

.best-piece {
  width:285px;
  height:123px;
  margin-bottom:15px;
  background-image:url(images/best.jpg);
}

.best-header {
  font-size:11pt;
  width:250px;
  float:left;
  color:#176eb5;
  text-align:left;
  padding:8px 0px 10px 15px;
  font-weight:bold;
}

.best-number {
  color:#4981b4;
  font-size:13pt;
  font-weight:bold;
  padding:8px 0px 0px 0px;
}

.best-foto {
  width:100px;
  padding-left:15px;
  float:left;
}

.best-price {
  font-size:11pt;
  color:#ce0022;
  padding:17px 0px 20px 0px;
  font-weight:bold;
  font-family:tahoma;
  width:170px;
  float:left;
}

.best-button {
  width:160px;
  text-align:right;
  float:left;
}

.best-button img {
  border-width:0px;
}

h2#best {
  margin-top:50px;
}

/* detail */

#detail-desc {
  background-color:#b2d2ed;
  border-top:1px solid #e6f3fb;
  border-left:1px solid #e6f3fb;
  color:#184e7d;
  padding:15px 15px 8px 15px;
  background-image:url(images/intro.jpg);
  background-repeat:repeat-x;
}

.h1 {
  font-family:Myriad Pro;
  font-size:15pt;
  font-weight:normal;
  margin:45px 0px 10px 0px;
}

.h1#top {
  margin-top:5px !important;
}

#detail-foto {
  width:145px;
  float:left;
  margin-right:20px;
}

#detail-foto img {
  float:left;
  margin-bottom:7px;
}

.detail-foto-space {
  width:4px;
  float:left;
}

#detail-desc h1 {
  font-size:11pt;
  margin-bottom:5px;
}

#detail-par {
  font-size:8pt;
  line-height:1.5;
  color:#184e7d;
}

#detail-rating {
  color:#5b5b5b;
  font-weight:bold;
  font-size:9.5pt;
  margin-top:13px;
  margin-bottom:23px;
}

#detail-rating img {
  margin-left:4px;
  position:relative;
  left:3px;
  top:2px;
}

#detail-price {
  text-align:right;
  font-size:15pt;
  font-weight:bold;
  color:#ce0022;
  font-family:tahoma;
  padding-right:10px;
}

#detail-code {
  text-align:center;
  font-size:8pt;
}

#detail-left {
  width:230px;
  float:left;
}

#detail-left-c {
  background-image:url(images/detail-left.jpg);
  background-position:bottom left;
  background-repeat:repeat-x;
  background-color:#cee3f6;
  color:#184e7d;
  padding:20px 20px 10px 20px;
  border-top:1px solid #e6f3fb;
  border-left:1px solid #e6f3fb;
}

#detail-left-c select {
  width:130px;
  border:1px solid #c2c2c2;
  font-size:8pt;
  margin-top:2px;
}

#detail-samples {
  padding-bottom:15px;
}

#detail-samples img {
  border:1px solid #ababab;
  margin-left:8px;
  position:relative;
  top:4px;
}

.detail-header {
  font-weight:bold;
  margin-bottom:10px;
}

.input-size,.input-order,.input-ta {
  padding:3px;
  border:1px solid #c2c2c2;
  font-size:8pt;
}

.input-ta {
  width:297px;
}

.input-size {
  width:70px;
}

.input-order {
  width:233px;
}

.detail-table {
  margin-top:10px;
}

.detail-table td {
  padding: 0px 4px 8px 0px;
}

.dt-left {
  width:58px;
}

#detail-left p {
  margin-top:15px;
  font-weight:bold;
}

#detail-right {
  width:318px;
  height:437px;
  background-image:url(images/detail-right.jpg);
  border-top:1px solid #e6f3fb;
  border-left:1px solid #e6f3fb;
  float:left;
  color:#184e7d;
  padding:20px 20px 20px 20px;
}

#order-button {
  text-align:center;
  padding-top:10px;
}

.dis-piece {
  margin:10px 0px 0px 0px;
  font-size:8pt;
}

.dis-top {
  background-color:#efefee;
  padding:3px 10px 3px 10px;
  color:#184e7d;
}


.dis-top-left {
  width:360px;
  float:left;
}

.dis-top-right {
  width:175px;
  float:right;
  text-align:right;
}

.dis-text {
  padding:10px 5px 7px 5px;
  line-height:1.5;
}

.dis-navig {
  text-align:center;
  font-weight:bold;
  letter-spacing:2px;
  margin-top:10px;
  color:#575757;
}

.dis-navig a:link, .dis-navig a:visited {
  text-decoration:none;
  font-weight:normal !important;
  color:#ffffff !important;
}

#dis-form {
  width:100%;
  font-size:8pt;
}

#dis-form td {
  font-weight:bold;
  padding-right:5px;
  vertical-align:top;
}

.input-name,.input-subject,.textarea-comment,.input-letters {
  border:1px solid #dfdfdf;
  font-family:Arial;
  font-size:8pt;
  color:#575757;
  padding:2px;
}

.input-name {
  width:176px;
}

.input-subject {
  width:436px;
}

.input-letters {
  width:116px;
  font-size:14pt;
  margin-left:10px;
  float:left;
}

.textarea-comment {
  width:100%;
  height:140px;
  margin-bottom:7px;
}

.dis-form-text {
  width:160px;
  float:left;
  font-weight:normal !important;
  padding-left:10px;
}

.send-button {
  float:right;
}

.float-left {
  float:left;
}

.h1-st {
  font-family:Myriad Pro;
  font-size:15pt;
  font-weight:normal;
  margin:30px 0px 10px 0px;
}

.map {
  border-top:1px solid #e2eef8;
  border-left:1px solid #e1edf8;
  border-right:1px solid #ffffff;
  border-bottom:1px solid #e7f1f9;
}

/*podtrzeni pro clanky v editoru*/
.under
{
  text-decoration: underline;
}

/* podkategorie */

.category {
  border-top:1px solid #a4d2ea;
  border-left:1px solid #a4d2ea;
  padding:10px 10px 10px 0px;
  margin-bottom:20px;
  font-weight:bold;
}

.category input {
  margin-left:10px;
  margin-top:5px;
}

.category label {
  margin-left:5px;
}

.category a:link,.category a:visited {
  color:#ffffff;
  text-transform:uppercase;
  text-decoration:none;
}

#detail-sum {
  width:350px;
  float:right;
}

h3 {
  margin:0px 0px 10px 0px;
  font-size:12px;
}

a img {
  border-width:0px;
}

#add-button {
  text-align:center;
  padding-top:5px;
}

.detail-piece {
  padding:5px 0px 5px 0px;
  border-bottom:1px solid #cbe1f3;
}


input.delete {
  margin-right:5px;
  float:left;
}

/* vyrobek */

.prod-submenu a:link,.prod-submenu a:visited {
  font-weight:normal !important;
  padding-left:30px !important;
}

.prod-menu a:link,.prod-menu a:visited {
  display:block;
  text-decoration:none;
  color:#fff;
  font-weight:bold;
  padding:3px 0px 3px 10px;
  border-bottom:1px dashed #b7d5ee;
}

/* poster */

#poster_container
{
    margin: 0 auto;
    /*width: 960px;*/
    width: 898px;
    background: url(images/bg-revitex-letak.gif) repeat-y left top #80a4c3;
    font-family: Arial;
    font-size: 12px;
    position: relative;
    line-height: 1.4em;
}

#poster_bg
{
    background: url(images/bg-revitex-letak.gif) repeat-y center bottom;
    height: 100%;
}

#poster_container h3,
#poster_container h4,
#poster_container h5,
#poster_container p,
#poster_container ul,
#poster_container li
{
    padding: 0;
    margin: 0;
    font-size: 100%;
}

#poster_container h3,
#poster_container h4,
#poster_container h5
{
    font-weight: bold;
    display: block;
}

#poster_container h5 a:hover
{
    text-decoration: none;
}

#poster_container p
{
    margin: .5em 0;
}

#poster_container a
{
    text-decoration: none;
}

#poster_container a:hover
{
    text-decoration: underline;
}

#poster_container img.poster_img
{
    display: block;
    margin: 0 auto;
    border: 0;
}

#poster_container sup
{
    padding-left: 1px;
}

#poster_left
{
    float: left;
    position: relative;

    /*width: 334px;*/
    width: 289px;
}

#poster_left p
{
    text-align: justify;
}

#poster_left .poster_text
{
    /*margin: 66px 0 44px 39px;
    padding-right: 32px;*/
    margin: 66px 0 44px 28px;
    padding-right: 21px;
    color: #fff;
    min-height: 800px;
}

#poster_left img.poster_img
{
    margin: 30px auto;
}

h3#poster_logo
{
    width: 251px;
    height: 148px;
    background: url(images/logo.png) no-repeat;
    text-indent: -5000px;
    /*margin-left: 38px;*/
    margin-left: 22px;
}

#poster_left h4
{
    color: #eee250;
    font-size: 110%;
    margin: 1em 0;
}

#poster_left h4 a
{
    color: #eee250;
}

#poster_center
{
    float: left;
    width: 602px;
    background-color: #dde5f1;
    margin-bottom: 28px;
}

#poster_center_top
{
    background-color: #5e7c98;
    height: 9px;
    *font-size: 1%;                                                     /* IE7 */
    *width: 602px;
    _width: 560px;                                                      /* IE6 */
}

#poster_offer
{
    padding: 20px;
    padding-bottom: 35px;
    background: url(images/offer_bottom.png) no-repeat bottom #6686a6;
    font-weight: bold;
}

#poster_offer h4
{
    color: #eee250;
    font-size: 120%;
}

#poster_offer ul
{
    float: left;
    list-style-type: none;
    margin-right: 2em;
    margin-top: .5em;
    _margin-right: .6em;                                                /* IE6 */
}

#poster_offer ul li
{
    color: #fff;
    margin: .7em 0;
}

#poster_center h3
{
    font-size: 160%;
    font-weight: bold;
    display: block;
}

#poster_center .poster_text
{
    margin: 20px 30px;
    color: #000;
}

#poster_center .poster_text h3,
#poster_center .poster_text h4
{
    color: #346ea1;
}

#poster_center .poster_text h4
{
    margin: 1.5em 0 .5em;
}

#poster_center .poster_text ul,
.poster2_text_left ul,
.poster2_text_right ul
{
    list-style: inside square;
    color: #356da1;
    margin-bottom: 1em;
    margin-left: .5em;
}

#poster_center ul.poster_icons
{
    list-style-type: none;
}

#poster_center .poster_icons a
{
    color: #000;
}

#poster_center .poster_icons img
{
    display: block;
    border: 0;
}

#poster_center .poster_icons li
{
    float: left;
    width: 70px;
    margin: 0 1em 1em 0;
    text-align: center;
    color: #000;
}

#poster_center .poster_ral
{
    margin-top: 1em;
}

#poster_center .poster_ral li
{
    width: 120px;
}

#poster_center .poster_ral li img
{
    width: 120px;
}

#poster_center .poster_text ul li span,
.poster2_text_left ul li span,
.poster2_text_right ul li span
{
    color: #000;
}

#poster_center div.poster_subsection
{
    margin-left: .5em;
    margin-top: .5em;
}

#poster_security li
{
    list-style-type: none;
    float: left;
    width: 170px;
    padding: 5px;
    color: #000;
    font-size: 90%;
}

#poster_security li.first
{
    padding-left: 0;
}

#poster_security li.last
{
    padding-right: 0;
}

#poster_center h5
{
    margin: .5em 0;
}

#poster_glass li
{
    list-style-type: none;
    float: left;
    color: #000;
    padding-right: 50px;
    margin: 1em 0;
}

#poster_glass li img
{
    display: block;
    margin-bottom: .5em;
}

#poster_right
{
    float: left;
    /*width: 24px;*/
    width: 7px;
    min-height: 837px;

}

#poster2_top
{
    float: left;
    /*background: url(images/clouds_top.jpg) no-repeat top left;*/
}

#poster2_top #poster_logo
{
    float: left;
    /*width: 296px;*/
    width: 267px;
}

#poster2_top_right
{
    float: left;
    _width: 563px;                                                      /* IE6 */
}

#poster2_top #poster_offer
{
    background-image: none;
    padding-bottom: 1em;
    width: 562px;
    _width: 520px;                                                     /* IE6 */
}

.poster2_left,
.poster2_right
{
    float: left;
    /*width: 23px;*/
    width: 7px;
    height: 558px;

}

.poster2_right
{
    /*width: 24px;*/

}

.poster2_center
{
    float: left;
    background-color: #dde5f1;
    /*width: 912px;*/
    width: 884px;
    height: 558px;
}

#poster2_middle
{
    height: 36px;
  
}

#poster2_block1 .poster2_top
{
    height: 34px;
}

#poster2_block2 .poster2_bottom
{
    height: 32px;

}

#poster2_block2 .poster2_left,
#poster2_block2 .poster2_right
{
    height: 707px;

}


#poster2_block2 .poster2_center
{
    height: 707px;
}

.poster2_text_left
{
    float: left;
    width: 310px;
    /*padding: 14px 23px 0;*/
    padding: 14px 13px 0;
}

#poster2_block1 .poster2_text_left p,
#poster2_block2 .poster2_text_left p
{
    margin: .5em 0;
    text-align: justify;
}

.poster2_text_right
{
    float: left;
    /*width: 556px;*/
    width: 548px;
}

#poster2_block1 .poster2_text_right h4,
#poster2_block2 .poster2_text_right h4
{
    background: url(images/heading_left.png) no-repeat top left #4f6e95;
    color: #fff;
    height: 37px;
    font-size: 180%;
    padding: 18px 0 0 25px;
}

#poster_container img.poster2_img_bonus
{
    margin-top: 30px;
}

img.poster2_img
{
    float: left;
}

#poster_container .poster2_text_left h5,
#poster_container .poster2_text_right h5
{
    color: #4f6e95;
    font-size: 120%;
    margin-bottom: .7em;
}

#poster_container .poster2_text_left h5
{
    margin-top: 1em;
}

.poster2_drawings
{
    background-color: #d8dfe9;
    padding: 24px 8px 15px;
    padding-right: 0;
    margin-bottom: 2em;
    _padding-left: 0;                                                   /* IE6 */
}

.poster2_drawings ul
{
    list-style-type: none;
}

#poster_container .poster2_drawings ul li
{
    float: left;
    color: #4f6e95;
    text-align: center;
    margin: 0 7px;
    _margin: 0 6px;                                                     /* IE6 */
}

#poster2_block1 li.poster2_drawing1
{
    width: 63px;
}

#poster2_block1 li.poster2_drawing2
{
    width: 52px;
}

#poster2_block1 li.poster2_drawing3
{
    width: 79px;
}

#poster2_block1 li.poster2_drawing4
{
    width: 99px;
}

#poster2_block1 li.poster2_drawing5
{
    width: 52px;
}

#poster2_block1 li.poster2_drawing6
{
    width: 109px;
}

#poster2_block2 li.poster2_drawing1
{
    width: 41px;
}

#poster2_block2 li.poster2_drawing2
{
    width: 45px;
}

#poster2_block2 li.poster2_drawing3
{
    width: 100px;
}

#poster2_block2 li.poster2_drawing4
{
    width: 123px;
}

#poster2_block2 li.poster2_drawing5
{
    width: 143px;
}

#poster_container .poster2_drawings ul li img
{
    margin-bottom: 1em;
}

#poster2_block2 .poster2_drawings ul li
{
    margin: 0 8px;
}

#poster_container .poster2_text_right table
{
    background-color: #d1d9e3;
    margin: 0 auto;
    color: #000;
    border: 1px solid #506e95;
    border-spacing: 0px;
}

#poster_container .poster2_text_right table th
{
    background-color: #506e95;
    color: #fff;
    font-weight: bold;
}

#poster_container .poster2_text_right table th,
#poster_container .poster2_text_right table td
{
    border-right: 1px solid #8699b3;
    text-align: center;
    height: 30px;
}

#poster2_block1 .poster2_text_right table th,
#poster2_block1 .poster2_text_right table td
{
    width: 45px;
}

#poster2_block2 .poster2_text_right table th,
#poster2_block2 .poster2_text_right table td
{
    width: 55px;
}

#poster_container .poster2_text_right table td
{
    font-size: 80%;
}

#poster_container .poster2_text_right table th.last,
#poster_container .poster2_text_right table td.last
{
    border-right: none;
}

#poster_container .poster2_text_right table tr.odd
{
    background-color: #b8c2cf;
}

#poster_container .poster2_text_right table td.b
{
    font-weight: bold;
    font-size: 100%;
}

#poster_container .poster2_text_right table td.small
{
    font-size: 75%;
}

.poster2_legend
{
    background-color: #d1d9e3;
    font-size: 80%;
    margin: 0 auto;
    padding: 5px 10px;
}

#poster2_block2 .poster2_legend
{
    width: 503px;
}

#poster_container
{
    color: black;
}

#poster_container .poster2_legend p
{
    margin: 0;
}

.poster2_text_column
{
    float: left;
    width: 241px;
}

.poster2_text_column_pad
{
    margin-left: 20px;
    width: 270px;
}
