/** CSS Document
* newtech css style, Martin Klíma, redgap.cz 2010, 2011
* @version 1.33
**/


/* Debug section */

div {
  /*border: 1px solid red;*/
}


/* General settings */

* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 12px;
  font-family: arial, helvetica, sans-serif;
}

h1, h2, h3, h4 {
}

h1 {
  display: none;
}

h2 {
  font-size: 24px;
  color: #1abefa;

}
h2.pagetitle {
  font-size:24px;
  font-weight:normal;

}

h2.pagetitle span {
}

h3 {
  font-size: 16px;
}
h4 {
  font-size: 14px;
}

a {
  text-decoration: none;
  color:#1abefa;
  font-weight: normal;
}
a:hover {
  text-decoration: underline;
}

img {
  border: none;
}

a:hover{
  text-decoration: underline;}

.error, .ok, .debug {
  color: #f00;
  background-color: #fff;
  text-align: left;
  font-weight: bold;
  padding: 5px;
  border: 1px solid #f00;
}
.error {
}
.ok {
  color: #3385d6; 
  border: 1px solid #3385d6;
}
.debug {
  border-color: #393;
  color: #393;
}

/* ----------- Layout ---------- */
html {
	text-align: left;
	margin: 0;
	padding: 0;
}

body {
  padding: 0;
  margin: 0;
  background: #777e81;
  color:#000;
}
#outerbox {
  background: #424c55 url(images/main-bg.gif) repeat-y scroll center 0;
  width: 1040px;
  margin: 0 auto;
}
#container {
  margin: 0 auto;
  width: 1030px;
}
#container.toppage {
  background-color: #292929;
}

#header {
  background: transparent url(images/nt_horni_image.gif) no-repeat scroll left top;
  height:77px;
  position:relative;
}

#logo {
  float: left;
  
}
#logo a {
  background: transparent url(images/nt_logo.png) no-repeat scroll 25px 10px;
  display:block;
  height:69px;
  width:130px;
}
.toppage #logo a {
}

#headline {
  display: none;
  float: left;
  width: 300px;
  color: #666;
  padding-top: 65px;
}

#contents {
  padding-bottom:10px;
  background:url("images/nt_contents_bg.gif") repeat-y scroll 215px 0 transparent;
}
.toppage #contents {
  background: transparent url(images/contents-bg-black.gif) repeat-y scroll 0 0;
  background-color: #000;
}

#contents h2.pagetitle, #news h2, #articles h2 {
  font-size:24px;
  font-weight:normal;
  padding:10px 0 5px;
  border-bottom:2px solid #EEEEEE;
}
#articles h2 {
  border-bottom: none;
}
  
/* homepage menu */
#homepage_menu {
  width:670px;
}

#homepage_menu div.menu_item {
  float:left;
  margin:0 8px 11px 0;
  
}

#homepage_menu div.menu_item h3 a {
  background-image:url("images/menu_placeholder.jpg");
  background-repeat:no-repeat;
  background-position: 0 0;
  color:#FFFFFF;
  display:block;
  font-size:16px;
  font-weight:bold;
  height:auto;
  padding:160px 0 30px;
  width:212px;
  text-transform:none;
  opacity: 0.7;
  border: 1px solid transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}

#homepage_menu div.menu_item h3 a:hover {
  border: 1px solid #fff;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  background-position: 0 0;
  color: #fff;
}

#homepage_menu div.menu_item h3 a span {
  padding: 5px 10px;
}

#homepage_menu div.menu_item h3 a:hover span {
  background-color: #000;
  padding: 5px 10px;
}

