/**INIT**/
* {
  margin: 0px;
  padding: 0px;
}

body, p, td, th, 
div, span, ul, li, 
ol, a, input { 
  font-size: 12px;
	font-family: Arial, Tahoma, Trebuchet MS;
	font-weight: normal;
	color: #101010;	
}

body {
  text-align: left;
  line-height: 150%;
  background: #FFF url('../images/bg.png') left top repeat-x;
}

img {
  border: 0;
}

table {
  text-align: left;
}

a {
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

p {
  margin-bottom: 10px;
}

th {
  text-align: left;
}

h1,h2,h3,h4,h5,h6 {
  margin-bottom: 10px;
}

.fclear {
  clear: both;
}

.clear {
  display: none;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.justify {
  text-align: justify;
}

.up {
  vertical-align: top;
}

.italic {
  font-style: italic;
}

.overflow {
  overflow: hidden;
  width: 100%;
}

.float {
  float: left;
  display: inline;
}

.red {
  color: #d42228;
}

/**FORM**/
.FrmTxt {
  width: 144px;
  height: 17px;
  font-family: Tahoma, Trebuchet MS, Arial;
  font-size: 12px;
  color: #3B3B3B;
  padding: 1px 5px 0 5px;
  border: 1px #BFBFBF solid;
}

.FrmSub {
  cursor: pointer;
  width: 65px;
  height: 42px;
  border: 0;
  background: #EDEDED;
}

/**LAYOUT**/
.main_body {
  position: relative;
  overflow: hidden;
  width: 981px;
  margin: 2px auto 0 auto;
}

/**HEADER**/
.header {
  position: relative;
  width: 981px;
  height: 115px;
  background: url('../images/header-bg.jpg') no-repeat;
}

.logo {
  position: absolute;
  top: 20px;
  left: 2px;
  width: 415px;
  height: 67px;
  background: url('../images/logo.png') no-repeat;
}

.nav_bar {
  overflow: hidden;
  position: absolute;
  top: 30px;
  right: 0;
  width: 489px;
  text-align: right;
}

.nav_bar a {
  float: right;
  display: inline;
  font-size: 11px;
  color: #d32027;
  text-decoration: none;
  margin: 0 5px 0 15px;
}

.nav_bar a:hover {
  text-decoration: underline;
}

.home {
  padding: 0 0 0 15px;
  background: url('../images/home-ico.gif') 0 3px no-repeat;
}

.site_map {
  padding: 0 0 0 15px;
  background: url('../images/sitemap-ico.gif') 0 5px no-repeat;
}

/**MENU**/
.menu {
  overflow: hidden;
  position: absolute;
  top: 74px;
  right: 0;
  width: 489px;
  height: 41px;
}

.menu a,
.menu a:hover {
  float: left;
  display: inline;
  height: 30px;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: 11px 0 0 0;
}

.menu1 {
  width: 67px;
  background: #9B9C9D url('../images/menu1.png') no-repeat;
}

.menu2 {
  width: 86px;
  background: #9B9C9D url('../images/menu2.png') no-repeat;
}

.menu3 {
  width: 85px;
  background: #9B9C9D url('../images/menu3.png') no-repeat;
}

.menu4 {
  width: 62px;
  background: #9B9C9D url('../images/menu4.png') no-repeat;
}

.menu5 {
  width: 105px;
  background: #9B9C9D url('../images/menu5.png') no-repeat;
}

.menu6 {
  width: 84px;
  background: #9B9C9D url('../images/menu6.png') no-repeat;
}

.menu a:hover {
  background-position: 0 -41px;
  background-color: #949596;
}

.menu a.active {
  background-position: 0 -82px;
}

/**BAND**/
.band {
  overflow: hidden;
  width: 100%;
  height: 43px;
  background: #F2090B url('../images/band-bg.png') no-repeat;
}

.checking {
  overflow: hidden;
  float: left;
  display: inline;
  width: 400px;
  margin: 0 0 0 15px;
}

.checking p {
  float: left;
  display: inline;
  color: #FFF;
  font-size: 11px;
  font-weight: bold;
  margin: 12px 0 0 0;
}

.checking_txt {
  float: left;
  display: inline;
  width: 146px;
  height: 18px;
  font-size: 11px;
  border: 0;
  margin: 10px 0 0 10px;
  padding: 4px 5px 0 5px;
  background: #FFF url('../images/checking-inp.png') no-repeat;
}

.checking_sub {
  float: left;
  display: inline;
  cursor: pointer;
  width: 49px;
  height: 22px;
  font-size: 11px;
  color: #FFF;
  text-align: center;
  border: 0;
  margin: 10px 0 0 10px;
  background: #8C8D90 url('../images/submit1-bt.png') no-repeat;
}

.checking_sub:hover {
  background-position: 0 -22px;
}

.support {
  overflow: hidden;
  float: right;
  display: inline;
  width: 200px;
  margin: 0 15px 0 0;  
}

.support p {
  float: right;
  display: inline;
  color: #FFF;
  font-size: 11px;
  font-weight: bold;
  margin: 12px 0 0 0;
}

.support .on,
.support .off {
  float: right;
  display: inline;
  width: 56px;
  height: 22px;
  margin: 10px 0 0 10px;
  background: #898A8D url('../images/support-bt.png') no-repeat;
}

.support .off {
  background-position: 0 -22px;
}

/**INDEX**/
.offer {
  overflow: hidden;
  width: 100%;
  height: 260px;
  margin: 8px 0 0 0;
}

.offer_list {
  float: left;
  display: inline;
  width: 290px;
}

.offer_list div {
  display: block;
  width: 290px;
  height: 65px;
  background: #E8E8E9 url('../images/offer-bg.png') no-repeat;
}

.offer_list a,
.offer_list a:hover {
  display: block;
  width: 260px;
  height: 50px;
  font-size: 11px;
  text-decoration: none;
  padding: 15px 0 0 15px;
}

.offer_list a:focus {
  outline: none
}

.offer_view {
  position: relative;
  float: left;
  display: inline;
  width: 691px;
  height: 260px;
  background: #FFF url('../images/offer_view-bg.jpg') no-repeat;
}

.offer_menu {
  display:none;		
	position:absolute;
  width: 691px;
  height: 260px;
}

.offer_arrow {
  position: absolute;  
  left: 0;
  width: 10px;
  height: 17px;
  background: url('../images/arrow-bg.gif') no-repeat;
}

.oa1 {
  top: 25px;
}

.oa2 {
  top: 90px;
}

.oa3 {
  top: 155px;
}

.oa4 {
  top: 220px;
}

.offer_view img {
  display: block;
  padding: 30px 0 0 265px;
}

.offer_view p,
.offer_view span {
  display: block;
  width: 390px;
  margin: 12px 0 0 265px;
  text-align: justify;
}

.offer_view span {
  width: 330px;
  line-height: 180%;
}

.offer_price {
  color: #D42228;
  font-size: 23px;
}

.btn,
.btn:hover {
  display: block;
  width: 52px;
  height: 20px;
  color: #FFF;
  font-size: 11px;
  text-decoration: none;
  padding: 2px 0 0 19px;
  background: #8C8D90 url('../images/btn.png') no-repeat;
}

.btn:hover {
  background-position: 0 -22px;
}

.ob1 {
  position: absolute;
  bottom: 43px;
  right: 10px;
}

.ob2 {
  position: absolute;
  bottom: 13px;
  right: 10px;
}

/**PANEL**/
.panel {
  position: relative;
  overflow: hidden;
  display: block;
  width: 981px;
  height: 66px;
  margin: 10px 0 0 0;
  background: #ECECEC url('../images/panel-bg.png') no-repeat;
}

.panel_arrow {
  position: absolute;
  top: 15px;
  right: 32px;
  width: 20px;
  height: 33px;
}

.control {
  overflow: hidden;
  float: left;
  display: inline;
  width: 291px;
}

.control a {
  float: left;
  display: inline;  
  height: 39px;
  font-size: 11px;
  color: #FFF;
  text-decoration: none;  
  padding: 0 0 0 50px;  
}

.control span {  
  font-size: 11px;
  color: #FFF;
  text-decoration: none;
  padding: 0 0 0 10px;
}

.control_panel {
  width: 75px;
  margin: 14px 0 0 13px;
  background: url('../images/control_panel-bt.png') no-repeat;
}

.webmail {
  width: 45px;
  margin: 14px 0 0 34px;
  background: url('../images/webmail-bt.png') no-repeat;
}

.control a:hover {
  background-position: 0 -39px;
}

.share {
  overflow: hidden;
  float: left;
  display: inline;
  width: 600px;
  margin: 24px 0 0 20px;
}

.share span {
  float: left;
  display: inline;
  width: 135px;
  font-weight: bold;
  color: #000;
}

.share h1 {
  float: left;
  display: inline;
  width: 444px;
  font-size: 12px;
  font-weight: normal;
  margin: 0 0 0 20px;
}

/**HOME INFO**/
.home_info {
  overflow: hidden;
  display: block;
  width: 981px;
  height: 354px;
  margin: 10px 0 0 0;
  background-color: #F3F3F3;
}

.news {               
  overflow: hidden;
  position: relative;
  float: left;
  display: inline;
  width: 290px;
  height: 100%;
  border-right: 1px #DEDEDF solid;
}

.title {
  overflow: hidden;
  display: block;
  height: 44px;
  margin: 0;
}

.arrow {
  position: absolute;
  width: 10px;
  height: 6px;
  left: 132px;
}

.arrow img {
  display: block;
}

.up {
  top: 55px;  
}

.down {
  top: 330px;
}

.news_cnt {         
  overflow: hidden;
  display: block;
  width: 257px;
  height: 245px;
  position: relative;
  margin: 25px 0 0 16px;
}

.news_items {  
  position: absolute;
  left: 0;
  top: 0;
}

.news_box {  
  overflow: hidden;
  width: 257px;  
  margin: 5px 0 0 0;
}

.news_box p {
  margin: 0;
}

.news_box strong {
  color: #d32027;
  font-weight: bold;
}

.news_box span {
  color: #898989;
  font-size: 11px;  
}

.news_box div {
  font-size: 11px;
  text-align: justify;
  margin: 5px 0 0 0;
}

.home_over {
  overflow: hidden;
  width: 690px;
  height: 100%;
  float: left;
  display: inline;     
}

.home_over a {
  text-decoration: none;
}

.home_over a:hover {
  text-decoration: underline;
}

.home_cnt {
  display: block;
  overflow: hidden;
  width: 690px;    
  height: 269px;
}

.home_about {      
  overflow: hidden;     
  float: left;
  display: inline;
  width: 344px;
  height: 269px;
  border-left: 1px #F9F9F9 solid;
  border-right: 1px #E4E4E5 solid;
}

.home_about p {
  overflow: hidden;
  width: 305px;
  font-size: 11px;
  text-align: justify;
  margin: 25px 0 0 17px;
}

.home_about img {
  float: left;
  display: inline;
  margin: 0 25px 0 0;
}

.home_contact {
  position: relative;
  overflow: hidden;
  float: left;
  display: inline;
  width: 343px;
  height: 269px;
  border-left: 1px #F9F9F9 solid;
}

.home_t1 {
  margin: 20px 0 0 22px;
}

.home_t2 {
  margin: 10px 0 0 65px;
}

.home_t3 {
  margin: 0 0 0 65px;
}

.home_t4 {
  margin: 15px 0 0 22px;
}

.home_t5 {
  margin: 15px 0 0 22px;
}

.home_t2 a {
  color: #d32027;
}

.home_tel {
  position: absolute;
  top: 90px;
  left: 28px;
  width: 21px;
  height: 40px;
  background: url('../images/home_tel.png') no-repeat;
}

.home_mail {
  position: absolute;
  top: 171px;
  left: 23px;
  width: 32px;
  height: 22px;
  background: url('../images/home_mail.png') no-repeat;
}

.home_fcbk {
  position: absolute;
  top: 238px;
  left: 100px;
  width: 139px;
  height: 23px;
  background: url('../images/fcbk.png') no-repeat;
}

.home_btm {
  display: block;
  width: 690px;
  height: 84px;
  border-top: 1px #E8E8E9 solid;
}

.links {
  overflow: hidden;
  float: left;
  display: inline;
  width: 506px;
  height: 72px;
  padding: 12px 0 0 0;
  border-right: 1px #E8E8E9 solid;
  background: #FFF url('../images/links-bg.png') repeat-x;
}

.links a {
  float: left;
  display: inline;
  width: 136px;
  color: #d32027;
  font-size: 11px;
  padding: 0 0 0 12px;
  margin: 8px 0 0 20px;
  background: url('../images/li1.png') 0 6px no-repeat;
}

.tp {
  float: left;
  display: inline;
  width: 183px;
}

.tp p {
  font-size: 11px;
  color: #898989;
  margin: 15px 0 0 35px;  
}

.tp img {
  display: block;
  margin: 10px 0 0 37px; 
}

/**FOOTER**/
.shadow {
  overflow: hidden;
  display: block;
  width: 982px;
  height: 7px;
  background: url('../images/shadow-bg.png') no-repeat;
}

.line_end {
  overflow: hidden;
  display: block;
  width: 982px;
  height: 2px;
  margin: 15px 0 0 0;
  background: #F23A42 url('../images/line_end-bg.png') no-repeat;
}

.footer {
  width: 100%;
  height: 116px;
  background: #FFF url('../images/footer-bg.png') repeat-x;
}

.footer_body {
  position: relative;
  overflow: hidden;
  width: 981px;
  height: 116px;
  margin: 0 auto 0 auto;
}

.footer_body img {
  float: left;
  display: inline;
  width: 193px;
  margin: 24px 0 0 3px;
}

.footer_body p {
  float: left;
  display: inline;
  width: 300px;
  font-size: 11px;
  color: #898989;
  margin: 38px 0 0 20px;
}

.footer_body p a {
  font-size: 11px;
  color: #898989;
  text-decoration: none;
}

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

.footer_links {
  float: right;
  display: inline;
  color: #898A8D;
  margin: 43px 0 0 0;
}

.footer_links a {
  font-size: 11px;
  color: #d32027;
  text-decoration: none;
}

.footer_links a:hover {
  text-decoration: underline;
}

.content {
  position: relative;
  overflow: hidden;
  width: 981px;
  min-height: 400px;
  margin: 0 auto 0 auto;
  background: url('../images/content-bg.png') no-repeat;
}

.heading {
  display: block;
  margin: 40px 0 0 15px;
}

/**FAQ**/
.faq {
  position: relative;
  overflow: hidden;
  width: 981px;
}

.faq_box {
  display: block;
  overflow: hidden;
  width: 981px;
  margin: 17px 0 3px 0;
}

.faq_title {
  overflow: hidden;
  width: 981px;
  height: 57px;
  background: #E6E6E6 url('../images/faq_title.png') no-repeat;
}

.faq_title span {
  float: left;
  display: inline;
  width: 135px;
  height: 37px;
  padding: 20px 0 0 18px;
  color: #d42228;
  font-weight: bold;
}

.faq_title img {
  float: left;
  display: inline;
}

.faq_title div {
  float: left;
  display: inline;
  height: 37px;
  color: #101010;
  font-weight: bold;
  padding: 20px 0 0 0;
}

.faq_box p {
  overflow: hidden;
  width: 931px;
  padding: 30px 25px 30px 25px;
  background-color: #F7F7F7;
}

.faq_box a,
.collaboration_box a {
  color: #D32027;
  text-decoration: none;
}

.faq_box a:hover,
.collaboration_box a:hover {
  text-decoration: underline;
}

/**SPOLUPRÁCA**/
.collaboration {
  position: relative;
  overflow: hidden;
  width: 981px;
}

.collaboration_box {
  display: block;
  overflow: hidden;
  width: 981px;
  margin: 14px 0 6px 0;
}

.collaboration_box div {
  overflow: hidden;
  width: 945px;
  height: 37px;
  padding: 20px 18px 0 18px;
  color: #d42228;
  font-weight: bold;
  background: #E6E6E6 url('../images/collaboration_title.png') no-repeat;
}

.collaboration_box p {
  overflow: hidden;
  width: 931px;
  padding: 30px 25px 30px 25px;
  background-color: #F7F7F7;
}

.collaboration_box span {
  display: block;
  width: 881px;
  margin: 20px 0 20px 0;
  padding: 25px;
  color: #101010;
  font-weight: bold;
  background-color: #EAEAEA;
}

/**KONTAKT**/
.contact {
  position: relative;
  overflow: hidden;
  width: 981px;
}

.contact_box {
  display: block;
  overflow: hidden;
  width: 981px;
  margin: 14px 0 6px 0;
}

.contact_title {
  overflow: hidden;
  width: 981px;
  height: 78px;
  background: #E6E6E6 url('../images/contact_title.png') no-repeat;
}

.contact_tel {
  float: left;
  display: inline;
  width: 240px;
  margin: 18px 0 0 55px;
  padding: 3px 0 0 30px;
  background: url('../images/contact_tel.png') no-repeat;
}

.contact_mail {
  float: left;
  display: inline;
  width: 150px;
  height: 75px;
  margin: 25px 0 0 70px;
  padding: 3px 0 0 40px;
  font-weight: bold;
  text-decoration: none;
  background: url('../images/contact_mail.png') 0 3px no-repeat;
}

.contact_mail:hover {
  text-decoration: underline;
}

.contact_bank {
  float: left;
  display: inline;
  width: 200px;
  margin: 18px 0 0 115px;
  padding: 3px 0 0 45px;
  background: url('../images/contact_bank.png') 0 7px no-repeat;
}

.contact_info {
  overflow: hidden;
  width: 981px;
  padding: 0 0 25px 0;
  background-color: #F7F7F7;
}

.contact_table {
  float: left;
  display: inline;
  width: 360px;
}

.contact_table table {  
  margin: 25px 0 0 25px;
  border-collapse: collapse;
}

.contact_table table th {
  width: 120px;
  font-weight: bold;
}

.contact_table p {
   margin: 25px 25px 0 25px;
}

.contact_form {
  float: left;
  display: inline;
  width: 600px;
  margin: 15px 0 0 0;
  line-height: 250%;
}

.contact_form th {
  width: 310px;
}

.contact_form td {
  width: 290px;
}

.contact_txt {
  width: 269px;
  height: 22px;
  border: 0;
  padding: 5px 10px 0 10px;
  background: #FFF url('../images/contact_input.png') no-repeat;
}

.contact_txt:focus {
  color: #FFF;
  background-position: 0 -27px;
}

.contact_form textarea {
  width: 578px;
  height: 83px;
  border: 0;
  font-size: 12px;
	font-family: Arial, Tahoma, Trebuchet MS;
  padding: 5px 10px 5px 10px;
  background: #FFF url('../images/contact_textarea.png') no-repeat;
}

.contact_form textarea:focus {
  color: #FFF;
  background-position: 0 -93px;
}

.contact_sub {
  cursor: pointer;
  width: 60px;
  height: 27px;
  border: 0;
  background: #FFF url('../images/contact_submit.png') no-repeat;
}

.contact_sub:hover {
  background-position: 0 -27px;
}

/**OBJEDNAVKA 3**/
.order_heading {
  display: block;
  margin: 78px 0 0 0;
}

.order {
  /*overflow: hidden;*/
  width: 981px;
  margin: 10px 0 0 0;
}

.order_3 {
  overflow: hidden;
  width: 950px;
  line-height: 220%;
  margin: 0 0 15px 17px;
  border-collapse: collapse;
}

.order_3 th {
  font-weight: bold;
}

.order_txt {
  width: 269px;
  height: 23px;
  border: 0;
  padding: 4px 10px 0 10px;
  background: #FFF url('../images/order_input.png') no-repeat;
}

.order_txt:focus {
  color: #FFF;
  background-position: 0 -27px;
}

.gray_line {
  display: block;
  overflow: hidden;
  width: 981px;
  height: 1px;
  margin: 0 0 15px 0;
  background-color: #DADADB;
}

.order_3 textarea {
  width: 927px;
  height: 112px;
  border: 0;
  padding: 5px 10px 5px 10px;
  background: #FFF url('../images/order_area.png') no-repeat;
}

.order_3 textarea:focus {
  color: #FFF;
  background-position: 0 -122px;
}

.order_btn {
  display: block;
  overflow: hidden;
  width: 981px;
  margin: 10px 0 20px 0;
}

.back {
  float: left;
  display: inline;
  width: 91px;
  height: 39px;
  background: #8C8D90 url('../images/back-bt.png') no-repeat;
}

.next {
  float: right;
  display: inline;
  width: 91px;
  height: 39px;
  background: #8C8D90 url('../images/next-bt.png') no-repeat;
}

.order_btn a:hover {
  background-position: 0 -39px;
}

.order_3_label {
  overflow: hidden;
  width: 981px;
}

.Agree {
  overflow: hidden;
  float: left;
  position: relative;
  top: 2px;
  width: 15px;
  margin: 0 5px 20px 370px;
}

/**OBJEDNAVKA 4**/
.order_4 {
  overflow: hidden;
  width: 941px;
  margin: 15px 0 20px 20px;
}

.order_margin {
  margin: 30px 0 20px 20px;
}

.gray_line2 {
  display: block;
  overflow: hidden;
  width: 941px;
  height: 1px;
  margin: 10px 0 10px 0;
  background-color: #DADADB;
}

.order_left {
  float: left;
  display: inline;
  width: 500px;
}

.order_right {
  float: left;
  display: inline;
  width: 440px;
}

.padd_left {
  overflow: hidden;
  width: 370px;
  margin: 0 0 0 130px;
}

.padd_right {
  overflow: hidden;
  width: 380px;
  margin: 0 0 0 60px;
}

.summary {
  position: relative;
  display: block;
  overflow: hidden;
  width: 981px;
  height: 125px;
  margin: 0 0 20px 0;
  background: #F1F1F1 url('../images/summary-bg.png') no-repeat;
}

.summary div {
  float: left;
  display: inline;
  margin: 86px 20px 0 17px;
  font-size: 11px;
}

.summary span {
  font-weight: bold;
  font-size: 25px;
}

.summary a {
  position: absolute;
  top: 80px;
  right: 20px;
  width: 127px;
  height: 27px;
  background: #818285 url('../images/order_tp.png') no-repeat;
}

.summary a:hover {
  background-position: 0 -27px;
}

.send_order {
  float: right;
  display: inline;
  width: 199px;
  height: 39px;
  background: #8C8D90 url('../images/send_order-bt.png') no-repeat;
}

/**OBJEDNAVKA 2**/
.order_2 {
  /*overflow: hidden;*/
  width: 941px;
  margin: 15px 0 20px 20px;
}

.order_bar {
  /*overflow: hidden;*/
  width: 941px;
}

.order_bar table {
  float: left;
  display: inline;
  width: 448px;
  border-collapse: collapse;
}

.order_bar1 {
  width: 300px;
}

.order_bar2 {
  width: 88px;
}

.order_bar3 {
  width: 60px;
}

.order_bar p {
  float: right;
  display: inline;  
}

.order_bar #loader span {
  position: relative;
  top: -3px;
  font-size: 11px;
  color: #818285;
  padding: 0 10px 0 0;
}

.order_bar select {
  width: 78px;
  height: 27px;
  border: 0;
  background-color: #EDEDED;
}

.checker_sub {
  cursor: pointer;
  width: 51px;
  height: 27px;
  border: 0;
  background: #818285 url('../images/checker_sub-bt.png') no-repeat;
}

.checker_sub:hover{
  background-position: 0 -27px;
}

.list_domains {
  width: 941px;
  font-size: 11px;
  margin: 20px 0 0 0;
  line-height: 300%;
  border-collapse: collapse;
}

.list_domains .available {
  display: none;
}

.list_domains .unavailable {
  display: none;
}

.list_domains th {
  font-weight: bold;
  border-bottom: 1px #F4F4F4 solid;
}

.list_domains td {
  border-bottom: 1px #F4F4F4 solid;
}

.list_padd {
  padding: 0 0 0 20px;
}

.free {
  color: #1aa000;
  padding: 0 0 0 15px;
  background: url('../images/free.gif') 0 13px no-repeat;
}

.reserved {
  color: #d42228;
  padding: 0 0 0 15px;
  background: url('../images/reserved.gif') 0 12px no-repeat;
}

.list_domains select {
  width: 80px;
  height: 20px;
  border: 1px #AFAFAF solid;
  background-color: #FFF;
}

.list_domains tr:hover td {
  cursor: pointer;
  background-color: #F4F4F4;
}

.list_gray {
  color: #CDCDCD;
}

.red a {
  color: #D42228;
  text-decoration: none;
}

.red:hover {
  text-decoration: underline;
}

.reg_sk {
  overflow: hidden;
  width: 941px; 
  margin: 40px 0 0 0;  
  background-color: #FBFBFB;
  border-top: 2px #DADADB solid;
  border-bottom: 2px #DADADB solid;
}

.express {
  float: left;
  display: inline;
  width: 421px;
  padding: 20px 20px 20px 20px;
}

.classic {
  float: left;
  display: inline;
  width: 420px;
  padding: 20px 20px 20px 20px;
  border-left: 1px #DADADB solid;
}

.express p,
.classic p {
  font-size: 11px;
  text-align: justify;
  margin: 15px 0 0 0;
}

.express label,
.classic label {
  position: relative;
  top: -2px;
  left: 5px;
}

/**OBJEDNAVKA 1**/
.order_1 {
  overflow: hidden;
  width: 981px;
}

.row_1,
.row_2 {
  overflow: hidden;
  width: 981px;    
}

.row_1:hover {
  cursor: pointer;
  background-color: #F4F4F4;
}

.column_a1 {
  float: left;
  display: inline;
  width: 261px;
  height: 27px;
  padding: 8px 0 0 20px;
  font-weight: bold;
  border-bottom: 1px #F4F4F4 solid;
}

.column_a2,
.column_a3,
.column_a4,
.column_a5 {
  float: left;
  display: inline;
  width: 159px;
  height: 27px;
  padding: 8px 0 0 15px;
  border-bottom: 1px #F4F4F4 solid;
  border-left: 1px #D42228 solid;
}

.column_bkg {
  color: #FFF;
  background-color: #D42228;
}

.row_1 a {
  color: #D42228;
  text-decoration: none;
}

.row_1 a:hover {
  text-decoration: underline;
}

.column_b1 {
  float: left;
  display: inline;
  width: 261px;
  height: 58px;
  padding: 30px 0 0 20px;
  font-weight: bold;
  border-bottom: 1px #F4F4F4 solid;
}

.column_b2,
.column_b3,
.column_b4,
.column_b5 {
  float: left;
  display: inline;
  width: 99px;
  height: 58px;
  padding: 30px 0 0 75px;
  border-bottom: 1px #F4F4F4 solid;
  border-left: 1px #D42228 solid;
}

.add_domains {
  position: relative;
  overflow: hidden;
  width: 961px;
  padding: 30px 0 30px 20px;
  line-height: 200%;
  border-top: 2px #DADADB solid;
  border-bottom: 2px #DADADB solid;
  background-color: #FBFBFB;
}

.add_domains label {
  position: relative;
  top: -2px;
  left: 5px;
  font-weight: bold;
}

.add_3 {
  position: absolute;
  top: 52px;
  left: 415px;
}

/* flexi dialog */
.flexidialog {
  overflow: hidden;
  width: 475px;
}

.flexidialog-up {  
  overflow: hidden;
  width: 475px;
  height: 8px; 
  position: relative; 
}

.flexidialog-up div {
  overflow: hidden;
  background: url('../images/pu_up.png') no-repeat;
  width: 100%;
  height: 100%;  
}

.flexidialog-down {
  display: block;
  overflow: hidden;
  width: 475px;
  height: 5px;    
}

.flexidialog-down div {
  overflow: hidden;
  background: url('../images/pu_down.png') no-repeat;
  width: 100%;
  height: 100%;
}

.flexidialog-title {
  font-size: 25px;
  font-weight: bold;
  color: #D42228;
}

.flexidialog-content {
  width: 445px;
  padding: 10px;
  border-left: 5px #FFF solid;
  border-right: 5px #FFF solid;
  background: #FFF url('../images/pu_bg.png') repeat-x;
}

.flexidialog-content ul {
  overflow: hidden;
  width: 405px;
  margin: 20px;
  list-style-type: none;
  line-height: 200%;
}

.flexidialog-content li {
  color: #D42228;
  padding: 0 0 0 10px;
  background: url('../images/li1.png') 0 9px no-repeat;
}


.flexidialog {
  position: absolute;  
}

.flexidialog-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 21px;
  height: 21px;
  background: #818285 url('../images/close_bt.png') no-repeat;
}

