/*{{{ =Layout*/

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  font: 12px/110% Arial, sans-serif;
  color: #000;
  background: #dff1fc;
}

a {
  color: #0066cc;
}

.red {
  color: red;
}

.line-through {
  text-decoration: line-through;
}

img {
  border: none;
}

.group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.h-l {
  overflow: hidden;
}


.h-wrap {
  width: 964px;
  background: #fff;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  margin: 0 auto;
  padding: 17px;
  position: relative;
}


.h-col1 {
  float: left;
  width: 228px;
  margin: 0 13px 0 0;
  position: relative;
}

.h-col2 {
  float: left;
  width: 244px;
  margin: 0 13px 0 0;
  position: relative;
}

.h-col3 {
  float: left;
  width: 221px;
  position: relative;
  padding: 36px 0 0;
  min-height: 395px;
}

.h-col4 {
  float: right;
  width: 244px;
  position: relative;
}

#catalogs_closed
, .masters_closed
, #order_closed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0; left: 0;
  z-index: 11;
  background: #fff;
  opacity: .8;
  filter:alpha(opacity=80);
}

/*}}}*/


/*{{{ =H-header*/

.h-header {
  width: 1000px;
  min-height: 42px;
  margin: 0 auto;
  padding: 10px 0 0;
  position: relative;
  text-align: center;
}

.logo {
  display: block;
  width: 105px;
  height: 39px;
  position: absolute;
  top: 8px; left: 0;
}

.skype {
  width: 114px;
  position: absolute;
  top: 8px; right: 0;
  font-size: 11px;
  text-align: center;
  color: #134E99;
}

.h-header h1 {
  font-size: 13px;
  font-weight: normal;
  color: #0066cc;
  margin: 0 0 6px;
}

.h-header h2 {
  font-size: 13px;
  margin: 0 0 6px;
}

.h-header h2 span {
  font-weight: normal;
}

/*}}}*/


/*{{{ =Gender*/

#biggender {
  width: 568px;
  height: 241px;
  padding: 37px 0 0;
  position: absolute;
  top: 65px; left: 219px;
  z-index: 13;
  background: url(/i/biggen_bg.png) 0 0 no-repeat;
  text-align: center;
}

#biggender h2 {
  margin: 0 0 26px;
  font: italic 16px Georgia, serif;
}

#gender_box {
  width: 331px;
  margin: 0 auto;
}

.avatar_f
, .avatar_m {
  width: 121px;
  height: 121px;
  background: url(/i/woman_new.png) 0 0 no-repeat;
  float: left;
  cursor: pointer;
}

.avatar_m {
  background-image: url(/i/man_new.png);
  float: right;
}

.avatar_f_selected {
  background: url(/i/woman_selected_new.png) 0 0 no-repeat;
  width: 45px;
  height: 45px;
  float: right;
}

.avatar_m_selected {
  background: url(/i/man_selected_new.png) 0 0 no-repeat;
  width: 45px;
  height: 45px;
  float: right;
}

#smallgender {
  width: 165px;
  position: absolute;
  top: 17px; right: 17px;
  z-index: 1;
  text-align: right;
}

#smallgender .img {
  float: right;
  margin: 0 0 0 10px;
}

#smallgender p {
  margin: 0 0 15px;
}

#smallgender .underline {
  color: #0066cc;
  text-decoration: underline;
  cursor: pointer;
}

.blue {
  color: #0066cc;
}

/*}}}*/


/*{{{ =Calendar*/

#calendar_wrapper {
  position: relative;
}

#calendar_closed {
  width: 100%;
  height: 100px;
  position: absolute;
  top: 0; left: 0;
  z-index: 2;
  background: #fff;
  opacity: .8;
  filter:alpha(opacity=80);
}

.chapter {
  margin: 0 0 0 4px;
  float: left;
  height: 36px;
  font: italic 16px/22px Georgia, serif;
}

.chapter span {
  float: left;
  height: 36px;
  padding: 0 25px 0 6px;
  white-space: nowrap;
}