/************************/
  #icons_bar {
    position:absolute;
    right:10px;
    text-align:right;
    top:12px;
  }
  
  #icons_bar a {
    background:url("images/hm_language_separator.gif") no-repeat scroll left center transparent;
    margin:3px;
    padding:0 0 0 10px;
    color: #ccc;
  }
  #icons_bar a.last {
  }
  #icons_bar a.first {
    background: none; 
  }   
  #icons_bar a.current {
    color: #fff; 
  }  
  #icons_bar a.icon {
  }
  #icons_bar a.icon.cz {
    background-image: url(images/flg_cz_50.png);
  }
  #icons_bar a.icon.cz:hover {
    background-image: url(images/flg_cz_100.png);
  }
  #icons_bar a.icon.cz.current {
    background-image: url(images/flg_cz_100.png);
  }
  #icons_bar a.icon.de {
    background-image: url(images/flg_de_50.png);
  }
  #icons_bar a.icon.de:hover {
    background-image: url(images/flg_de_100.png);
  }
  #icons_bar a.icon.de.current {
    background-image: url(images/flg_de_100.png);
  }
  #icons_bar a.icon.en {
    background-image: url(images/flg_en_50.png);
  }
  #icons_bar a.icon.en:hover, #icons_bar a.icon.en.current {
    background-image: url(images/flg_en_100.png);
  }
  #icons_bar a.icon.fr {
    background-image: url(images/flg_fr_50.png);
  }
  #icons_bar a.icon.fr:hover, #icons_bar a.icon.fr.current {
    background-image: url(images/flg_fr_100.png);
  }
  #icons_bar a.icon.it {
    background-image: url(images/flg_it_50.png);
  }
  #icons_bar a.icon.it:hover, #icons_bar a.icon.it.current {
    background-image: url(images/flg_it_100.png);
  }
/************************/  
  



#left_column {
  float:left;
  width:215px;
  border-top: 3px solid #1ABEFA;
}

#right_column {
  float:left;
  margin-left:25px;
  width:205px;
}


/* -------------- vertical menu like rollup menu --------- */

#horizontalmenu * {
}

#horizontalmenu {
  background:url("images/hm-bg.png") no-repeat scroll left top transparent;
}

#horizontalmenu ul {
  height:26px;
  text-align:left;
  background: transparent url(images/nt_horizontal_menu.gif) no-repeat scroll 0 0
}

#horizontalmenu ul li {
  float: left;
  background: transparent url(images/nt_horizontal_menu_rozdelovac.gif) no-repeat scroll right center;
  list-style: none;
}
#horizontalmenu ul li.first {
}
#horizontalmenu ul li.last {
  border-right: none; 
}

#horizontalmenu ul li a {
  display: block;
  font-size: 12px;
  text-decoration: none;
  padding: 4px 12px 7px;
  margin-right: 2px;
  color: #fff;
  white-space: nowrap;
}
#horizontalmenu ul li.first.actual a{
}

#horizontalmenu ul li a:hover{
  color: #fff;
  background:url("images/hm-bg-hover.png") no-repeat scroll -10px top transparent;
}
#horizontalmenu ul li.first a:hover{

}

  #horizontalmenu .actual {
  }
  #horizontalmenu .actual a {
  background: transparent url(images/nt_button_vybrano.gif) no-repeat scroll 0 0
    
  }
  
/*---------------------------------*/

/* -------------- vertical menu --------- */
.verticalmenu {
 
}

.verticalmenu h2 {
 
  color:#ffffff;
  font-size:12px;
  padding:10px 5px 5px 11px;
  font-weight:normal;
 text-transform: uppercase;
}

.verticalmenu ul {
  list-style-type: none;
  text-align: left;
}

.verticalmenu ul.level1 {

}

.verticalmenu ul li {
  padding: 0;
  
}

.verticalmenu ul li.separator {
}

.verticalmenu ul li.level1 {
    background: transparent url(images/nt_vertical_menu_bg.png) no-repeat scroll 0 0;
}

.verticalmenu ul.level2 {
}

.verticalmenu ul li a {
  display: block;
  padding:7px 18px 5px 11px;
  text-decoration: none;
  color: #fff;
}

.verticalmenu ul li.level1 a {
color: #ffffff;

}

