*
{
  margin: 0;
  padding: 0;
}

html
{
  height: 100%;
  background:#f4f4f5
}

body
{
  font: 11px/14px Arial, Tahoma, Verdana, sans-serif;
  height: 100%;
  background:#f4f4f5;
}

a
{
  /*color: #000;*/
  color:#fe4907;
  outline: none;
  text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p {margin: 0 0 10px}

img {
	border: none;
}

input, textarea
{
  vertical-align: middle;
  border: 1px solid #c0c0c0;
  width:200px;
  margin-bottom:5px;
}

textarea
{
  width:400px;
}

.red
{
  color:#fa5f18;
}


h2
{
  margin-bottom:15px;
  font-size:15px;
  font-weight: bold;
}

#form
{
  background:#fab676;
}

.form
{
  margin-left:30px;
  top:20px;
  position:relative;
}

.submit, .order
{
  cursor:pointer;
}

.submit
{
  margin-top:10px;
}

.logo_text
{
  position:absolute;
  top:100%;
  left:20px;
}

#wrapper
{
  min-width: 1050px;
  max-width: 85%;
  margin: 0 auto;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  z-index: 10;
  position: relative;
}


/* top_images
-----------------------------------------------------------------------------*/
.top_images
{
  background: url(/img/top_bg.gif) repeat-x top left;
  width: 100%;
  min-width: 1050px;
  height: 226px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.top_images_left
{
  background: url(/img/left_img.png) no-repeat top right;
  width: 525px;
  height: 226px;
  position: absolute;
  right: 0px;
  top: 0px;
}

.top_images_right
{
  background: url(/img/right_img.jpg) no-repeat top left;
  width: 463px;
  height: 226px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.top_images_house
{
  background: url(/img/houses.png) no-repeat top left;
  width: 390px;
  height: 111px;
  position: absolute;
  right: 107px;
  top: 100px;
}

.top_images_priboy
{
  background: url(/img/priboi.png) no-repeat top left;
  width: 726px;
  height: 282px;
  position: relative;
  margin: 10px auto 0px;
}

/* Header
-----------------------------------------------------------------------------*/
#header
{
  height: 260px;
  position: relative;
}

.logo
{
  position: absolute;
  top: 20px;
  left: 0px;
  background: url(/img/logo.png) no-repeat left top;
  width: 176px;
  height: 163px;
  display: block;
  cursor: pointer;
}

#form .logo
{
  margin:0px;
  padding:0px;
  left:auto;
  right:0px;
  top:0px;
}

#sarch_frame
{
  display:block;
  position:absolute;
  width:100%;
  z-index:1;
  height:100%;
  padding-top:200px;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle
{
  width: 100%;
  padding: 0 0 100px;
  height: 1%;
}

#middle:after
{
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}
#container
{
  width: 100%;
  float: left;
  overflow: hidden;
}

#content
{
  padding: 24px 216px 25px 232px;
}

#middle h2
{
  background: url(/img/h2.gif) repeat-x bottom left;
  font-family: Verdana;
  font-size: 16px;
  font-weight: normal;
  color: #fe4907;
  padding: 0px 0px 8px 0px;
  margin-bottom: 20px;
}

#middle #search
{
  background:none;
}

.serch_grec
{
  padding-top:30px;
}

.logo_grec
{
  position:absolute;
  display:block;
  width:292px;
  height:41px;
  background: url(/img/turseo/logo_grec.png) no-repeat;
  cursor:pointer;
  margin-top:-27px;
  margin-left:200px;
}

#middle h2.front_page_h2 a
{
  font-family: Verdana;
  font-size: 16px;
  font-weight: normal;
  color: #fe4907;
}


.b_tour
{
  width: 275px;
  height: 90px;
  position: relative;
  float: left;
  margin: 0px 0px 0px 0px;
}

.description
{
  margin: 0px 10px 0px 140px;
}

.description span
{
  display: block;
  padding-bottom: 5px;
}

.b_tour a
{
  color:#FE4907;
}


.b_tour a.style_crop
{
  background:#fff url(/img/i1i.gif) repeat-y top right;
  width: 135px;
  height: 77px;
  position: relative;
  display: block;
  cursor: pointer;
  float: left;
}

.i1
{
  background: url(/img/i1.gif) repeat-x bottom left;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 2px;
}

.i2
{
  background: url(/img/i2.gif) no-repeat bottom right;
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 3px;
  height: 3px;
}

.i3
{
  background: url(/img/i3.gif) no-repeat top right;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 4px;
  height: 3px;
}

.i4
{
  background: url(/img/i4.gif) no-repeat bottom left;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 3px;
  height: 2px;
}



.b_tour a img
{
  vertical-align: top;
  margin: 1px 0px 0px 1px;
}

.block
{
  overflow: hidden;
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
.sl
{
  float: left;
  width: 209px;
  margin-left: -100%;
  margin-bottom: 15px;
  position: relative;
}

.sl ul.menu
{
 padding: 10px 20px 20px 20px;
 list-style: none;
 list-style-type: none;
 position: relative;
 background: #ffffff url(/img/left_bg.gif) repeat-x bottom left;
 margin-left: 10px;
}

.sl ul.menu li
{
 list-style: none;
 list-style-type: none;
 color: #fe4d02;
 font-weight: bold;
 font-size: 14px;
 font-family: Verdana;
 background: url(/img/line.gif) no-repeat bottom right;
 padding: 8px 0px 15px;
}

.sl ul.menu li.last { background: none; }

.sl ul.menu li a
{
  color:#2c9c00;
  font-weight: bold;
  font-size: 14px;
  font-family: Verdana;
  text-decoration: none;
}

.sl ul.menu li a.active
{
  color:#FE4907;
}

.sl ul.menu a.active
{
  text-decoration: underline;
}

.sl ul.menu a.active:hover
{
  text-decoration: none;
}

.sl ul.menu li a:hover
{
  text-decoration: underline;
}


.sl ul.menu li ul
{
  margin: 0px 0px 0px 0px;
  padding: 5px 0px 0px 10px;
}

.sl ul.menu li ul li
{
  padding: 5px 0px 5px;
  background: none;
  color:#FE4907;
  font-size: 12px;
}

.sl ul.menu li ul li a
{
  color: #57575a;
  font-size: 12px;
}


/* Sidebar Right
-----------------------------------------------------------------------------*/
.sr
{
  float: left;
  margin-right: -3px;
  width: 193px;
  margin-left: -193px;

  margin-bottom: 25px;
}

.sr .content
{
  padding: 12px 20px 0px 20px;
  line-height: 16px;
}

.sr_cont
{
  background: #ffffff url(/img/left_bg.gif) repeat-x bottom left;
  margin-right: 10px;
  margin-bottom: 10px;
}


.block_user
{
  background: url(/img/right_user.gif) no-repeat top left;
  width: 183px;
  height: 223px;
  position: relative;
}

.sr dl
{
  color: #fe4907;
  font-size: 12px;
  font-family: Verdana;
  padding: 3px 0px 10px 20px;
}

.sr dl dt
{
  font-size: 14px;
  padding-bottom: 8px;
  font-family: Tahoma, Verdana;
  font-weight: bold;
}

.sr dl dd
{
  padding-left: 20px;
  padding-bottom: 1px;
}

.sr dl.online dd img
{
  margin-right: 4px;
  vertical-align: -4px;
}

.sr dl.online dd
{
  color: #57575a;
  font-size: 11px;
  font-weight: bold;
  font-family: Arial;
  padding-bottom: 3px;
}

.title_block_user
{
  color: #fff;
  font-size: 14px;
  font-family: Verdana;
  padding-bottom: 10px;
}

.block_user input
{
  border: 1px solid #c0c0c0;
  margin-bottom: 6px;
  width: 140px;
  display: block;
}

.block_user label
{
  font-weight: bold;
  font-size: 12px;
  font-family: Arial;
}

.block_user label i
{
  color: #FE4907;
}


.block_user .submit
{
  background:transparent url(/img/submit.png) no-repeat top left;
  width: 98px;
  height: 25px;
  border: 0px;
  display: block;
  cursor: pointer;
  margin-top: 3px;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer
{
  margin: -100px auto 0;
  min-width: 1050px;
  height: 100px;
  background:#f4f4f5 url(/img/footer_bg.gif) repeat-x bottom left;
  position: relative;
  z-index: 20;
}

.footer_l
{
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: url(/img/footer_l.gif) no-repeat top left;
  width: 256px;
  height: 86px;
}

.footer_r
{
  position: absolute;
  bottom: 0px;
  right: 300px;
  background: url(/img/footer_r.gif) no-repeat top right;
  width: 336px;
  height: 86px;
}

.footer_content
{
  position: relative;
  z-index:100;
  min-width: 1000px;
  max-width: 85%;
  margin: 0px auto;
}

.footer_content .copyright
{
  padding: 40px 0px 0px 20px;
  position: relative;
}

.footer_content .contact
{
  position: relative;
  width:300px;
  margin: -25px auto;
  text-align: center;
}

.footer_content .contact a
{
  font-weight: bold;
}


#free_zone_logo
{
  position:absolute;
  display:block;
  width:93px;
  height:42px;
  background-image:url(/img/freezone_logo.png);
  background-repeat:no-repeat;
  right:50px;
  top:40px;
}

#free_zone_logo:hover
{
  background-position:0 -42px;
}

/*  comments
*******************************************************/

.block_comment
{
  border-bottom:1px solid #bcbdc0;
  padding: 0px 0px 0px 0px;
}

.form_submit label
{
  float: left;
  width: 50px;
  font-weight: bold;
}


.form_submit input
{
  width: 240px;
  border:1px solid #C0C0C0;
}

.form_submit textarea
{
  width: 470px;
  border:1px solid #C0C0C0;
  height: 150px;
}

.form_submit span
{
  overflow: hidden;
  display: block;
  margin-bottom: 12px;
}

.form_submit .favorites
{
  background:transparent url(/img/favorites.gif) no-repeat top left;
  width: 159px ;
  height: 25px;
  border: 0px;
  display: block;
  cursor: pointer;
  margin: 0px 20px 0px 50px;
  float: left;
}

.form_submit form
{
  margin-bottom: 20px;
}


.form_submit .submit
{
  background:transparent url(/img/submit.gif) no-repeat top left;
  width: 79px;
  height: 25px;
  border: 0px;
  display: block;
  cursor: pointer;
  margin-top: 3px;
}

.img_comments
{
  overflow: hidden;
  margin: 0px 0px 0px 0px;
}

.img_comments a
{
  background:transparent url(/img/crop.gif) no-repeat scroll left top;
  cursor:pointer;
  display:block;
  float:left;
  height:92px;
  position:relative;
  width:135px;
  margin-right:15px;
}

.img_comments a img
{
  margin:1px 0 0 1px;
  vertical-align:top;
}

.text_comment
{
  margin-bottom: 10px;
}

.user_comments
{
  color:#d94100;
  font-weight: bold;
  margin: 5px 0px 5px;
}


/*  breadcrumb
***************************************/

.breadcrumb,
.breadcrumb li
{
  list-style: none;
  list-style-type: none;
}

.breadcrumb
{
  overflow: hidden;
  color: #888888;
  margin-bottom: 20px;
}

.breadcrumb li
{
  float: left;
}

.breadcrumb a
{
  color: #d94100;
  font-weight: bold;
  text-decoration: none;
}

.breadcrumb a:hover
{
  text-decoration: underline;
}

.breadcrumb .home
{
  background: url(/img/home.gif) no-repeat left top;
  width: 11px;
  height: 9px;
  position: relative;
  font-size: 0px;
  display: block;
  float: left;
  margin-right:3px;
  top: 2px;
  text-indent: -9999px;
}


/*  pager
*****************************************************/

.pager ul,
.pager li
{
  list-style: none;
  list-style-type: none;
}

.pager
{
  text-align: center;
  margin: 20px 0px 0px 0px;
  position: relative;
  overflow: hidden;
  clear: both;
}

.pager ul,
.pager li
{
  display: block;
}

.pager li
{
  float:left;
}

.pager div
{
  float:left;
  position:relative;
  left:50%;
}

.pager ul
{
 position:relative;
 left:-50%;
}

.pager li
{
  margin-right: 4px;
}

/*a
{
  color: #d94100;
  text-decoration: none;
  font-weight: bold;
}*/

/*a:hover
{
  text-decoration: underline;
}*/

.prev_finish, .next_end, .prev, .next
{
  height: 7px;
  display: block;
  cursor: pointer;
  position: relative;
  top: 3px;
}

.prev_finish
{
  background: url(/img/prev_finish.gif) no-repeat top left;
  width: 9px;
}

.next_end
{
  background: url(/img/next_end.gif) no-repeat top left;
  width: 9px;
}

.prev
{
  background: url(/img/finish.gif) no-repeat top left;
  width: 4px;
  margin: 0px 3px 0px 3px;
}

.next
{
  background: url(/img/next.gif) no-repeat top left;
  width: 4px;
  margin: 0px 3px 0px 3px;
}

/* news
********************************************/

.new
{
  padding-bottom: 12px;
}

.new .data
{
  color: #000;
  font-weight: bold;
}

.new .title
{
  color: #d94100;
  font-weight: bold;
  margin-bottom: 2px;
}

.new .title a
{
  color: #d94100;
}


/*  block news
**************************************************/

.block_news
{
  padding: 15px 15px 30px 30px;
}

#middle .block_news h2,
#middle .block_news h2 a
{
  background: none;
  padding: 0px;
  color:#FE4907;
  font-family:Verdana;
  font-size:16px;
}

#middle .block_news p a
{
  color: #FE4907;
  font-weight: bold;

}

#middle .block_news p a:hover
{

}

#middle .block_news .data
{
  font-weight: bold;
}

/*   block_turs
*******************************************************/


#middle .block_turs h2,
#middle .block_turs h2 a
{
  background: none;
  padding: 0px;
  color:#FE4907;
  font-family:Verdana;
  font-size:16px;
}

.block_turs
{
  padding: 5px 15px 5px 20px;
}

.block_turs a.block_img_tour
{
  background:transparent url(/img/crop.gif) no-repeat scroll left top;
  cursor:pointer;
  display:block;
  height:78px;
  position:relative;
  width:135px;
}

.block_turs a.block_img_tour img
{
  margin:1px 0 0 1px;
  vertical-align:top;
}

.block_turs .title a
{
  color: #FE4907;
  font-weight: bold;

}

.block_turs .title a:hover
{

}

.block_turs .title
{
  padding-bottom: 4px;
}

.informer
{
  margin: 0px 0px 0px 20px;
  position:relative;
}

.informer a, .informer img
{
  display:block;
  position:relative;
}

.informer img
{
  margin-top:5px;
}

.vkontakt
{
  position:absolute;
  top:-30px;
}

.vkontakt img, .vkontakt a
{
  display:inline-block;
}

.vkontakt img
{
  margin-right:3px;
}

.vkontakt a
{
  font-size:15px;
  color:#fe4907;
  vertical-align:7px;
}

/*
.vkontakt
{
  border:1px solid #393939;
  width:86px;
  height:13px;
}

.informer .vkontakt
{
  margin-top:10px;
}
*/

.pager a
{
  color:#FE4907;
  font-weight: bold;
}


/*  contact
***************************************************************/

.map_img
{
  float: left;
  width: 319px;
  position: relative;
  background:#FFFFFF url(/img/i1i.gif) repeat-y scroll right top;
  height: 304px;
  padding: 1px 1px 0px 1px;
}

.color
{
  color:#FE4907;
}

.wrap_map
{
  overflow: hidden;
  border-bottom: 1px solid #C0C0C0;
  padding: 0px 0px 20px 0px;
  margin-bottom: 10px;
}

.submit_email
{
  border: 0px;
}

.submit_email .submit
{
  margin: 0px 0px 0px 50px;
}

.map_text
{
  margin-left: 330px;
}

.wrap2
{
  width: 560px;
  margin: 0px auto;
  position: relative;
}

.wrap3
{
  max-width: 900px;
  margin: 0px auto;
  position: relative;
}

/*   part
*****************************************************/

.part
{
  overflow: hidden;
  margin-bottom: 10px;
  padding: 0px 0px 15px 0px;
  border-bottom:1px solid #BCBDC0;
}

.part a.style_crop
{
  display: block;
  cursor: pointer;
  width: 169px;
  position: relative;
  float: left;
  background:#FFFFFF url(/img/i1i.gif) repeat-y scroll right top;
}

.part a.style_crop img
{
  margin: 1px 0px 0px 1px;
}

.part div
{
  margin-left: 175px;
}

/* turs
***********************************************************/

.tur
{
  overflow: hidden;
  margin-bottom: 20px;
}

.tur a.tur_img
{
  background: url(/img/crop.gif) no-repeat top left;
  display: block;
  cursor: pointer;
  width: 135px;
  height: 77px;
  position: relative;
  float: left;
}

.tur a.tur_img img
{
  margin: 1px 0px 0px 1px;
}

.tur div
{
  margin-left: 145px;
}

.tur div a.oform
{
  position: relative;
  display: block;
  position: relative;
  cursor: pointer;
  background: url(/img/oform.gif) no-repeat top left;
  width: 125px;
  height: 25px;
}

/*
************************************************************************/

.all a
{
  background: url(/img/next_end.gif) no-repeat right 5px;
  display: block;
  cursor: pointer;
  color:#FE4907;
  position: relative;
  float: left;
  padding: 0px 15px 0px 0px;
}

.all
{
  overflow: hidden;
  font-weight: bold;
}

.wrap
{
  max-width: 84%;
  margin: 0px auto;
  min-width: 530px;
}


.input_no_correckt
{
  border: 1px solid #FE4907 !important;
}

.submit_email i,
.form_submit i
{
  color: #FE4907;
}

.submit_email small,
.form_submit small
{
  font-size: 11px;
  display: block;
  margin: -5px 0px 10px 50px;
}

.no_active
{
  cursor: default !important;
}

.url a
{
  color: #FE4907;
}

.url
{
  margin: 10px 0px;
  font-weight: bold;
}

.img_p
{
  margin: 0px 10px 0px 0px;
}

.front_page
{
  min-width: 560px;
  width: auto;
  max-width: none;
  padding: 0px 15px;
}

.block_user span.small
{
  font-size: 9px;
  line-height:3px !important;
}

.data_n
{

  margin: 0px 0px 10px 0px;
  color: #FE4907;
  font-size: 16px;
}

.style_crop2
{
  background:#FFFFFF url(/img/i1i.gif) repeat-y scroll right top;
  cursor:pointer;
  display:block;
  float:left;
  position:relative;
  padding: 1px 4px 0px 1px;
  margin: 0px 10px 5px 0px;

}

.style_crop2 img
{
  vertical-align: top;
}


.style_crop2 span
{
  display: block;
}

#feedback_file_uploadUploader
{
  float: left;
  margin:0px 10px 0px 50px;
}

.tableRow2
{
  overflow: hidden;
  position: relative;
}

.tableCell3
{
  float: left;
  width: 250px;
  padding-right: 15px;
}

.style_table td
{
  border: 1px solid #BCBDC0;
  padding: 3px;
}

#priceTable td
{
  border: 1px solid #BCBDC0;
}

.mytable table td
{
 /* border: 1px solid #BCBDC0; */
  padding: 2px;
}

.red {color:#F1580F}

a.file
{
  font-size:16px;
  display:inline-block;
  margin-top:5px;
}

.zag
{
  font-size:16px;
  font-weight:bold;
}

.font_16
{
  font-size:16px;
}

.block table tbody td,
.block table tbody th
{
  border-right: 1px solid #FE4907;
  border-bottom: 1px solid #FE4907;
}

.block table {

  border-spacing: 0px;
  border: 0px;
  border-top: 1px solid #FE4907;
  border-left: 1px solid #FE4907;
}