#calendar_wrapper .chapter {
  position: absolute;
  top: 0; left: 4px;
  margin: 0;
}

.chapter_active {
  background: url(/i/chap-bg1.png) 0 0 no-repeat;
}

.chapter_active span {
  background: url(/i/chap-bg2.png) 100% 0 no-repeat;
}

#calendar_begin {
  height: 113px;
}

#calendar_scroll {
  padding: 0 9px;
  position: relative;
}

.calendar_scroll {
  float: left;
  position: relative;
  overflow: hidden;
  width: 519px;
  height: 113px;
}

.calendar_scroll .items {
  width: 20000px;
  position: absolute;
  top: 0; left: 0;
  clear: both;
}

.days {
  float: left;
  padding: 30px 0 0;
  position: relative;
}

.calendar_scroll a {
  float: left;
  width: 31px;
  height: 32px;
  border: 3px solid #fff;
  padding: 4px 0 0;
  border-radius: 4px;
  font-size: 10px;
  text-align: center;
  color: #000;
  text-decoration: none !important;
  cursor: pointer;
  position: relative;
}

.calendar_scroll a i {
  display: none;
  width: 52px;
  height: 57px;
  position: absolute;
  top: -3px; left: -3px;
  background: url(/i/day_selected.png) 0 0 no-repeat;
}

.calendar_scroll .selected i {
  display: block;
}

.calendar_scroll a span {
  position: relative;
  z-index: 1;
  line-height: 110%;
}

.calendar_scroll a .underline {
  font-size: 13px;
}

.days a:hover
, .days_selected {
  border: 3px solid #ffcc9d;
  font-weight: bold;
}

.days .selected {
  border: 3px solid #f0f0f0;
  background: #f0f0f0;
  font-weight: bold;
  z-index: 1;
}

.month {
  font: italic 14px Georgia,serif;
  text-align: center;
  float: left;
}

a.browse_text {
  display: block;
  width: 18px;
  height: 13px;
  font-size: 18px;
  text-decoration: underline;
  position: absolute;
  top: 60px; left: -9px;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

a.next {
  left: 538px;
}

a.disabled {
  visibility: hidden;
}

/*}}}*/


/*{{{ =Catalog*/

#catalog {
  clear: both;
}

.caccordion {
  font-family: Arial, sans-serif;
  padding: 28px 0 0;
}

.ui-accordion .ui-accordion-header {
  height: 30px;
  top: -1px;
  margin: 0 0 -1px;
  font-size: 14px;
  font-weight: normal;
  border: 1px solid #ccc;
  border-radius: 0;
  background: #d9eef5;
  z-index: 2;
  cursor: default;
}

.ui-accordion .ui-state-active {
  background: #fff;
  border-bottom: none;
  height: 21px;
}

.acdop {
  position: relative;
  top: -29px; left: -1px;
  display: block;
  margin: 0 -1px -28px 0;
  padding: 7px 0 0 9px;
  width: 182px;
  height: 21px;
  border: 1px solid #ccc;
  border-bottom: none;
  border-top-right-radius: 18px;
  background: url(/i/cat-head.png) 0 0 repeat-x #d9eef5;
  cursor: pointer;
}

.ui-state-active .acdop {
  background: #fff;
}

.ui-accordion .ui-accordion-header .ui-icon {
  display: none;
}

.ui-accordion .ui-accordion-content {
  clear: both;
  margin: 0;
  padding: 0 0 35px;
  top: 0;
  border: 1px solid #ccc;
  border-top: none;
  background: #d9eef5;
  border-radius: 0;
}

.ui-accordion .ui-accordion-content-active {
  background: #fff;
  overflow: visible;
}

.sublev {
  margin: 0 0 3px;
  padding: 3px 9px 1px;
}

.more_level .sublev {
  padding-left: 30px;
  font-size: 11px;
}
/*
.sublev:hover
, .sublev_active {
  background: #ededed;
  box-shadow: 8px 8px 8px #c3c2c1;
}
*/

.sublev_active {
  background: #ededed;
  box-shadow: 8px 8px 8px #c3c2c1;
}