.verticalmenu ul li.level2 {
  background-color: #5f6567;
  margin-right:17px;
 }

.verticalmenu ul li.level2 a {
  color:#ffffff;
  background-color: #5f6567;
  padding-left: 16px;
  /*border-left: 1px solid #000;*/
}

.verticalmenu ul li.level1 :hover{
 
 
}

.verticalmenu ul li.level1 a:hover{
  background: transparent url(images/nt_vertical_menu_vybrany.gif) no-repeat scroll 0 0;
  margin-right: 16px;
  color: #ffffff;
}

.verticalmenu ul li.level2 a:hover{
  color: #ffffff;
  background-color: #000000;
}

.verticalmenu ul li.actual.unwrapped {
  background: transparent url(images/nt_vertical_menu_vysunuty.gif) no-repeat scroll 0 0;
}

.verticalmenu ul li.level2.actual a, .verticalmenu ul li.level1.actual a {

}

.verticalmenu ul li.level2.actual a{
background-color: #000000;
border-bottom: 1px #777e81 solid;
}

.verticalmenu ul li.level1.actual {
background: transparent url(images/nt_vertical_menu_vybrany.gif) no-repeat scroll 0 0;
}

.verticalmenu ul li a{

}

#advertbox{
margin: 20px 10px 0 0;
color:#FFFFFF;
}



/* h-menu*/
#navipanel {
  background: #fff url(images/hm-shadow.gif) repeat-x left bottom;
  background: url(images/bg-hm-shadow.gif) repeat-x;
}

#searchform {
  position:absolute;
  right:12px;
  top:44px;
}

#searchform form input {
  background:url("images/nt-lupa.gif") no-repeat scroll 1px 2px #FFFFFF;
  border:1px solid #E7E8E6;
  font-size:12px;
  height:18px;
  padding:1px 2px 0 20px;
  width:138px;
  
}
 #searchform input.search_button {
  width: auto;
  background: transparent url(images/nt_sipka_search.gif) no-repeat scroll right center;
  vertical-align:top;
  padding: 0;
  margin-left:-2px;
  color: transparent;
}

#motive {
  border-color:#000000;
  border-style:solid;
  border-width:1px 0;
  height:83px;
  background: transparent url(images/nt_menici_se_motiv.jpg) no-repeat scroll 0 0;
}


/* ------------ infoplace -------- */
#infoplace {
  float: left;
  /*display: inline; /* IE5-6 double margin bug fix*/
  width:775px;
  padding:14px 20px 5px;
  background-color: #ffffff;
}

.toppage #infoplace {
  width:655px;
}


  #infoplace a {
  color: #1abefa;
  font-weight: bold;
  }
  
   #infoplace a.more{
    background:url("images/nt_vice_sipka.gif") no-repeat scroll 0% 50% transparent;
    padding:10px;
    display: block;
   }
  
  #infoplace a:hover {
    text-decoration: underline;
  }
  #infoplace h2 {
    clear:both;
  }
  
  #infoplace h3 {
    font-size:18px;
    font-weight:normal;
    margin-bottom:10px;
    padding:20px 20px 6px 0;
   }
  .toppage #infoplace h3 {
    margin: 0;
    padding: 0;
  }
  #infoplace h3 a {
    /*color:#000000;*/
    font-size:16px;
    font-weight: bold;
  }
  
  #infoplace h4 {
    margin: 15px 0 0px 0;
  }
  #infoplace p {
    font-size: 13px;
    line-height: 140%;
    margin: 5px 0 0px 0;
  }
  
  #infoplace .page_image img {
    margin-right:20px;
   }
   
   span.page_image{
   display: block;
   float: left;
   }
  
  #infoplace ul {
  line-height:150%;
  list-style-position:outside;
  padding-left:15px;
  }
  
  #infoplace ol {
    line-height: 150%;
    list-style: decimal inside url();
  }
  
  #infoplace ul ul, #infoplace ul ol, #infoplace ol ul, #infoplace ol ol {
    padding-left: 5px;
  }
  
  #infoplace ul li {
  }
  
  #infoplace ol li {
    background: none;
  }
  
  #infoplace table {
    border-collapse: collapse;
  }
  
  #infoplace table.newsletter {
    margin: 0 auto;
  }
  
  #infoplace table.newsletter img {
    display: block;   /* gap fix in strict doctype */
  }
  #infoplace table[border="0"] {
    border: none;
  }
    #infoplace table td {
    }
  #infoplace a.page_image {
    float: right;
  }
  #infoplace a.page_image img {
    border: 1px solid #999;
    margin:10px 0 10px 20px;
  }
  /*
  #infoplace table[border=0] {
    border: none !important;
  }
    #infoplace table[border=0] td {
    border: none;
  }
  */
  #infoplace p img[align="right"] {
    margin-left: 20px;
    margin-bottom: 10px;
  }
  #infoplace p img[align="left"] {
    margin-right: 20px;
    margin-bottom: 10px;
  }
    
  #infoplace .separator {
    margin: 15px 0 5px 0;
    height: 25px;  
  }
  #infoplace .top_page_separator {
    margin: 15px 0 5px 0;
    height: 25px;
  }
  
  #articles .text_part{
  float: left;
  width: 480px;
 }