.flexidialog-close:hover {
  background-position: 0 -21px;
}

.flexidialog-overlay {  
  position: absolute;
  background: #000;
  opacity: 0.80;  
}

.thanks-window {
  display: none;
  width: 475px;
  height: 283px;
  position: absolute;
  background: url('../images/thanks.png');
}

.thanks-window a {
  position: absolute;
  left: 40px;
  top: 218px;
  width: 120px;
  height: 27px;
  background: url('../images/thanks_bt.png') no-repeat;
}

.thanks-window a:hover {
  background-position: 0 -27px;
}

.faq_tbl {
  overflow: hidden;
  width: 931px;
  padding: 30px 25px 30px 25px;
  background-color: #F7F7F7;
}

.faq_tbl table {
  overflow: hidden;
  border-collapse: collapse;
  width: 405px;
}

.faq_tbl table th {
  overflow: hidden;
  width: 150px;
  font-weight: normal;
}

.faq_tbl table td {
  width: 250px;
}

.whois-container {
  height: 400px;
  overflow: auto;
  margin: 20px 0 20px 20px;
  padding-right: 20px;
  font-size: 11px;
  text-align: justify;
}

.sitemap a {
  padding: 0 0 0 10px;
  background: url('../images/li1.png') 0 3px no-repeat;  
}