.sublev_hover {
  background: #ededed;
  box-shadow: 8px 8px 8px #c3c2c1;
}

.sublev input {
  margin: 0 10px 0 0;
  float: left;
}

.sublev label {
  cursor: pointer;
}

.price {
  font-style: normal;
  font-size: 11px;
  color: #666;
  float: right;
}

.ui-widget-content .ui-icon {
  width: 13px;
  height: 13px;
  margin: 0 5px 0 9px;
  background: url(/i/ui-ic.png) 0 0 no-repeat;
}

.ui-widget-content .ui-icon-triangle-1-s {
  background-position: 0 -13px;
}

/*}}}*/


/*{{{ =Masters*/

#masters {
  clear: both;
}


.maccordion {
  font-family: Arial, sans-serif;
  padding: 28px 0 0;
}

.maccordion .ui-accordion-header a {
  padding: 0;
}

.maccordion .ui-accordion-content {
  overflow: visible;
}

.maccordion .master {
  position: relative;
  right: -14px;
  margin: 0 0 0 -14px;
}

.maccordion table
, .maccordion td {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
}

.maccordion table {
  width: 100%;
}

.maccordion td {
  padding: 0 0 12px 9px;
  text-align: left;
  vertical-align: top;
  width: 45px;
}

.maccordion td.m2
, .maccordion td.m3 {
  padding-right: 16px;
  width: auto;
}

.maccordion td.m2:hover
, .maccordion td.m3 {
  background: url(/i/masters_bg.png) 0 100% no-repeat #f0f0f0;
}

.maccordion td input {
  margin-left: 0;
}

.m_in {
  color: #666;
  font-size: 11px;
}

/*}}}*/


/*{{{ =Timeline_wrap*/

#timeline_wrap {
  clear: both;
  width: 204px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
}

#timeline_wrap.timeline_active {
  background: #f0f0f0;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  box-shadow: 8px 8px 8px #c3c2c1;
}

#timeline {
  padding: 45px 9px 10px;
  height: auto !important;
  min-height: 295px;
  color: #999;
  position: relative;
}

.timeline_active #timeline {
  color: #000;
}

#timeline_wrap h4 {
  font-weight: normal;
  font-size: 12px;
  color: #000;
  border-bottom: 1px solid #ccc;
  margin: 0;
  padding: 0 6px 3px;
  width: 174px;
  height: 26px;
  position: absolute;
  top: 10px; left: 10px;
}

.t_m
, .t_m_r {
  float: left;
  width: 85px;
  height: 17px;
  margin: 0 0 7px;
  font-size: 11px;
  text-align: center;
  line-height: 17px;
  border: 1px solid #fff;
  border-radius: 3px;
}

.timeline_active .t_m
, .timeline_active .t_m_r {
  border-color: #f0f0f0;
}

.t_m_r {
  float: right;
}

.time .cursor {
  border: 1px solid #ccc;
  background: url(/i/time-bg3.png) 0 0 repeat-x;
  cursor: pointer;
}

.time .cursor:hover {
  border-color: #f39100;
  box-shadow: 5px 5px 5px #b8b7b6;
}

.time .cursor.active {
  border-color: #f39100;
  box-shadow: 5px 5px 5px #b8b7b6;
  background-image: url(/i/time-bg4.png);
}

.time .realactive {
  background-image: url(/i/time-bg4.png);
  border-color: #f39100;
  box-shadow: 5px 5px 5px #b8b7b6;
}

.time .lock {
 	color: #e3000b;
    border: 1px solid #F0F0F0;
	background: none;
    cursor: default;
    box-shadow: none !important;
}

.time .locked {
 	color: #e3000b;
    border: 1px solid #F0F0F0;
	background: none;
    cursor: default;
    box-shadow: none !important;
}

.locked .cursor:hover {
  border-color: #F0F0F0;
  box-shadow: 5px 5px 5px #F0F0F0;
}
/*}}}*/


/*{{{ =Order-form*/

#order-form {
  margin: 0;
  padding: 10px 10px 3px;
  background: #e1f1f7;
  border: 1px solid #ccc;
  border-radius: 5px;
}