#articles p.datetime {
  float: right;
  color: #666;
  font-size: 12px;
}




/* ---------------- newsbox --------*/

#news {
  margin-bottom: 15px;
  background: url("images/nt_news_header.jpg") no-repeat scroll 0 44px transparent;
}

#news h2 {
  margin-bottom: 25px;
}

.one_news_column {
  float: left;
  min-height: 1px;
  width: 370px;
}
.idc_1 {
  margin-right: 30px;
}

#infoplace .one_news {
  clear: left;
  padding:25px 0 0;
}
#infoplace .one_news h3, #infoplace .one_news h3 a {
  background:none repeat scroll 0 0 transparent;
  color:#000000;
  font-size:13px;
  font-weight:bold;
  margin:0 0 0;
  padding: 0; 
}

#infoplace .one_news img {
  margin:0 10px 0 0;
  border: none;
  float: left;
}

#infoplace .one_news p {
  font-size:12px;
  line-height:150%;
}

#infoplace #news .one_news a:hover {
  color: #1ABEFA;
  text-decoration: none;
}

/* article list */
#articles h3 {
  background:url("images/nt_line_dotted_blog.gif") repeat-x scroll left bottom transparent;
}
#articles h4 {
  margin: 0;
}
/*------------------------*/

/* --------- banners ---------- */
#banners {
  margin-top: 50px;
  padding: 10px 30px;
}

  #banners img {
    margin: 10px 0px;
    border: none !important;
  }


/* ----- Link system (výměna odkazů) BANNEX ----- */
#bannex {
}
#bannex img {
  border: 0px;
}
#bannex h3 {
  margin-bottom: 10px; 
}

.banners_text {
  float: left;
  width: 45%;
}
.banner_text {
  color: #666;
  padding: 5px 0;
}
.banner_text a {
  border: none !important;
}
.banners_image {
  float: right;
  width: 48%;
}
.banner_image {
  float: left;
  margin: 0 5px 0 0;
}
  .banner_image a {
    border: none !important;
  }
.banner_image img {
  border: 0px solid black;
}
#bannex table, #bannex table td {
  border: 0px;
  padding: 5px 20px 0 0;
}
#bannex table {
  margin-top: 20px;
}
#bannex table a {
  border: none !important;
}

/* ------------------- */

/*------- GALLERY SECTION -----------*/

#gallery {
}

#gallery img {
  background-color:#FFFFFF;
  margin:10px 0 0;
  padding:10px;
}

#gallery h3 {
  font-weight: bold;
  padding: 0;
  margin: 5px 0 10px 0;
}