.sm {
  margin: 0 0 0 20px;
  padding: 0 0 0 10px;
}

/**PARTNERS**/
.partners_box {
  display: block;
  overflow: hidden;
  width: 981px;
  margin: 14px 0 6px 0;
}

.partners_title {
  overflow: hidden;
  width: 945px;
  height: 37px;
  padding: 20px 18px 0 18px;
  color: #d42228;
  font-weight: bold;
  background: #E6E6E6 url('../images/collaboration_title.png') no-repeat;
}

.partners {
  overflow: hidden;
  width: 931px;
  padding: 30px 25px 30px 25px;
  background-color: #F7F7F7;
}

.partners table {
  overflow: hidden;
  width: 931px;
  line-height: 250%;  
  border-collapse: collapse;
}

.partners tr {
  border-bottom: 1px #F4F4F4 solid;
  background-color: #FFF;
}

.partners tr:hover td,
.partners tr:hover th {
  cursor: pointer;
	background-color: #F4F4F4;
}

.partners th {
  width: 250px;
  font-weight: normal;
  padding-left: 20px;
}

.partners td {
  width: 681px;
  font-weight: normal;
  padding-left: 20px;
}

.partners table a {
  color: #D32027;
  text-decoration: none;
  padding-left: 10px;
  background: url('../images/li1.png') 0 3px no-repeat;
}