#order-form h3 {
  margin: 0 0 13px;
  font-weight: normal;
  font-size: 14px;
}

.field1 {
  margin: 0 0 19px;
  padding: 5px 5px 0;
  border: 1px solid #ccc;
  background: #fff;
}

.field1 table {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
}

.field1 th
, .field1 td {
  padding: 0 13px 5px 0;
  border-collapse: collapse;
  text-align: left;
  vertical-align: top;
  color: #999;
}

.field1 th {
  text-align: right;
  font-weight: normal;
  color: #5c5c5c;
}

.serv {
  position: relative;
  z-index: 1;
}

#cart_date
, #cart_catalogs
, #cart_master
, #cart_time
, #cart_itogo {
  color: #5c5c5c !important;
  display: block;
}

#cart_catalogs {
  position: relative;
  left: -58px;
  margin: 0 -58px 0 0;
  text-indent: 58px;
  line-height: 120%;
}

#cart_date .gray
, #cart_catalogs .gray
, #cart_master .gray
, #cart_time .gray
, #itogo .gray
{
  color: #999 !important;
}

.cc_wrap {
  position: relative;
  display: block;
}

#cart_catalogs .cc_wrap {
  margin: 0 0 3px;
}

.cart_close {
  display: block;
  width: 12px;
  height: 12px;
  background: url(/i/cc_close.png) 0 0 no-repeat;
  position: absolute;
  top: 2px; right: -10px;
  cursor: pointer;
}

.field2 {
  margin: 0;
  padding: 0;
  border: none;
}

.field2 table {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
}

.field2 th
, .field2 td {
  padding: 0 0 7px 0;
  border-collapse: collapse;
  text-align: left;
  vertical-align: middle;
}

.field2 th {
  padding-right: 8px;
  text-align: right;
  font: 14px Georgia, serif;
  color: #666;
}

.field2 th.notes {
  font: 10px Arial, sans-serif;
  color: #333;
  text-align: left;
  padding-bottom: 15px;
}

.field2 input {
  margin: 0;
  width: 140px;
}

.field2 th.iagree {
  font: 10px Arial, sans-serif;
  color: #333;
  text-align: left;
  padding-bottom: 15px;
}
.field2 #iagree {
   width: 15px;
   height: 15px;
   float:left;
   margin: 5px;
}

.field2 #submit_button {
  font: 12px Arial, sans-serif;
  color: #333;
  float: right;
  margin: 0 7px 0 0;
  width: auto;
}

.star {
  color: #ff0000;
}

/*}}}*/


/*{{{ =H-footer*/

.h-footer {
  width: 1000px;
  margin: 0 auto;
  padding: 10px 0;
  font-size: 10px;
}

.h-footer p {
  margin: 0;
}

.copy {
  float: left;
}

.date {
  float: right;
}

/*}}}*/


#amessage {
  position: absolute;
  top: -220px; left: 0;
  width: 150px;
  display: none;
  z-index: 9999;
  background: #f6f6f6;
  padding: 10px;
}

.cursor {
	cursor: pointer;
}

.bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.underline_orange {
	border-bottom: 2px solid #F0A83E;
}

.anymaster {
	color: green;
}

.default_avatar {
    width:45px;
    height:45px;
    background: url(/i/avatars/default.jpg) 0 0 no-repeat;
}

#top_order_warning{
    display: block;
    position: absolute;
    top: 8px;
    left: 757px;
    width:232px;
    height:31px;
    border:1px solid #ECE9E6;
    background-color: #fff;
    color:red;
    font-style: italic;
    font-size: 12px;
    padding: 6px 5px 4px 5px;
    line-height: 15px;
}

#top_order_warning_3rows{
    display: block;
    position: absolute;
    top: 2px;
    left: 757px;
    width:232px;
    height:42px;
    border:1px solid #ECE9E6;
    background-color: #fff;
    color:red;
    font-style: italic;
    font-size: 12px;
    padding: 6px 5px 4px 3px;
    line-height: 15px;
}