.productpage #gallery div.one_thumb {
  float: left;
  margin: 10px 0px;
  margin-left: 0px;
  padding: 0px;
}

#gallery div.one_thumb {
  float:left;
  height:100px;
  margin:4px 6px 2px 0;
}
#gallery div.one_thumb p {
  text-align: center;
  font-size:11px;
  padding:0 0 5px;
}
#gallery div.one_thumb img {
  margin: 0;
  padding: 0px;
}
#gallery div.one_thumb a {
  text-decoration: none;
  border: none;
}

/*------ Show image section ---------*/
#show_one_image {
}
  #show_one_image h2, #show_one_image h3, #show_one_image h3, #show_one_image h4 {
    border: none;
    color: #666; 
  }
  #show_one_image img {
    border: 1px solid #999;
    padding: 0px;
    margin: 0 0 40px 0;
  }
  #show_one_image p {
    padding-bottom: 20px;
  }

/*----------------------------*/

#footer_section {
  margin: 10px 0 30px 210px;
}

#footer_section ul{
  list-style-type: none;
}

#footer_section li{
   float: left;
}
  
   #footer_section li a{
     color: #ffffff;
     text-transform: uppercase;
     padding:0 4px;
     border-right: 1px solid #ffffff;
     font-size:10px;
  }
  #footer_section li.last a{
    border-right: 0px solid #ffffff;
  }
  #footer_section li.current a {
    font-weight: bold;
    color:#1DBDF9;
  }
   


#footer {
  clear:both;
  color:#666;
  font-size:9px;
  padding:0 25px; 

}

#footer.toppage {
}

#footer .footer_box {
  border-right:1px dotted #999999;
  padding:10px 5px;
  width:220px;
}

#footer .footer_box.last {
  border-right: none;
}

#footer .footer_box p {
    vertical-align: bottom;
    margin-top: 0px;
    font-size: 11px;
    padding-top: 1px;
  }
#footer p {
  /*font-size: 12px;*/
  padding:6px;
}
#footer a {
  color:#C00005;
}

#copyright {
  font-size:10px;
  clear: both;
  margin-left:214px;
  padding:11px 0;
}

#bottom-navigation {
  display: none;
  margin: 1px 10px 50px 10px;
  text-align: right;
  font-size: 10px;
  color: #fff;
}

/* -------- gallery navigation -------- */
#navigation {
  margin-top: 10px; 
}
#navigation a {
  color: #aaa;
  font-size: 12px;
}

#navigation a.control {
  border:1px solid;
  margin:2px;
  padding:0 4px;
}
#navigation a:hover {
  text-decoration: none;
  color: #c50938;
  height: 20px;
}

/* -------- page tracking -------- */
#page_tracking {
  background:url("images/nt_navigace_lista.gif") no-repeat scroll 0 0 transparent;
  clear:both;
  color:#000000;
  font-size:11px;
  height:19px;
  padding:3px 12px 0;
}

#page_tracking em {
  color:#000000;
  font-style:normal;
  font-weight:bold;
}

#page_tracking a {
  color:#000000;
  padding:0 9px;
  background: transparent url(images/nt_navigace_sipka.gif) no-repeat scroll right center
}
#page_tracking a.last {
  background: none;
}
#page_tracking a:hover {
  text-decoration: underline;
}

#attachments {
  margin-bottom:25px;
}
#attachments a span.filesize {
  color: #000;
  font-weight: normal;
}
#attachments h2, #gallery h2, #forum h2 {
    border-bottom:2px solid #EEEEEE;
    color:#989898;
    font-size:14px;
    height:22px;
    margin:20px 0;
  }
  
  #gallery h2 {
  
  }

  #attachments ul.attachments {
    list-style: none url();
    padding-left:0;
  }
  #attachments ul.attachments li {
    margin: 10px 0;
  }
  #attachments ul.attachments li a {
   background: #ffffff url(images/nt_roll_up_download_sipka.gif) no-repeat scroll 0 0px;
  display:block;
  font-weight:bold;
  padding:7px 42px;
  }
  #attachments ul.attachments li a:hover {
  background-position: 0px -169px;
  }
  
  ul.attachments{
  
  }

