﻿/**************************************************************************************/
/*                                                                                    */
/* CST Standard website CSS                                                           */
/*                                                                                    */
/* Central menu:    top, horizontal                                                   */
/* Submenu:         none                                                              */
/*                                                                                    */
/* Version:         2008-11-18 08:40                                                  */
/*                  Prema Svoboda                                                     */
/*                                                                                    */
/**************************************************************************************/

#content #rightPanel h1 {
	position: relative;
	z-index: 10;
	font-size: 219%;
	font-family: Times New Roman, Times, serif;
	font-family: "Times New Roman", "Times", "serif";
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 15px;
	line-height: auto;
}

#content #rightPanel h1 b,
#content #rightPanel h1 strong {
	font-weight: normal;
	color: #FBA02B;
}
#content #rightPanel a{
color: #FBA02B;
text-decoration: underline;
}
#content #rightPanel a:hover{
color: #464646;
text-decoration: underline;
}
#content #rightPanel h2 {
	font-size: 110%;
}

#content #rightPanel p {
	margin: 10px 0;
}

#content #rightPanel {
	color: #434040;
}

#rightPanel ul
{
  margin:10px 0 0 50px;
}

#rightPanel li
{
  list-style-type:none;
  margin:5px 0 0 0;
}

#rightPanel li a
{
  color:#000;
  text-decoration:none;
  margin:0 0 0 10px;
}

#rightPanel li a:hover
{
  text-decoration:underline;
}
#content #cont_footer a{
color: #CCC;
text-decoration: underline;
}
#content #cont_footer a:hover{
color: #707070;
}
/**********************************  CONTACT FORM  ******************************************************/

#contactForm input
{
  border:1px solid #5d5d5d;
  width:300px;
}


#contactForm textarea {
  border:1px solid #5d5d5d;
  width:570px;
  height:105px;
}

#contactForm .TextAreata,
#contactForm .TextAreata div {
  float:left;
}

#contactForm .TbTextSTextBox,
#contactForm .TaTextSTextArea {
  width:150px;
  font-weight:bold;
  margin:3px 0 0 0;
}

.TextBoxTB,
.TextAreaTA {
	clear: left;
	margin-top: 5px;
}

.TBTextSTextBox,
.TATextSTextArea {
	width: 80px;
}

.TATextSTextArea {
	float:left;
}

.TBTextBox {}
.TATextArea {
	float: left;
}

.TBTextETextBox {
	width: 260px;
	margin-left: 2px;
	font-weight: bold;
	color: #f48000;
}

.TATextETextArea {
	display: none;
}

.fClear {
  float: none;
  clear:both;
  overflow:hidden;
  width: 600px;
  height:1px;
}

.cfLeft {
  width: 80px;
  margin: 5px 0 0 0;
}

.cfRight {
  padding: 5px 0 0 5px;
  color: #f48000;
  font-weight: bold;
  font-size: 120%;
}

.cfCenter {
  margin: 5px 0 0 0;
}

#contactForm .CheckBox input {
  width: auto;
  border: none;

}

#contactForm .CheckBox .cfRight {
  padding: 4px 0 0 10px;
  color: #000;
  font-weight: normal;
  font-size: 100%;
}

#contactForm .TextArea .cfLeft {
  float: left;
}

#contactForm .TextArea div {
  float: left;
}

#formButtons {
	margin-top: 5px;
	text-align: right;
}

#contactForm #btnResetForm,
#contactForm #btnSubmitForm {
  width: auto;
  margin: 0 5px;
  padding: 2px 20px;
  cursor:pointer;
  border:1px solid #949393;
  background: #c2c2c2;
  color: #6e6969;
	text-transform: uppercase;
}

#contactForm #btnSubmitForm {
/*  margin-left:40px;	*/
}