.partners table a:hover {
  text-decoration: underline;
}

.partners p {
  width: 931px;
  padding: 20px 0 0 10px;
}

.partners p a {
  color: #D32027;
  text-decoration: none;
}

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

.host-radio {
  background: url('../images/radio-bt.png') no-repeat;
  width: 28px;
  height: 28px;
  display: block;
  overflow: hidden;
  cursor: pointer;
}

.dom-select-tld {
  position: relative;
  width: 78px;
  height: 27px;
  padding: 0; 
  background-image: url('../images/select1.png');  
  float: left;
  z-index: 0;
  display: inline;
}

.dom-select-tld.selecthover,
.dom-select-len.selecthover {
  border-color: #9F7627;
  z-index: 700;
}
.dom-select-tld .dom-select-tld-currentItem,
.dom-select-len .dom-select-len-currentItem {
  white-space: nowrap;  
  left: 5px;
  top: 5px;
  position: absolute;
}

.dom-select-len .dom-select-len-currentItem {
  left: 4px;
  top: 2px;
}

.dom-select-tld .dom-select-tld-list,
.dom-select-len .dom-select-len-list {
  display: none;
  position: absolute;
  top: 27px;  
  left: 0px;
  background: #EDEDED;
  width: 110px;
  height: 150px;
  z-index: 1000;
  border: 1px solid #dadadb;
  overflow-x: hidden;
  overflow-y: auto;
}

.dom-select-len .dom-select-len-list {
  top: 20px;
}

.dom-select-tld .dom-select-tld-moreButton,
.dom-select-len .dom-select-len-moreButton {
  width: 100%;
  height: 100%;  
}

.dom-select-tld .dom-select-tld-item.listelementhover,
.dom-select-len .dom-select-len-item.listelementhover {
  background: #d42228;
  color: #fff;
}

.dom-select-tld .dom-select-tld-item,
.dom-select-len .dom-select-len-item {
  display: block;
  cursor: default;
  padding: 2px 5px;
}

#frm_result {
  clear: both;
}

.dom-select-len {
  line-height: 150%;
  position: relative;
  width: 80px;
  height: 20px;
  padding: 0;
  background: url('../images/select2.gif');  
  z-index: 0;
  display: block;
}