/* -------- Vertical News --------------- */
#vertical_news {
  background:url("images/news-bg-down.gif") no-repeat scroll left bottom transparent;
  padding-bottom:20px;
}

.toppage #vertical_news {
  color: #ddd;
  font-size: 11px;

}
  #vertical_news h2 {
    font-size:12px;
    background:url("images/news-bg-up.gif") no-repeat scroll left top transparent;
    margin-top:24px;
    padding:7px 10px 30px;
  } 
  #vertical_news h3 {
    font-size:11px;
  margin-top:10px;
  padding:9px 9px 7px 11px;
  color: #c00005;
}
  .toppage #vertical_news h3 {
}  
    
  #vertical_news p {
    font-size:11px;
    line-height:130%;
    margin:0 11px;
   
  }


/***** Forms *****/

#free_ticket {
  width: 356px;
}

form.form-echo {
  line-height: 120%;
  margin-top: 15px;
}
#form-echo div {
  border: none;
}

form.form-echo div div {
  border: 1px solid #969696;
  margin: 0 0 -1px;
  padding: 3px 0;
}

form.form-echo h3 {
  font-size: 15px;
  color: #666;
  margin: 10px 0;
}

form.form-echo label {
  width: 100px;
  float: left;
  margin: 6px 0 1px 8px;
  color: #666;
}

form.form-echo input, form.form-echo select, form.form-echo textarea {
  border: 0px solid #fff;
  width: 238px;
  margin: 0;
  padding: 4px 2px;
  background-color: #f5f5f5;
}
form.form-echo.wide input, form.form-echo.wide select, form.form-echo.wide textarea {
  width: 659px;
}
form.form-echo.wide input.code {
    width: 418px;
    vertical-align: top;
    font-size: 2em;
    background: #f5f5f5 url(images/captcha_arrow.png) no-repeat left center;
    padding-top: 10px;
    padding-left: 40px;
    letter-spacing: 1em;
  }


form.form-echo input:focus, form.form-echo select, form.form-echo textarea:focus {
  background-color: #eee;
}

form.form-echo textarea {
  font-family: arial;
  font-size: 12px;
  height: 120px;
}

form.form-echo input.radio, form.form-echo input.checkbox {
  width: auto;
  margin: 5px 5px 0 0;
}

form.form-echo select {
  
}

form.form-echo input.button {
    border: 1px solid #666666;
    color: #000000;
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin: 5px 0;
    text-align: center;
    width: 200px;
}
form.form-echo input.button:hover {
  background-color: #1abefa;
  color: #fff;
}

form.form-echo em {
  background-color: #ff0;
  color: #f00;
  font-style: normal;
}

form ul.errorlist {
  list-style-type: none;
  text-align: right;
  padding: 0 2px;
}



#infoplace .search_results h3, #infoplace .search_results h3 a {
  color: #1ABEFA;
  font-size: 14px;
  font-weight: bold;
  margin-bottom:0;
  padding:15px 0 0;
}

.infoblock {
  color: #999;
}


  
/* ---------- global class -------*/  
  .blue, .custom_1 {
    color: #349ED5; 
  }
  .orange, .custom_2 {
    color: #ED7E03; 
  }
  .bold {
    font-weight: bold;
  }
  .leftside {
    float: left;
    margin-left: 0 !important;
  }
  .rightside {
    float: right;
    margin-right: 0 !important;
  }
  .left {
   text-align: left;
  }
  .right {
    float: right;
    text-align: right;
  }
  .ta_right {
    text-align: right;
  }
  .cleaner {
    clear: both;
    margin: 0;
  }
  .cleaner_right {clear: right}
  .hidden {
    visibility: hidden;
  }
/* ----------------------------- */


/* page list */
#page_list {
  width:792px;
}

#page_list div.one_page {
  float:left;
  margin:10px 19px 10px 0;
  width:245px;
}
#page_list div.one_page h3 a {
  color: #1abefa;
}
#page_list div.one_page img {
}
/* page list end */

/* --------- forum ------------*/

#forum {
  margin-top: 10px;
  
}
#forum div.message {
  border-color:#999999;
  border-style:solid;
  border-width:0 0 1px;
  margin:0;
  padding:5px 5px 3px;
}
#forum div.message:hover {
  background-color: #efefef;
}

#forum div.message span.name {
  font-weight: bold;
}
#forum div.message span.name a {
  font-weight: bold;
  color: #000;
  border-bottom: 1px dotted #000;
  text-decoration: none; 
}
#forum div.message span.name a:hover {
  color: #3385d6;
}
#forum div.message span.datetime {
  float: right;
  color: #666;
  font-size:11px;
}


/* mori seiki tabulky */
.pr-series-lineup {
	width: 760px;
	margin: 10px 0px;
}
.pr-series-lineup h5 {
	font-size: 14px;
	color: #c00;
	margin-bottom: 7px;
}
.pr-series-lineup p.pagelineup {
	background: url(/common/image/products/icon_pagetop.gif) no-repeat;
	padding-left: 15px;
}
.pr-series-lineup table {
	border: 1px solid #ccc;
	margin-bottom: 5px;
	width: 100%;
}
.pr-series-lineup th {
	padding: 5px;
	text-align: center;
	border: 1px solid #ccc;
	color: #c00;
	vertical-align: middle;
}
.pr-series-lineup td {
	padding: 5px 3px;
	border: 1px solid #ccc;
	vertical-align: middle;
	text-align: center;
}
.pr-series-lineup td.item {
	background: #eee;
	width: 130px;
	text-align: left;
}
.pr-series-lineup td p {
	text-align: center;
	margin: 3px auto;
}
.f-right {
  float:right;
}
.clear  {
  clear:both;
  font-size:10%;
  height:1px;
}
.clear hr {
  display:none;
}
.mb30 {
  margin-bottom:30px;
}


#infoplace table.table1 {

}

#infoplace table.table1 tr {
  
}
#infoplace table.table1 td, #infoplace table.table1 th {
  padding: 10px;
  border-bottom: 1px solid #cccccc;
}
#infoplace table.table1 th {
  background: url("images/table_line_separator.png") no-repeat scroll 135px 0 #FFFFFF;
  text-align: left;
  font-weight: normal;
}
#infoplace table.table1 td {
}
#infoplace table.table1 td a {
  color: #000;
  font-weight: normal;
}
#infoplace table.table1 td a:hover {
  color: #1abefa;
}

hr {
 /*border-bottom: 1px solid #ccc;*/
 background: #fff url(images/hm_linka.gif) repeat-x scroll 0 0;
 color: transparent;
 height: 1px;
}

/* ---------------------- */




#infoplace .pr-series-lineup table.header {
  border: none;
}
#infoplace .pr-series-lineup table.header td {
  border: none;
  text-align: left;
  padding-right: 20px;
  vertical-align: top;
}

/* ----------newsletter------------ */

#contents.newsletter_layout{
    background: none repeat scroll 0 0 transparent;
}

#contents.newsletter_layout #left_column{
    display: none;
}

#contents.newsletter_layout #infoplace{
    background-color: #777E81;
    width: 990px;
    border-right: 1px solid #3A3A3A;
    border-left: 1px solid #3A3A3A;
    border-bottom: 1px solid #3A3A3A;
    text-align: center;    
}

/*** one column layout ****/
#contents.one_column_layout {
  background-color: #FFFFFF;
}
#contents.one_column_layout #infoplace{
  margin: 0 auto;
  float: none;
}

#contents.one_column_layout #left_column{
    display: none;
}

