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

body {
	position: relative;
	height: 100%;
	font-size: 15px;
	font-family: georgia, sans-serif;
	color: #7b736f;
	background: url('../img/bg.jpg') repeat;
	text-align: center;
	line-height: 18px;
}

img {
  border: 0;
}

form {
  margin: 0;
  padding: 0;
}

a {
  outline: 0;
  color: #90362d;
}

a:hover {
  text-decoration: none;
}

label input {
  margin-right: 8px;
}

h1 {
  color: #9eb90e;
  font-size: 20px;
  line-height: 30px;
  font-weight: normal;
  margin: 0 0 8px 0;
}

h1 a {
  color: #9eb90e;
}

h2 {
  color: #196f0d;
  font-size: 18px;
  line-height: 22px;
  font-weight: normal;
  margin: 0 0 4px 0;
}

h2 a {
  color: #196f0d;
}

h3 {
  color: #b63f21;
  font-size: 20px;
  line-height: 22px;
  font-weight: normal;
  margin: 0 0 7px 0;
}

h4 {
  color: #7b736f;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  margin: 0 0 10px 0;
}

.about_box {
  margin: 0 -1px 54px 0;
  width: 301px;
  position: relative;
    background: url('../img/about_box_top.png') no-repeat;
  padding-top: 39px;
}

.about_box .about_box_content {
  zoom: 1;
    background: url('../img/about_box_bottom.png') no-repeat left bottom;
  padding: 0 15px 29px 15px;
  font-size: 14px;
  color: #90785e;
  line-height: 17px;
  text-align: center;
}

.about_box .about_box_content p {
  margin: 0 0 10px 0;
}

.about_box .about_box_content .about_box_header {
  line-height: 24px;
  color: #9d5c57;
  font-size: 20px;
  margin-bottom: 8px;
}

.activities {
  margin-bottom: 30px;
}

.activities ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.activities ul li {
  float: left;
  width: 33%;
  //margin-right: -1px;
  line-height: 18px;
  text-align: center;
}

.activities ul li a {
  color: #638517;
}

.activities ul li img {
  margin: 0 auto 11px;
  display: block;
}

.activities ul li p {
  margin: 0 0 8px 0;
}

.activities ul li span a {
  color: #ff9000;
  font-size: 11px;
}

.activities_header {
  height: 14px;
  line-height: 14px;
  zoom: 1;
    background: url('../img/activities_header.png') no-repeat center 1px;
  text-align: center;
  margin-bottom: 32px;
}

.activities_header span {
  font-size: 14px;
  color: #cb9d7f;
  display: inline-block;
  text-transform: uppercase;
  padding: 0 6px;
  background: #FFFFFF;
  letter-spacing: 5px;
}

.add_recipe {
  width: 300px;
  height: 302px;
    background: url('../img/add_recipe.png') no-repeat;
}

.add_recipe_button {
  text-align: center;
  padding-top: 238px;
  zoom: 1;
}

.adv {
  margin: 0 0 -5px -20px;
  padding: 0;
  list-style-type: none;
  font-size: 0;
  line-height: 0;
  letter-spacing: -1px;
}

.adv li {
  margin: 0 0 10px 20px;
  display: inline-block;
  //display: inline;
  zoom: 1;
  vertical-align: top;
  width: 300px;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: normal;
  color: #505050;
}

.adv li .adv_image {
  float: left;
  margin-right: 13px;
  padding-top: 3px;
}

.adv li .adv_image img {
  display: block;
}

.adv li .adv_info {
  zoom: 1;
  overflow: hidden;
  padding-bottom: 3px;
}

.adv li .adv_info .adv_price {
  color: #635c5b;
  font-weight: bold;
  margin-top: 9px;
}

.adv li .adv_info .adv_text {
  margin: 4px 0;
}

.autocomplete-suggestions {
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #E4D8D0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: rgb(240,233,229);
	background: rgba(240,233,229,0.9);
	-webkit-box-shadow: 14px 14px 27px rgba(148,148,148,0.51);
	-moz-box-shadow: 14px 14px 27px rgba(148,148,148,0.51);
	box-shadow: 14px 14px 27px rgba(148,148,148,0.51);
	overflow-y: auto;
}

.autocomplete-suggestions .autocomplete-suggestion {
	color: #7c6e67;
	cursor: pointer;
	padding: 3px 9px;
	line-height: 20px;
	font-size: 14px;
	border-top: 1px dotted #E4D8D0;	
}

.autocomplete-suggestions .autocomplete-suggestion:first-child {
	border: 0 none;
}

.autocomplete-suggestions .autocomplete-suggestion:hover {
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.5);
}

.bold {
  font-weight: bold;
}

.bottom {
  margin-top: 26px;
    background: url('../img/wave.png') repeat-x;
  padding-top: 20px;
  zoom: 1;
}

.bottom h1 {
  text-align: center;
}

.bottom h2 {
  margin: 10px 0;
}

.bottom p {
  margin: 0;
}

.bottom .bottom_hide {
  display: none;
}

.bottom_line {
    height: 13px;
  overflow: hidden;
    margin-top: -13px;
    background: url('../img/bottom_line.png') repeat-x;
}

.breadcrumbs {
  position: absolute;
  left: 232px;
  top: 73px;
}

.breadcrumbs div {
  line-height: 18px;
  padding: 2px 9px 3px 9px;
  border: 1px solid #D9CAB5;
  position: relative;
  behavior: url('pie.htc');
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  zoom: 1;
  overflow:hidden; 
  max-height:38px;
}

.breadcrumbs div a {
  color: #7ba865;
  font-size: 12px;
}

.breadcrumbs div img {
  vertical-align: middle;
  margin: 0 8px;
}

.but {
	display: block;
	width: 100%;
	height: 40px;
	border: 0 none;
	padding: 0;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #ECECEC;
	outline: 0;
	margin: 0;
    cursor: pointer;
	color: #282828;
	font-size: 18px;
	line-height: 40px;
	font-family: georgia, sans-serif;
	-webkit-appearance: none;
	overflow: visible;
	white-space: nowrap;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
	box-sizing: border-box;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);	
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.but:not(.but-dis):hover, .but-dis {
	background: #DFDFDF;
	-webkit-box-shadow: 0 1px 1px rgba(112,102,100,0.5) inset;
	-moz-box-shadow: 0 1px 1px rgba(112,102,100,0.5) inset;
	box-shadow: 0 1px 1px rgba(112,102,100,0.5) inset;
}

.but-dis {
	color: #bbb !important;
}

.button {
  height: 34px;
  line-height: 32px;
  cursor: pointer;
  background: url('../img/button.png') no-repeat right -34px;
  display: inline-block;
  padding: 0 17px 0 0;
  border: 0 none;
  overflow: visible;
  vertical-align: top;
  text-decoration: none;
}

.button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.button:hover {
  background-position: right -102px;
}

.button.add_to_friends {
  height: 30px;
  line-height: 28px;
  background: url('../img/add_to_friends.png') no-repeat left -30px;
  padding: 0 0 0 24px;
}

.button.send_message {
  height: 30px;
  line-height: 28px;
  background: url('../img/send_message.png') no-repeat left -30px;
  padding: 0 0 0 22px;
}

.button.add_to_friends:hover, .button.send_message:hover {
  background-position: left -90px;
}

.button span {
  height: 34px;
  line-height: 32px;
  vertical-align: top;
  font-size: 14px;
  color: #282828;
  background: url('../img/button.png') no-repeat;
  display: inline-block;
  padding: 0 0 0 17px;
  font-family: georgia, sans-serif;
  white-space: nowrap;
}

.button:hover span {
  background-position: left -68px;
}

.button.add_to_friends span {
  height: 30px;
  line-height: 28px;
  font-size: 13px;
  color: #252624;
  background: url('../img/add_to_friends.png') no-repeat right top;
  padding: 0 13px 0 8px;
}

.button.send_message span {
  height: 30px;
  line-height: 28px;
  font-size: 13px;
  color: #252624;
  background: url('../img/send_message.png') no-repeat right top;
  padding: 0 12px 0 6px;
}

.button.add_to_friends:hover span, .button.send_message:hover span {
  background-position: right -60px;
}

.button_big {
  height: 38px;
  line-height: 37px;
  cursor: pointer;
  background: url('../img/button_big.png') no-repeat right -38px;
  display: inline-block;
  padding: 0 7px 0 0;
  border: 0 none;
  overflow: visible;
  vertical-align: top;
  text-decoration: none;
}

.button_big::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.button_big:hover {
  background-position: right -114px;
}

.button_big span {
  height: 38px;
  line-height: 36px;
  vertical-align: top;
  font-size: 16px;
  color: #595B4E;
  background: url('../img/button_big.png') no-repeat;
  display: inline-block;
  padding: 0 14px 0 20px;
  font-family: arial, sans-serif;
  font-weight: bold;
  white-space: nowrap;
  position: relative;
}

.button_big:hover span {
  background-position: left -76px;
}

.button_big span em {
  position: absolute;
  left: 21px;
  top: 1px;
  line-height: 36px;
  font-style: normal;
  color: #FFFFFF;
}

.catalog {
  margin: 0 0 0 -31px;
  padding: 0 0 18px 0;
  list-style-type: none;
  font-size: 0;
  line-height: 0;
  letter-spacing: -1px;
}

.cat-header {
	float: left;
}

.catalog li {
  margin: 0 0 18px 31px;
  display: inline-block;
  //display: inline;
  zoom: 1;
  vertical-align: top;
  width: 128px;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: normal;
  text-align: center;
}

.catalog li a {
  color: #8e4e23;
}

.catalog li img {
  display: block;
  margin-bottom: 4px;
}

.catalog li span {
  display: block;
  line-height: 17px;
  margin-top: 2px;
  font-size: 12px;
  color: #af8c74;
}

.catalog_table {
  margin: -12px 0 18px 0;
  zoom: 1;
  display: none;
}

.catalog_table .catalog_table_header {
  line-height: 20px;
  height: 21px;
  text-align: center;
  background: url('../img/cb.gif') repeat-x left 10px;
  margin-bottom: 28px;
}

.catalog_table .catalog_table_header span {
  height: 21px;
  display: inline-block;
  padding: 0 28px 0 40px;
  background: #FFFFFF url('../img/h_dot.gif') no-repeat 28px 9px;
}

.catalog_table .catalog_table_header span span {
  height: 21px;
  padding: 0 12px 0 0;
  background: url('../img/h_dot.gif') no-repeat right 9px;
  font-size: 19px;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #976937;
}

.catalog_table .catalog_table_section {
  margin-top: 39px;
  zoom: 1;
  position: relative;
}

.catalog_table .catalog_table_content .catalog_table_section:first-child {
  margin: 0;
}

.catalog_table .catalog_table_section .cross_bg {
  width: 193px;
  height: 135px;
  background: url('../img/cross_bg.gif') no-repeat;
  position: absolute;
  top: -96px;
  left: 50%;
  margin-left: -96px;
  z-index: 1;
}

.catalog_table .catalog_table_section .section_half {
  width: 264px;
  float: right;
  position: relative;
  z-index: 10;
}

.catalog_table .catalog_table_section .section_half:first-child {
  float: left;
}

.catalog_table .catalog_table_section .section_half ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
}

.catalog_table .catalog_table_section .section_half ul li {
  display: inline-block;
  //display: inline;
  zoom: 1;
  vertical-align: top;
  width: 50%;
  margin-bottom: 7px;
  //margin-right: -1px;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: normal;
  color: #c8c0bb;
}

.catalog_table .catalog_table_section .section_half ul li a {
  font-size: 12px;
  color: #6d3513;
}

.catalog_table .catalog_table_section .section_half .section_half_header {
  line-height: 23px;
  font-size: 14px;
  color: #8f8f8f;
  margin-bottom: 10px;
}

.catalog_table .catalog_table_section .section_half .section_half_header a {
  margin-right: 7px;
  font-size: 18px;
  color: #5d880b;
}

.catalog_table_switcher {
  text-align: center;
  line-height: 17px;
  margin: -12px 0 24px 0;
  height: 18px;
}

.catalog_table_switcher a {
  padding-right: 9px;
  display: inline-block;
  height: 18px;
  text-decoration: none;
  vertical-align: top;
  //padding-bottom: 2px;
  background: url('../img/arrow_down.gif') no-repeat right 7px;
}

.catalog_table_switcher a.opened {
  background: url('../img/arrow_up.gif') no-repeat right 7px;
}

.catalog_table_switcher a span {
  color: #7baa59;
  font-size: 12px;
  background: url('../img/dd.gif') repeat-x left bottom;
}

.catalog_table_switcher a:hover span {
  background: none;
}

.catalog_table_switcher img {
  margin-right: 5px;
  vertical-align: middle;
}

.category {
  float:left;  
  font-size: 11px;
  color: #2b4d0c;
  font-family: georgia, sans-serif;
}

.category a {
  height: 14px;
  line-height: 13px;
  cursor: pointer;
  background: #d9e0c7;
  border-radius:3px;
  display: inline-block;
  padding: 0 6px 0 0;
  vertical-align: top;
  text-decoration: none;
  font-size: 11px;
  color: #2b4d0c;
  padding: 0 6px;
  font-family: georgia, sans-serif;
  white-space: nowrap;
}



.center {
  text-align: center;
}

.choice_box {
  margin-bottom: 15px;
}

.choice_box .choice_box_content {
  zoom: 1;
    background: #F3F0EB url('../img/choice_box_bottom.png') no-repeat right bottom;
  padding: 0 21px 23px 23px;
}

.choice_box .choice_box_content .choice_box_header {
  text-align: center;
  font-size: 16px;
  color: #976937;
  text-transform: uppercase;
  letter-spacing: 5px;
  line-height: 19px;
  margin-bottom: 10px;
}

.choice_box .choice_box_content .form_section {
  margin-bottom: 17px;
}

.choice_box .choice_box_content .form_section  select {
  width: 256px;
  font-family: georgia, sans-serif;
  font-size: 14px;
  color: #d67127;
  padding: 3px;
}

.choice_box .choice_box_content .form_section span {
  display: block;
  color: #786e50;
  font-size: 12px;
  padding: 0 0 3px 2px;
  line-height: 18px;
  zoom: 1;
}

.choice_box .choice_box_top {
  height: 23px;
    background: url('../img/choice_box_top.png') no-repeat;
}

.clear {
  clear: both;
  height: 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}

.comment_box {
  padding: 15px 16px 5px 16px;
  background: #FAF7F2;
  position: relative;
  behavior: url('pie.htc');
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  zoom: 1;
  z-index: 50;
}

 .comment_box_header {
  font-size: 14px;
  color: #cb9d7f;
  text-transform: uppercase;
  letter-spacing: 5px;
  line-height: 16px;
  margin-bottom: 13px;
  padding-left: 3px;
}

.comment_box .comment_box_textarea {
  width: 582px;
  min-height: 101px;
    background: url('../img/comment_box_textarea.gif') no-repeat;
  margin-bottom: 5px;
}

.comment_box .comment_box_textarea textarea {
  width: 548px;
  height: 79px;
    background: none;
  border: 0 none;
  outline: 0;
  overflow: auto;
  resize: 0;
    font-size: 14px;
  font-family: georgia, sans-serif;
  color: #9b8c7e;
  padding: 11px 17px;
}

.comments {
  zoom: 1;
  position: relative;
  z-index: 100;
}

.comments ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.comments ul li {
  zoom: 1;
  vertical-align: bottom;
  padding: 2px 7px 6px 7px;
  margin-bottom: 10px;
  color: #595b4e;
  position: relative;
  border: 1px solid #F0E3D3;
  background: #FAFAF9;
  behavior: url('pie.htc');
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: justify;
   z-index: 20;
}

.comments ul li.sub {
	background: #FEFFFF;
}

.comments ul li:hover {
  z-index: 200;
}

.comments ul li h2 {
  color: #8B9D8D;
  font-size: 16px;
  padding-bottom: 4px;
  margin: 0;
}

.comments ul li h2 a {
  color: #8B9D8D;
}

.comments ul li .comedit {
  float: right;
  margin-top: 5px;
  font-size: 11px;
}

.comments ul li .comedit a {
  float: left;
  color: #8b987b;
  margin-left: 22px;
}

.comments ul li .comment_info {
  height: 24px;
  line-height: 24px;
  font-size: 12px;
}

.comments ul li .comment_info .comment_author {
  width: 180px;
  float: left;
}

.comments ul li .comment_info .comment_author a {
  color: #b78784;
}

.comments ul li .comment_info .comment_author .comment_image {
  margin-right: 7px;
  float: left;
  position: relative;
  zoom: 1;
  z-index: 100;
}


.comments ul li .comment_info .comment_author .comment_image img {
  display: block;
}


.comments ul li .comment_info .comment_author .comment_image:hover .comment_popup {
  display: block;
}


.comments ul li .comment_info .comment_author .comment_image .comment_popup {
  position: absolute;
  left: 23px;
  top: -10px;
  width: 382px;
  padding-left: 11px;
  display: none;
}

.comments ul li .comment_info .comment_author .comment_image .comment_popup .comment_popup_content {
  position: relative;
  padding: 16px 15px 19px 19px;
  background: url('../img/cp.png') repeat;
  zoom: 1;
  text-align: left;
}

.comments ul li .comment_info .comment_author .comment_image .comment_popup .comment_popup_content img {
  float: left;
  margin-right: 13px;
  border: 1px solid #F3F1F2;
  background: #FFFFFF;
  padding: 2px;
  max-width: 100px;
  margin-top: 2px;
}

.comments ul li .comment_info .comment_author .comment_image .comment_popup .comment_popup_content .comment_popup_info {
  zoom: 1;
  overflow: hidden;
  line-height: 16px;
  color: #bcbcbc;
  font-size: 13px;
}

.comments ul li .comment_info .comment_author .comment_image .comment_popup .comment_popup_content .comment_popup_info div {
  font-weight: bold;
  line-height: 18px;
  color: #FFFFFF;
  font-size: 16px;
  margin-bottom: 5px;
}

.comments ul li .comment_info .comment_author .comment_image .comment_popup .comment_popup_content .comment_popup_info div span {
  color: #9eb90e;
}

.comments ul li .comment_info .comment_author .comment_image .comment_popup .comment_popup_content .comment_popup_info p {
  margin: 0 0 5px 0;
}

.comments ul li .comment_info .comment_author .comment_image .comment_popup .comment_popup_content .comment_popup_pointer {
  position: absolute;
  left: -7px;
  top: 16px;
  width: 7px;
  height: 13px;
  background: url('../img/cpp.png') no-repeat;
}

.comments ul li .comment_info .comment_date {
  width: 186px;
  float: left;
  color: #a0a0a0;
}

.comments ul li img.onlinestatus {
  position:relative;
  top:5px;
  z-index: 50;
}

.comments ul li .comment_info .reply {
  float: left;
  color: #a0c86d;
}

.comments ul li .comment_info .reply h3 {
  font-weight: normal;
  margin: 0;
}

.comments ul li .comment_info .right {
  line-height: 21px;
}

.comments ul li .comment_info .right_date {
  color: #838383;
  float: right;
  line-height: 21px;
}

.comments ul li .comment_info_links a {
  float: left;
  color: #a0c86d;
  margin:0 5px;
}

.comments ul li .comment_sep {
  height: 1px;
  background: #F1EDEA;
  overflow: hidden;
  margin: 3px 7px;
}

.comments ul li .comment_textbox {
  /*height: 1%;*/
  height: auto;
  overflow: hidden;
  zoom: 1;
}

.comments ul li ul {
  padding: 40px 0 0 32px;
}

.comments ul li ul li {
  margin: 0;
}

.comments ul li ul li ul {
  padding: 24px 0 0 32px;
}

.comments ul li .quote {
  border-left: 2px solid #a1b96b !important;
  background: #F5F4F5 !important;
  padding: 5px !important;
  font-size: 14px;
}

.comments_head_image {
  height: 59px;
    background: url('../img/comments_header.png') no-repeat center top;
}

.common {
  margin: 12px -1px 20px 0;
  padding-top: 48px;
    background: url('../img/common_header_top.png') no-repeat center top;
  position: relative;
  zoom: 1;
}

.common .common_content {
  zoom: 1;
  padding-bottom: 13px;
    background: url('../img/common_header_bottom.png') no-repeat center bottom;
}

.common .common_content ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.common .common_content ul li {
  line-height: 16px;
  margin-bottom: 17px;
  zoom: 1;
  overflow: hidden;
}

.common .common_content ul li img {
  float: left;
  margin-right: 10px;
}

.common .common_content ul li .common_box {
  zoom: 1;
  overflow: hidden;
}

.common .common_content ul li .common_box a {
  font-size: 14px;
  color: #8b9d74;
}

.common .common_content ul li .common_box div {
  font-size: 12px;
  color: #a0a0a0;
  margin-top: 3px;
}

.common .common_content ul li .common_box div img {
  float: none;
  margin: 0;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.common .common_content ul li .common_box div span {
  color: #b78784;
}

.container {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    background: url('../img/bg_overlay.png') repeat-x;
  position: relative;
  z-index: 50;
}

.content {
  padding: 0 4px ;
  zoom: 1;
    background: url('../img/content_bg.png') repeat-y;
}

.content_bg {
  padding: 0 19px 10px 19px;
  zoom: 1;
    background: url('../img/content_bg_top.jpg') repeat-x;
}

.content_bottom {
  height: 20px;
  overflow: hidden;
    background: url('../img/content_bottom.png') no-repeat;
  margin-bottom: 13px;
}

.ingredient-list {
	margin: 0;
	padding: 5px 0 0 0;
	list-style-type: none;
}

.ingredient-list > li {
	padding: 5px;
}

.ingredient-list > li:nth-child(2n+1) {
	background: rgba(255,255,255,0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.ingredient-list > li:before,
.ingredient-list > li:after {
	display: table;
	line-height: 0;
	content: '';
}

.ingredient-list > li:after {
	clear: both;
}

.ingredient-list .ingredient-list-amount {
	float: right;
}

.ingredient-list .ingredient-list-name {
	float: left;
}

.ingredient-list .ingredient-list-name > a {
	line-height: 17px;
	font-size: 14px;
	text-decoration: none;
}

.element-add {
	float: right;
}






#adding span {
	font-size: 15px !important;
}
#adding {
	margin-top: -3px;
}
.element-add > input {
	width: 66px;
  height: 30px;
    background: url('../img/search_go.png') no-repeat;
  border: 0 none;
  outline: 0;
    cursor: pointer;
  float: right;
}
.element-add > input:hover {
	
    background-position: left -30px;
}

.element-add .element-add-text {
	float: left;
	width: 181px;
	height: 30px;
	background: url('../img/element-add-text.png') no-repeat;
}

.element-add .element-add-text input {
	width: 165px;
	height: 18px;
	padding: 5px 8px;
	background: none;
	border: 0 none;
	outline: 0;
	font-size: 14px;
	font-family: georgia, sans-serif;
	color: #c5aa9c;
	font-style: italic;
}

.element-list-box {
	overflow: hidden;
	padding: 7px 0 4px 0;
}

.element-list-box .element-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	zoom: 1;
}

.element-list-box .element-list > li {
	float: left;
	margin: 0 7px 10px 0;
}

.element-list-box .element-list > li > a {
	display: block;
	line-height: 28px;
	border: 1px solid #D2BCAF;
	background: #F1E9E6 url('../img/element-remove.png') no-repeat right center;
	text-decoration: none;
	padding: 0 27px 0 9px;
	color: #7c6e67;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.element-list-box .element-list > li > a:hover{
	background-color: #EDEDED;
	border-color: #DFDFDF;
}

.element-list-box .element-list-del {
	float: right;
	margin-left: 20px;
	padding-top: 6px;
}

.element-list-box .element-list-del > a {
	text-decoration: none;
	color: #971908;
	border-bottom: 1px dashed #971908;
}

.element-list-box .element-list-del:hover {
	border: 0 none;
}

.fixed {
  position: fixed;
  top: 0;
  z-index: 100;
}

.footer {
  zoom: 1;
  overflow: hidden;
  line-height: 21px;
  padding: 0 10px 0 23px;
  font-size: 14px;
}

.footer ul {
  float: left;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.footer ul li {
  float: left;
  margin-left: 27px;
}

.footer ul li:first-child {
  margin: 0;
}

.footer ul li a {
  color: #a96b61;
}

.footer .copyright {
  float: left;
  color: #516d31;
  margin-right: 40px;
}

.footer .copyright a {
  text-decoration: none;
  color: #516d31;
}

.footer .copyright a:hover {
  text-decoration: underline;
}

.footer .like {
  float: right;
}

.footer .like > div {
  float: left;
}

.footer .like div.like_1 {
  width: 160px;
}

.footer .like div.like_2 {
  width: 75px;
}

.footer .like div img {
  display: block;
}

.go {
  display: inline-block;
  width: 5px;
  height: 12px;
    background: url('../img/go.png') no-repeat;
  vertical-align: middle;
  margin-left: 4px;
  position: relative;
  top: -1px;
}

.head {
  height: 114px;
  position: relative;
  padding-left: 232px;
}

.head ul {
  margin: 0;
  padding: 23px 0 0 0;
  list-style-type: none;
}

.head ul li {
  line-height: 25px;
  font-size: 20px;
  float: left;
  margin-left: 28px;
}

.head ul li:first-child {
  margin: 0;
}

.head ul li a {
  color: #e26519;
}

.header_right_link {
  float: right;
  line-height: 30px;
  padding-right: 17px;
  font-size: 14px;
    background: url('../img/header_right_arrow.gif') no-repeat right 15px;
}

.header_right_link a {
  color: #54683a;
}

.header_sep {
  margin: 7px 0 19px 0;
  height: 5px;
  overflow: hidden;
    background: url('../img/header_sep.png') no-repeat;
}

.icon_buttons {
	overflow: hidden;
}

.icon_buttons .fav-button  {
	float: left;
}

.icon_buttons .fav-button .but {
	display: inline-block;
	vertical-align: top;
	height: 27px;
	padding: 0 11px;
	font-size: 13px;
	line-height: 27px;
	width: auto;
}

.icon_buttons .fav-button .but:before {
	float: left;
	width: 14px;
	height: 11px;
	content: '';
	margin: 9px 5px 0 0;
    background: url('../img/fav-heart.png') no-repeat;
}

.icon_buttons .fav-button .but.done {
	background: #DFDFDF;
	-webkit-box-shadow: 0 1px 1px rgba(112,102,100,0.5) inset;
	-moz-box-shadow: 0 1px 1px rgba(112,102,100,0.5) inset;
	box-shadow: 0 1px 1px rgba(112,102,100,0.5) inset;
}

.icon_buttons .fav-button .but.done:before {
    background-position: left -11px;
}

.icon_buttons .print-link  {
	float: right;
	font-size: 14px;
	margin-top: 4px;
}

.icon_buttons .print-link a {
	text-decoration: none;
}

.icon_buttons .print-link span {
  color: #468b43;
  border-bottom: 1px dashed #468b43;
}

.icon_buttons .print-link span:hover {
  border: 0 none;
}

.icon_buttons .print-link img {
  vertical-align: middle;
  margin-right: 5px;
}

.info_box {
  margin: 17px 0;
  padding: 11px 15px 14px 15px;
  background: #F5F4F5;
  position: relative;
  behavior: url('pie.htc');
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  zoom: 1;
  }

.statick_box {
  margin: 1px 0;
  padding: 1px 15px 14px 1px;
  background: #ffffff;
  position: relative;
  behavior: url('pie.htc');
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  zoom: 1;
}

.info_box img {
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.info_box p {
  margin: 0 0 9px 0;
}

.left {
  float: left;
}

.logo {
  width: 163px;
  height: 92px;
  display: block;
    background: url('../img/logo.png') no-repeat;
    position: absolute;
    top: -5px;
    left: 17px;
}

.main {
  width: 620px;
  float: left;
}

.number_list {
  text-align:justify;
}
.number_list ol {
  margin: 0;
  padding: 0 0 13px 20px;
  list-style-type:decimal;
}

.number_list ol li {
  zoom: 1;
  vertical-align: bottom;
  margin-bottom: 5px;
}

.number_list ol li em {
  font-style: normal;
  font-weight: bold;
  color: #ed6622;
}

.overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  -moz-opacity: 0.90;
  -khtml-opacity: 0.90;
  opacity: 0.90;
  z-index: 100;
  display: none;
}


.pagenavi {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0;
  line-height: 0;
  letter-spacing: -1px;
}

.pagenavi a, .pagenavi span {
  display: inline-block;
  //display: inline;
  zoom: 1;
  vertical-align: top;
  font-size: 24px;
  line-height: 35px;
  letter-spacing: normal;
  margin-right: 6px;
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  color: #76885f;
  text-decoration: none;
    background: url('../img/page.png') no-repeat;
}

.pagenavi span.next {
  display: inline-block;
  //display: inline;
  zoom: 1;
  vertical-align: top;
  margin: 0;
  display: inline;
  height: auto;
  width: auto;
  background: none;
}

.pagenavi span.next a {
  width: auto;
  height: 40px;
  width: auto;
    background: url('../img/next_page.png') no-repeat right -40px;
  padding-right: 29px;
  vertical-align: top;
  line-height: 37px;
  font-weight:500;
  margin: 0;
}

.pagenavi span.next > span {
  display:none;
}

.pagenavi span.next a span.next_page {
  width: auto;
  height: 40px;
  display: inline-block;
    background: url('../img/next_page.png') no-repeat;
  padding-left: 22px;
  color: #76885f;
  text-decoration: underline;
  font-size: 18px;
  line-height: 37px;
  vertical-align: top;
  margin: 0;
}

.pagenavi span.next a:hover  span.next_page {
  text-decoration: none;
}

.pagenavi_100 {
    font-size: 21px;
}

.pagenavi_1000 {
    font-size: 17px;
}

.pagenavi_10000 {
    font-size: 14px;
}

.pagenavi_100000 {
    font-size: 11px;
}

.pagenavi span {
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  font-size: 18px;
  color: #76885f;
    background: url('../img/page.png') no-repeat left -40px;
}

.pm_header_block p {
  margin-top: 0;
}

.pm_table {
  position: relative;
  zoom: 1;
  margin: -14px 0 15px 0;
}

.pm_table table {
  width: 100%;
  border: 1px solid #DBD4B8 !important;
  border-collapse: collapse;
}

.pm_table table td {
  color: #cb9d7f;
  font-size: 13px;
  border: 1px solid #DBD4B8 !important;
  padding: 5px 4px !important;
  line-height: 17px;
  text-align: left;
}

.pm_table table td.cell_center {
  text-align: center !important;
}

.pm_table table td.check_cell {
  text-align: center;
  width: 19px;
}

.pm_table table tr:first-child td {
  color: #848484;
  font-size: 14px;
  padding: 6px 4px !important;
  background: #F6F3E2;
  font-size: 14px;
  text-align: left;
  font-weight: normal;
}

.pm_table table td a {
  color: #cb9d7f;
}

.pm_table .lb {
  left: 0;
  bottom: 0;
    background: url('../img/pm_table_lb.gif') no-repeat;
}

.pm_table .lt {
  left: 0;
  top: 0;
    background: url('../img/pm_table_lt.gif') no-repeat;
}

.pm_table .rb {
  right: 0;
  bottom: 0;
    background: url('../img/pm_table_rb.gif') no-repeat;
}
.pm_table .rt {
  right: 0;
  top: 0;
    background: url('../img/pm_table_rt.gif') no-repeat;
}

.pm_table .lb, .pm_table .lt, .pm_table .rb, .pm_table .rt {
  position: absolute;
  width: 3px;
  height: 3px;
}

.poll_box {
  margin-bottom: 12px;
}

.poll_box .poll_box_bottom {
    background: url('../img/poll_box_bottom.png') no-repeat;
  height: 47px;
}

.poll_box .poll_box_content {
    background: #F3F0E7;
  zoom: 1;
  padding: 0 20px;
}

.poll_box .poll_box_content ul {
    margin: 0;
  padding: 0 0 13px 0;
  list-style-type: none;
}

.poll_box .poll_box_content ul li {
    zoom: 1;
  vertical-align: bottom;
  margin-bottom: 10px;
}

.poll_box .poll_box_content ul li input {
    float: left;
  margin-right: 8px;
}

.poll_box .poll_box_content ul li label {
    display: block;
  zoom: 1;
  overflow: hidden;
  color: #282828;
  font-size: 14px;
}

.poll_box .poll_box_content .poll_question {
    margin-bottom: 12px;
  line-height: 21px;
  font-size: 18px;
  color: #6a540f;
}

.poll_box .poll_box_top {
    background: url('../img/poll_box_top.png') no-repeat;
  height: 25px;
}

.popup {
  position: absolute;
  left: 50%;
  top: 120px;
  margin-left: -258px;
  width: 515px;
  height: 380px;
    background: url('../img/popup.png') no-repeat;
  z-index: 200;
  display: none;
}

.popup .popup_content {
  position: relative;
  padding: 63px 0 0 61px;
  text-align: left;
}

.popup .popup_content .close_popup {
  position: absolute;
  right: 33px;
  top: 47px;
  width: 19px;
  height: 19px;
    background: url('../img/close_popup.png') no-repeat;
  display: block;
}

.popup .popup_content .enter_form {
  width: 220px;
  padding-bottom: 23px;
  border-bottom: 1px solid #F2EDE7;
}

.popup .popup_content .enter_form .enter_form_section {
  margin-bottom: 16px;
}

.popup .popup_content .enter_form .enter_form_sub {
  margin-top: -7px;
  zoom: 1;
  position: relative;
  overflow: hidden;
}

.popup .popup_content .enter_form .enter_form_sub label {
  float: left;
  color: #786e50;
  font-size: 12px;
  margin-top: 6px;
  display: block;
}

.popup .popup_content .enter_form .enter_form_sub label input {
  position: relative;
  top: 2px;
  //top: 1px;
}

.popup .popup_content .enter_form .enter_form_sub .button {
  float: right;
}

.popup .popup_content .popup_header {
  text-transform: uppercase;
  letter-spacing: 6px;
  text-align: center;
  color: #976937;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 24px;
}

.profile {
  margin-bottom: 27px;
  padding-top: 7px;
  width: 579px;
}

.profile .profile_image {
  float: left;
  margin-right: 16px;
  width: 173px;
}

.profile .profile_image .button {
  display: block;
  margin-bottom: 9px;
}

.profile .profile_image .button span {
  font-size: 12px;
  display: block;
}

.profile .profile_image .profile_image_box {
  width: 173px;
  height: 173px;
  background: #f8f1d5;
  position: relative;
  text-align: center;
  margin-bottom: 9px;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
  display: block;
}

.profile .profile_image .profile_image_box > div {
  width: 173px;
  height: 173px;
  display: table-cell;
  vertical-align: middle;
  //height: auto;
  //display: block;
  //margin-top: expression((parentNode.offsetHeight - this.offsetHeight)<0 ? "0" : (parentNode.offsetHeight - this.offsetHeight)/2 + "px");
  position: relative;
  z-index: 10;
  font-style: normal;
}

.profile .profile_image .profile_image_box > div img {
  vertical-align: middle;
}

.profile .profile_image .profile_image_box .lb {
  left: 0;
  bottom: 0;
    background: url('../images/lb.png') no-repeat;
}

.profile .profile_image .profile_image_box .lt {
  left: 0;
  top: 0;
    background: url('../images/lt.png') no-repeat;
}

.profile .profile_image .profile_image_box .rb {
  right: 0;
  bottom: 0;
    background: url('../images/rb.png') no-repeat;
}

.profile .profile_image .profile_image_box .rt {
  right: 0;
  top: 0;
    background: url('../images/rt.png') no-repeat;
}

.profile .profile_image .profile_image_box .lb, .profile .profile_image .profile_image_box .lt, .profile .profile_image .profile_image_box .rb, .profile .profile_image .profile_image_box .rt {
  position: absolute;
  width: 3px;
  height: 3px;
  overflow: hidden;
  z-index: 100;
  display: block;
  font-size: 0;
  line-height: 0;
}

.profile .profile_image .profile_rating {
  margin-bottom: 9px;
  position: relative;
  behavior: url('pie.htc');
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 34px;
  background: #F2EBBD;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#F2EBBD), to(#F5EFCB));
  background: -webkit-linear-gradient(#F2EBBD, #F5EFCB);
  background: -moz-linear-gradient(#F2EBBD, #F5EFCB);
  background: -ms-linear-gradient(#F2EBBD, #F5EFCB);
  background: -o-linear-gradient(#F2EBBD, #F5EFCB);
  background: linear-gradient(#F2EBBD, #F5EFCB);
  -pie-background: linear-gradient(#F2EBBD, #F5EFCB);
}

.profile .profile_image .profile_rating div {
  float: right;
  line-height: 29px;
  color: #FFFFFF;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  position: relative;
  behavior: url('pie.htc');
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  height: 34px;
  background: #8BAE0A;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#8BAE0A), to(#A4BD3B));
  background: -webkit-linear-gradient(#8BAE0A, #A4BD3B);
  background: -moz-linear-gradient(#8BAE0A, #A4BD3B);
  background: -ms-linear-gradient(#8BAE0A, #A4BD3B);
  background: -o-linear-gradient(#8BAE0A, #A4BD3B);
  background: linear-gradient(#8BAE0A, #A4BD3B);
  -pie-background: linear-gradient(#8BAE0A, #A4BD3B);
  width: 90px;
  text-shadow: 1px 1px 0 #56631E;
}

.profile .profile_image .profile_rating span {
  float: left;
  line-height: 33px;
  color: #4d440c;
  font-size: 16px;
  margin-left: 10px;
}

.profile .profile_info {
  zoom: 1;
  overflow: hidden;
  padding-left: 9px;
}

.profile .profile_info .profile_header {
  margin-bottom: 14px;
}

.profile .profile_info .profile_header span {
  line-height: 22px;
  color: #994d48;
  font-size: 20px;
  margin-right: 5px;
  float: left;
}

.profile .profile_info .profile_header .profile_online {
  height: 23px;
  float: left;
  background: #F3F0EB;
  position: relative;
  behavior: url('pie.htc');
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  line-height: 22px;
  color: #638517;
  font-size: 14px;
  font-style: italic;
  overflow: hidden;
  padding: 0 7px 0 5px;
}

.profile .profile_info .profile_header .profile_online em {
  font-style: normal;
  color: #fa5a40;
}

.profile .profile_info .profile_header .profile_online img {
  float: left;
  margin: 6px 5px 0 0;
}

.profile .profile_info .profile_personal_text {
  margin: 0 0 12px -9px;
  zoom: 1;
  position: relative;
  background: #F2E9EA;
  behavior: url('pie.htc');
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  line-height: 20px;
  font-style: italic;
  font-size: 16px;
  color: #88251d;
  padding: 6px 7px;
}

.profile .profile_info .profile_personal_text .p_t_pointer {
  width: 10px;
  height: 5px;
  overflow: hidden;
    background: url('../images/p_t_pointer.gif') no-repeat;
  position: absolute;
  left: 30px;
  top: -5px;
}

.profile .profile_info .profile_text {
  color: #6d6a6c;
  font-size: 14px;
  margin-bottom: -9px;
  zoom: 1;
  position: relative;
}

.profile .profile_info b {
  color: #c99074;
}

.profile .profile_info p {
  margin: 0 0 9px 0;
}

.profile .profile_name {
  margin-bottom: 15px;
  line-height: 20px;
  font-size: 18px;
  color: #949494;
}

.profile .profile_name span {
  color: #d9b2b2;
}

.pull-left-social {
	float: left;
	margin-bottom: 20px;
}

.pull-left-social > div {
	float: left;
}

.pull-left-social > span {
	float: left;
	margin-right: 22px;
}

.pull-right-vote {
	float: right;
	margin-bottom: 20px;
}

.recipe {
  margin-bottom: 20px;
}

.recipe .recipe_content {
  zoom: 1;
  overflow: hidden;
}

.recipe .recipe_content h4 {
  color: #7b736f;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  margin: 0 0 10px 0;
}

.recipe .recipe_content .dotted_list {
  width: 218px;
}

.recipe_content p {
  margin: 0 0 7px 0;
}

.recipe .recipe_gallery {
  float: left;
  width: 295px;
  margin-right: 21px;
  font-size: 0;
  line-height: 0;
  border: 0 none !important;
}

.recipe .recipe_gallery img {
  display: block;
}

.recipe .recipe_gallery .jcarousel-container {
    height: 59px;
  text-align: center;
}

.recipe .recipe_gallery .jcarousel-clip {
    overflow: hidden;
  width: 257px;
  margin: 0 auto;
}

.recipe .recipe_gallery .jcarousel-item {
    width: 85px;
    height: 57px;
  margin-right: 1px;
}

.recipe .recipe_gallery .jcarousel-item img {
    display: block;
}

.recipe .recipe_gallery .jcarousel-next-horizontal {
    position: absolute;
    top: 0;
    right: 0;
    width: 18px;
    height: 59px;
    cursor: pointer;
    background: url('../img/carousel_next.gif') no-repeat;
}

.recipe .recipe_gallery .jcarousel-prev-horizontal {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 59px;
    cursor: pointer;
    background: url('../img/carousel_prev.gif') no-repeat;
}

.recipe .recipe_gallery .ui-tabs-panel img {
  display: block;
  margin-bottom: 2px;
}

.recipe .recipe_gallery .ui-tabs-nav {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.recipe .ui-tabs-hide {
  display: none !important;
}

.recipe-button-box {
	padding: 0 15px 22px 15px;
	border-bottom: 1px solid #E4D3C9;
	margin-bottom: 16px;
}

.recipe-elements.element-list-box {
	padding: 0 0 15px 0;
}

.recipe-elements.element-list-box .element-list-del {
	float: right;
	font-style: italic;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

.recipe-elements.element-list-box .element-list-result {
	float: left;
	font-style: italic;
	font-size: 12px;
	color: #c5aa9c;
	padding-left: 10px;
}

.recipe_info {
  height: 39px;
  overflow: hidden;
}

.recipe_info .recipe_author {
  float: left;
  width: 190px;
}

.recipe_info .recipe_author a {
  line-height: 24px;
  font-size: 12px;
  color: #b78784;
}

.recipe_info .recipe_author img {
  float: left;
  margin-right: 7px;
}

.recipe_info .recipe_date {
  float: left;
  width: 139px;
  line-height: 24px;
  font-size: 12px;
  color: #a0a0a0;
}

.recipe_info .recipe_views {
  float: left;
  line-height: 24px;
  font-size: 12px;
  color: #a0a0a0;
  padding-left: 18px;
 background: url('../img/eye.png') no-repeat left 6px;
}

.recipe_info #vk_like {
  margin-left: 15px;
}

.recipe_info .vote {
  float: right;
  margin-top: 4px;
}

.recipe-search.search {
    margin-bottom: 13px;
	height: auto;
}

.recipe-search.search .search_text {
    background: url('../img/recipe-search.png') no-repeat;
    float: none;
    width: 256px;
	margin-bottom: 7px;
}

.recipe-subscribe {
	font-size: 14px;
	color: #786e50;
}

.recipe-subscribe > label {
	font-size: 12px;
}

.recipe-subscribe > p {
	margin: 0 0 5px 0;
}

.recipe-subscribe .recipe-subscribe-go {
	padding-top: 15px;
	height: 30px;
}

.recipe-subscribe .recipe-subscribe-go input[type="text"] {
    background: url('../img/recipe-subscribe-textfield.png') no-repeat;
    border: 0 none;
    color: #c5aa9c;
    font-family: georgia,sans-serif;
    font-size: 14px;
    font-style: italic;
    height: 18px;
    outline: 0 none;
    padding: 5px 8px;
    width: 157px;
	height: 30px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.recipe-subscribe .recipe-subscribe-go .but {
	float: right;
	width: 90px;
	height: 30px;
	font-size: 13px;
	line-height: 30px;
}

.recipes {
  margin: 0;
  padding: 0 0 10px 0;
  list-style-type: none;
}

.recipes li {
  zoom: 1;
  vertical-align: bottom;
  margin-bottom: 8px;
  position: relative;
}

.recipes .ingredient-list li {
  margin: 0;
}

.recipes li .recipes_image {
  float: left;
  margin-right: 15px;
}

.recipes li .recipes_image img {
  display: block;
  width: 105px;
  height: 78px;
}

.recipes li .recipes_info {
  zoom: 1;
  overflow: hidden;
  line-height: 14px;
  color: #484848;
  font-size: 12px;
text-align:justify;
	z-index: 10;
	position: relative;
}

.recipes li .recipes_info .recipe_link {
  line-height: 24px;
  color: #484848;
  margin-bottom: 5px;
  font-size: 18px;
}

.recipes li .recipes_info .recipe_link a {
  color: #8b9d74;
}

.recipes li .recipes_info .recipe_tools {
  line-height: 17px;
  height: 18px;
  margin-top: 6px;
  padding-right: 20px;
}

.recipes li .recipes_info .recipe_tools .recipe_author {
  float: left;
  width: 145px;
  margin-right: 8px;
    background: url('../img/user.png') no-repeat left 4px;
}

.recipes li .recipes_info .recipe_tools .recipe_author a {
  color: #b78784;
  margin-left: 11px;
}

.recipes li .recipes_info .recipe_tools .recipe_comments {
  float: left;
  width: 102px;
}

.recipes li .recipes_info .recipe_tools .recipe_comments a {
  color: #a1a989;
}

.recipes li .recipes_info .recipe_tools .recipe_date {
  color: #a0a0a0;
  float: left;
  width: 120px;
}

.recipes li .recipes_info .recipe_tools .recipe_views {
  float: left;
  line-height: 17px;
  font-size: 12px;
  color: #a0a0a0;
  padding-left: 18px;
 background: url('../img/eye.png') no-repeat left 2px;
}

.recipes li .recipes_info .recipe_tools .vote {
  float: right;
}

.recipes .recipes_popup {
	position: absolute;
	right: 0;
	top: 0;
	border: 1px solid #DFDFDF;
	background: rgba(238,238,238,0.96);
	z-index: 100;
	display: none;
	-webkit-box-shadow: 4px 4px 14px rgba(148,148,148,0.4);
	-moz-box-shadow: 4px 4px 14px rgba(148,148,148,0.4);
	box-shadow: 4px 4px 14px rgba(148,148,148,0.4);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.recipes .recipes_popup:after, .recipes .recipes_popup:before {
	right: 100%;
	top: 28px;
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.recipes .recipes_popup:after {
	border-color: rgba(238,238,238,0);
	border-right-color: rgba(238,238,238,0.96);
	border-width: 14px;
}

.recipes .recipes_popup:before {
	border-color: rgba(223,223,223,0);
	border-right-color: #DFDFDF;
	border-width: 15px;
	margin-top: -1px;
}

.recipes .recipes_popup .recipes_popup_content {
	padding: 10px;
	position: relative;
}

.recipes .recipes_popup .recipes_popup_content:before {
	width: 15px;
	height: 75px;
	content: '';
	position: absolute;
	left: -15px;
	top: 0;
}

.right {
  float: right;
}

.search {
  height: 68px;
  margin-right: -1px;
}

.search > input, .search_ingred_but {
  width: 66px;
  height: 30px;
    background: url('../img/search_go.png') no-repeat;
  border: 0 none;
  outline: 0;
    cursor: pointer;
  float: right;
}

.search > input:hover, .search_ingred_but:hover {
    background-position: left -30px;
}

.search .search_help {
  margin-top: 8px;
  font-size: 12px;
  font-style: italic;
  color: #c9b0a3;
  padding-left: 7px;
  zoom: 1;
}

.search .search_help a {
  text-decoration: none;
  color: #466b17;
    background: url('../img/bbb.gif') repeat-x left bottom;
}

.search .search_help a:hover {
    background: none;
}

.search .search_text {
  float: left;
  width: 230px;
  height: 30px;
    background: url('../img/search_text.png') no-repeat;
}

.search .search_text input {
  width: 214px;
  height: 18px;
  padding: 5px 8px;
    background: none;
  border: 0 none;
  outline: 0;
    font-size: 14px;
  font-family: georgia, sans-serif;
  color: #c5aa9c;
  font-style: italic;
}

.sidebar {
  width: 300px;
  float: right;
  padding-top: 21px;
}

.site {
  padding: 19px 0 15px 0;
  width: 986px;
  margin: 0 auto;
  text-align: left;
}

.slider {
  width: 620px;
  height: 410px;
  margin-bottom: 23px;
  position: relative;
}

.slider .bx-next  {
  width: 15px;
  height: 38px;
  cursor: pointer;
  position: absolute;
  top: 292px;
  right: 15px;    
  background: url('../img/slider_next.png') no-repeat;
  z-index: 70;
}

.slider .bx-prev  {
  width: 15px;
  height: 38px;
  cursor: pointer;
  position: absolute;
  top: 292px;
  left: 15px;    
  background: url('../img/slider_prev.png') no-repeat;
  z-index: 70;
}

.slider .bx-wrapper {
  width: 620px !important;
  height: 410px;
}

.slider .bx-wrapper .bx-window {
  width: 620px !important;
  height: 410px !important;
  position: relative;
  z-index: 50;
}

.slider .bx-wrapper .bx-window ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.slider .bx-wrapper .bx-window ul li {
  width: 620px;
  height: 410px;
  position: relative;
}

.slider .bx-wrapper .bx-window ul li  img {
  position: absolute;
  left: 0;
  top: 0;
}

.slider .bx-wrapper .bx-window ul li .slider_item_text {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 178px;
  width: 620px;
  background: url('../img/slider_item_bg.png') no-repeat;
  overflow: hidden;
}

.slider .bx-wrapper .bx-window ul li .slider_item_text .slider_item_text_box {
  padding: 0 60px;
  zoom: 1;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 16px;
  margin-top: 34px;
}

.slider .bx-wrapper .bx-window ul li .slider_item_text .slider_item_text_box .slider_item_link {
  font-size: 20px;
  margin-bottom: 8px;
  line-height: 24px;
}

.slider .bx-wrapper .bx-window ul li .slider_item_text .slider_item_text_box .slider_item_link a {
  color: #fac4c0;
}

.slider .bx-wrapper .bx-window ul li .slider_item_text .slider_item_text_box .slider_item_tools {
  zoom: 1;
  overflow: hidden;
  margin-top: 20px;
  padding-bottom: 5px;
}

.slider .bx-wrapper .bx-window ul li .slider_item_text .slider_item_text_box .slider_item_tools .category {
  float: left;
  margin-right: 6px;
}

.slider .bx-wrapper .bx-window ul li .slider_item_text .slider_item_text_box .slider_item_tools .slider_comments {
  float: left;
  line-height: 14px;
  font-size: 14px;
  padding-left: 12px;
  margin-top: -2px;
}

.slider .bx-wrapper .bx-window ul li .slider_item_text .slider_item_text_box .slider_item_tools .slider_comments a {
  color: #d6eb9c;
}

.slider .slider_image {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

.slider .slider_text {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
}

.slider .slider_over_bottom {
  width: 620px;
  height: 43px;
  background: url('../img/slider_over_bottom.png') no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
}

.slider .slider_over_top {
  width: 620px;
  height: 49px;
  background: url('../img/slider_over_top.png') no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

.social-box {
	background: #F9F9F9;
	padding: 18px 35px 24px 35px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
	border-radius: 5px;
	color: #484f52;
	margin-bottom: 30px;
	text-align: center;
}

.social-box > span {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	display: block;
	margin-bottom: 3px;
}

.social-box > p {
	margin: 0 0 14px 0;
}

.social-box > ul {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	display: inline-block;
	vertical-align: top;
}

.social-box > ul > li {
	margin: 0 12px;
	float: left;
}

.social-box > ul > li > a {
	width: 40px;
	height: 40px;
	display: block;
}

.social-box .fb {
    background: url('../img/social.png') no-repeat;
}

.social-box .ok {
    background: url('../img/social.png') no-repeat right top;
}

.social-box .tw {
    background: url('../img/tw.png') no-repeat;
}

.social-box .vk {
    background: url('../img/social.png') no-repeat -67px top;
}

.special_header {
  line-height: 38px;
  color: #9d5c57;
  font-size: 30px;
  margin-bottom: 16px;
    background: url('../img/special_header_wave.png') no-repeat right 18px;
}

.textfield {
  height: 30px;
  background: url('../img/textfield.png') no-repeat right -30px;
  padding-right: 10px;
}

.textfield div {
  height: 30px;
  background: url('../img/textfield.png') no-repeat;
  padding-left: 10px;
}

.textfield div input {
  color: #786e50;
  font-size: 12px;
  font-family: georgia, sans-serif;
  height: 30px;
  outline: 0;
  height: 16px;
  width: 200px;
  padding: 7px 0;
  border: 0 none;
  background: none;
}

.top {
  height: 72px;
  position: relative;
    background: url('../img/top.png') no-repeat;
}

.top_content {
  padding: 10px 17px 0 14px;
  line-height: 18px;
  zoom: 1;
}

.top_content a {
  color: #ffef84;
  text-decoration: none;
    background: url('../img/ybb.gif') repeat-x left bottom;
}

.top_content a:hover {
    background: none;
}

.top_text {
  position: relative;
  white-space: nowrap;
  margin-right: 18px;
  font-size: 14px;
  font-style: italic;
  float: left;
}

.top_text span {
  position: relative;
  color: #FFFFFF;
  z-index: 2;
}

.top_text span.shadow_text {
  position: absolute;
  left: 0;
  top: -2px;
  color: #7B4C38;
  z-index: 1;
}

.top_tools {
  height: 19px;
  float: right;
  color: #FFFFFF;
    background: url('../img/top_tools_right.png') no-repeat right 2px;
  padding-right: 58px;
}

.top_tools div {
  height: 19px;
    background: url('../img/top_tools_left.png') no-repeat left 2px;
  padding-left: 56px;
  float: left;
}

.vote {
    height: 18px;
    display: inline-block;
  //display: inline;
  zoom: 1;
  vertical-align: top;
    background: #F5F4F5;
    position: relative;
    text-align: center;
  padding: 0 3px 0 18px;
  behavior: url('pie.htc');
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.vote a {
    display: block;
    position: absolute;
    width: 10px;
    height: 9px;
}

.vote a:hover {
  background-position: left -9px !important;
}

.vote a.minus {
    background: url('../img/minus.gif') no-repeat;
  top: 5px;
  right: 5px;
}

.vote a.plus {
    background: url('../img/plus.gif') no-repeat;
  top: 4px;
  left: 5px;
}

.vote span {
  display: block;
  line-height: 18px;
  color: #2b7b28;
  font-size: 14px;
  position: relative;
  top: -2px;
}

.dlevode {
  width:100%;
}


/*---Userinfo---*/
.userinfo { font-size:11px; text-align:left }
.userinfo ul { list-style:none; padding:0 0 0 20px; }

.userstop { font-size:12px; }



/* DLE Friends v1.5 */
#no-friends { padding: 6px; border: 1px solid #C0D4DE; background-color: #F3F7F9; color: #507D98; margin: 10px 0; }

.friends { margin-bottom: 10px; }
.friends ul, .prof-list { margin-top: 10px; }
.friends li { width: 100px; text-align: center; float: left; margin-right: 10px; }
.friends img { display: block; margin: 0 auto; width: 100px; height: 100px; }

.friends_table h3 { margin-bottom: 6px; font-size: 14px; line-height: 14px; font-weight: bold; }
  .friends_table h3 a span { font-size: 12px; font-weight: normal; color: #6C838E; }
  .friends_table h3 a span:hover { text-decoration: underline; }
.friends_table ul { list-style: none; margin: 0; padding: 0; }
.friends_table td { padding: 10px; border-bottom: 1px solid #EEE; font-size:12px; vertical-align: top; }
.friends_table .active { background-color: #F8F8F8; }
.contact_friends { width: 140px; }
.contact_friends a, .contact_friends span { display: block; padding: 6px; margin-bottom: 4px; line-height: 11px; }
.contact_friends a:hover { background-color: #DAE7ED; text-decoration: none; }

#allfriends .rcol { margin-top: 4px; }
#allfriends h2.lcol a { text-decoration: underline; }
#allfriends h2.lcol a:hover { text-decoration: none; }

#friends_feed { margin: 0 15px; }
#friends_feed table { width: 100%; border-collapse: collapse; border-spacing: 0; margin-bottom: 25px; }
#friends_feed td { vertical-align: top; text-align: left; }
#friends_feed td.f_avatar, #friends_feed td.f_author { border: 1px solid; border-color: #ACCCDA #E2EDF2 #E2EDF2; vertical-align: middle; background-color: #F4F8FA; }
#friends_feed td.f_avatar { width: 50px; border-spacing: 10px; padding: 2px; border-right-width: 0; }
#friends_feed td.f_avatar img { width: 50px; height: 50px; }
#friends_feed td.f_author { padding: 0 10px; border-left-width: 0; border-style: solid; font-size: 11px; }
#friends_feed td.f_author h3 { fonst-size: 14px; font-weight: bold; margin-bottom: 4px; }
#friends_feed td.f_story { padding: 15px 0; }
#friends_feed .f_cover { width: 104px; max-height: 104px; overflow: hidden; margin-right: 10px; float: left; border: 1px solid #E2EDF2; background-color: #F4F8FA; }
  #friends_feed .f_cover img { width: 100px; padding: 2px; }
#friends_feed td.f_det { border-top: 1px solid #E2EDF2; padding: 5px 0; }

.feed_loader { padding: 10px; text-align: center; border-top: 1px solid #E2EDF2; color: #284B5A; margin-bottom: 20px; }
.f_active:hover { border-color: #ACCCDA; background-color: #F4F8FA; cursor: pointer; }







.areal{
  border: 1px solid #dedfda;
  background-color: #f6f7f1;
  padding: 3px;
  color: #7b736f;
  margin-top: 1px;
  margin-bottom: 1px;
}

.areal2{
  border:1px solid #f6f7f1;
  background-color:#f7fef8;
  padding:3px;
  color:#90362d;
  margin-top:1px;
  margin-bottom:1px;
}

.areal_{
  padding:3px;
  margin-top:1px;
  margin-bottom:1px;
}


img.photo_{
  border: 1px solid #f6f7f1;
  padding: 0px;
}

div.marks img{
  height:8px;
}

.photoid_{
  border-bottom:1px solid #f4f4f4;
}

.sub{
  
  color: #EFF6FF;
}

table.photosmall{
  margin:10px;
  background-color:white;
  border:1px solid #F4F4F4;
  height: 270px;
}

.admin{
  position: absolute;
  margin:2px;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

.admin img, .admin2 img  {
  padding: 0px;
}

.admin_{
  margin:2px;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

.admin_ img, .admin2_ img  {
  padding: 0px;
}

.admin2_ {
  margin: 2px;
}

.selecteditis{
  padding:5px;
  border-right:1px solid #f4f4f4;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
}

.admin2{
  position: absolute;
  margin:2px;
}

.mphotos{}

.td_t_p{
  padding:5px;
  border-right:1px solid #f4f4f4;
}

.micro_photo_t{
  padding:4px;
}

.td_al{}

.photo{
  text-align:left;
  width:100%;
}

.table_c{
  border:1px solid #f6f7f1;
}

img.mpl{
  padding: 0px;
  border:1px solid #f4f4f4;
}

img.mpl:hover{
  padding: 0px;
}

img.mpl1{
  border: 3px solid black;
  padding: 0px;
}

.microns{}

.tdmicrons{
  padding:6px;
}

.cl{
  cursor: hand;
}

.ipc{
  color: gray; font-size: 7pt;
}

td.sl1{
  padding:3px;
}

.sl2{
  border:2px solid #eef7e8;
}

table.bt1, table.bt1 td{
  border: 1px solid #f4f4f4;
  border-collapse: collapse;
  padding:3px;
}

.cobu{
  background-color: white;
  border:1px solid #CCCCCC;
}

.information_photo{
  margin:10px;
  padding:5px;
  border: 1px solid #f4f4f4;
}

.photo_teg_10 {font-size:26pt;}
.photo_teg_9 {font-size:24pt;}
.photo_teg_8 {font-size:22pt;}
.photo_teg_7 {font-size:20pt;}
.photo_teg_6 {font-size:18pt;}
.photo_teg_5 {font-size:16pt;}
.photo_teg_4 {font-size:14pt;}
.photo_teg_3 {font-size:12pt;}
.photo_teg_2 {font-size:10pt;}
.photo_teg_1 {font-size:7pt;}

#hintbox_photo{
  text-align: left;
  font-size: 10px;
  border: 1px solid #ae6f46;
  background-color : #c57e4f;
  layer-background-color : #e1ae8d;
  color: #ffef84;
  margin: 10px 0 0 10px;
  padding: 3px 5px;
  position: absolute;
  visibility: hidden;
  z-index: 998;
      -moz-opacity: 0.9;
      -moz-border-radius: 5px;
  filter: alpha(opacity="90");
  font-family: verdana;
}

img.albomicon {
  height: 44px;
  background: url('../img/user_image.gif') no-repeat right top;
  overflow: hidden;
  float: left;
  margin: -2px 12px 0 -5px;
  padding:7px 7px 0 0;
}

.user .user_image img {
  display: block;
  margin: 8px 6px 0 0;
}

.new-photo{
  position: absolute;
  padding-top: 3px;
  width: 16px;
  height: 16px;
}

.new-photo img {
  padding: 0px;
  margin: 0px;
}

a.back_photo, a.forward_photo {
  text-decoration: none;
}

#comtext {
  color: #555555;
  font-size: 11px;
  font-family: tahoma;
 
  background-repeat: repeat-x;
  width: 459px;
  height: 156px;
  border: 1px solid #e0e0e0;
  background-color: #ffffff;
}

a.rp{
  text-decoration: none;
}

#dropmenudiv {
  width: 192px !important;
}
#dropmenudiv span {
  width: 150px;
  float:left;
  text-decoration:none;
  color: #ffffff;
  background:#cb9d7f;
  border: 1px solid #ffffff;
  padding: 1px 0;
  margin: 1px;
  font-weight: bold;
  text-indent: 3px;
}

#dropmenudiv .sort_photo {
  font-size:12px !important;
}

#dropmenudiv a.sort_photo {
  width: 15px;
    float:left;
  text-decoration:none;
  color: #ffffff;
  background:#cb9d7f;
  border: 1px solid #ffffff;
  padding: 1px 0;
  margin: 1px;
  font-weight: bold;
}

#dropmenudiv a.sort_photo:hover {
  background:#fdd08b;
  color:#000000;
}

/*Default style*/

.fblc{
  padding: 5px;
}
.ftit{
  font-weight: bold;
  border-bottom: 1px solid black;
  padding: 2px;
  background-color: #f4f4f4;
}
.ftit:hover{
  background-color: #f0f0f0;
}
.fcon{
  padding: 3px;
}
.frss{
  padding: 5px;
}
.fcomd{
  background-color: #f4f4f4;
}
.ava{
  border: 3px solid #f4f4f4;
  padding: 2px;
}


.f_input, .f_select, #category {
  width:275px;
  background:#fdfbf3;
  border:1px solid #a9a39a;
  border-radius:2px;
}
.f_select, #category {
  width:280px !important;
}

.f_textarea {
  background:#fdfbf3;
  border:1px solid #a9a39a;
  border-radius:2px;
}

.addnews_fix .xfields input {
  width:78%;
}
.addnews_fix .xfields select {
  min-width:250px;
}

.clickable:hover {
  cursor:pointer;
}



.ad-gallery {
  width: 620px;
  margin-bottom: 41px;
}

.ad-gallery .ad-image-wrapper {
  width: 620px;
  height: 452px;
  margin-bottom: 13px;
  position: relative;
  overflow: hidden;
    background: url('../img/ad_image_wrapper.jpg') no-repeat;
}

.ad-gallery .ad-image-wrapper .ad-loader {
  position: absolute;
  z-index: 10;
  top: 48%;
  left: 48%;
}

.ad-gallery .ad-image-wrapper .ad-next {
  position: absolute;
  right: 10px;
  top: 194px;
  width: 51px;
  height: 52px !important;
  cursor: pointer;
  display: block;
  z-index: 100;
    background: url('../img/ad_image_next.png') no-repeat;
}

.ad-gallery .ad-image-wrapper .ad-prev {
  position: absolute;
  left: 10px;
  top: 194px;
  width: 51px;
  height: 52px !important;
  cursor: pointer;
  display: block;
  z-index: 100;
    background: url('../img/ad_image_prev.png') no-repeat;
}

.ad-gallery .ad-image-wrapper .ad-image {
  position: absolute;
  overflow: hidden;
    top: 22px !important;
  left: 14px !important;
  z-index: 9;
  width: 588px !important;
  height: 430px !important;
}

.ad-gallery .ad-image-wrapper .ad-image > img {
  margin: 0 0 35px 93px;
  display: block;
}

.ad-gallery .ad-image-wrapper .ad-image .ad_image_header {
  height: 45px;
  text-align: center;
}

.ad-gallery .ad-image-wrapper .ad-image .ad_image_info_line {
  width: 588px;
  overflow: hidden;
  line-height: 18px;
  font-size: 11px;
  color: #353535;
}

.ad-gallery .ad-image-wrapper .ad-image .ad_image_info_line .download_this {
  padding-left: 15px;
  float: left;
    background: url('../img/download.png') no-repeat left 3px;
}

.ad-gallery .ad-image-wrapper .ad-image .ad_image_info_line .download_this a {
  color: #965225;
  margin-left: 15px;
}

.ad-gallery .ad-image-wrapper .ad-image .ad_image_info_line .more_info {
  float: right;
}

.ad-gallery .ad-image-wrapper .ad-image .ad_image_info_line .more_info a {
  color: #6caf1d;
  margin-right: 12px;
  font-size: 12px;
}

.ad-gallery .ad-image-wrapper .ad-image .ad_image_vote {
  position: absolute;
  top: 318px;
  left: 413px;
  width: 85px;
  height: 28px;
  overflow: hidden;
  z-index: 20;
    background: url('../img/ad_image_vote.png') no-repeat;
  text-align: center
}

.ad-gallery .ad-image-wrapper .ad-image .ad_image_vote .vote {
  margin: 5px auto 0;
}

.ad-gallery .ad-nav {
  width: 620px;
  height: 124px;
  overflow: hidden;
  background: #F8F8F8;
  position: relative;
  behavior: url('pie.htc');
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
}

.ad-gallery .ad-forward, .ad-gallery .ad-back {
  position: absolute;
  top: 49px;
  width: 11px;
  height: 25px;
  z-index: 10;
  cursor: pointer;
  display: block;
}

.ad-gallery .ad-back {
    background: url('../img/ad_thumbs_prev.gif') no-repeat;
  left: 9px;
}

.ad-gallery .ad-forward {
    background: url('../img/ad_thumbs_next.gif') no-repeat;
  right: 9px;
}

.ad-gallery .ad-nav .ad-thumbs {
  overflow: hidden;
  width: 550px;
  height: 90px;
  margin: 16px auto 0;
  //position: relative;
  //top: 16px;
}

.ad-gallery .ad-thumbs .ad-thumb-list {
  float: left;
  width: 9000px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.ad-gallery .ad-thumbs li {
  float: left;
  padding-right: 2px;
}

.ad-gallery .ad-thumbs li a {
  display: block;
}

.ad-gallery .ad-thumbs li a img {
  display: block;
}

.ad-gallery .ad-thumbs li .ad_thumb_header, .ad-gallery .ad-thumbs li .ad_thumb_vote, .ad-gallery .ad-thumbs li .ad_thumb_info_line {
  display: none;
}



.gallery {
  margin: 0 0 0 -5px;
  padding: 0 0 7px 0;
  list-style-type: none;
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
}

.gallery li {
  display: inline-block;
  //display: inline;
  zoom: 1;
  vertical-align: top;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: normal;
  color: #604e35;
  width; 203px;
  margin: 0 0 20px 5px;
}

.gallery li .gallery_box {
  width: 203px;
  height: 240px;
  background: #F7F2DF;
  text-align: center;
}

.gallery li .gallery_box .gallery_box_content {
  padding-top: 8px;
  width: 188px;
  margin: 0 auto;
  text-align: left;
}

.gallery li .gallery_box .gallery_box_content .gallery_box_header {
  line-height: 14px;
  font-size: 12px;
  overflow: hidden;
  height: 34px;
}

.gallery li .gallery_box .gallery_box_content .gallery_box_header a {
  color: #54683a;
}

.gallery li .gallery_box .gallery_box_content .gallery_box_image {
  margin-bottom: 9px;
  position: relative;
}

.gallery li .gallery_box .gallery_box_content .gallery_box_image > img {
  display: block;
}

.gallery li .gallery_box .gallery_box_content .gallery_box_image .gallery_image_tools {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 188px;
  height: 26px;
  overflow: hidden;
    background: url('../img/gallery_image_tools.png') no-repeat;
}

.gallery li .gallery_box .gallery_box_content .gallery_box_image .gallery_image_tools .download_link {
  float: left;
  display: block;
  margin: 4px 0 0 5px;
}

.gallery li .gallery_box .gallery_box_content .gallery_box_image .gallery_image_tools .vote {
  float: right;
  margin: 4px 5px 0 0;
}

.gallery li .gallery_user {
  line-height: 18px;
  margin-bottom: 3px;
  padding-left: 2px;
  color: #a2a2a2;
}

.gallery li .gallery_user a {
  float: left;
  color: #9eb90e;
  margin-right: 12px;
}

.sort {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.sort li {
  float: left;
  line-height: 31px;
  margin-left: 24px;
  font-size: 13px;
}

.sort li:first-child {
  margin: 0;
}

.sort li a {
  color: #91656d;
}



.user {
  margin: 33px 0 26px 0;
  padding: 8px 17px 0 12px;
    background: url('../img/user_bg.png') no-repeat;
  zoom: 1;
}

.user .user_image {
  background: url('../img/user_image.gif') no-repeat right top;
  overflow: hidden;
  float: left;
  margin-right: 8px;
}

.user .user_image img {
  display: block;
  margin: 8px 6px 0 0;
}

.user .user_info {
  zoom: 1;
  overflow: hidden;
}

.user .user_info h2 {
  padding-top: 6px;
}

.user table a {
  color: #196f0d;
  font-size: 18px;
  line-height: 22px;
  font-weight: normal;
  margin: 0 0 4px 0;
}

.user .user_info .user_info_line {
  font-size: 11px;
  color: #a2a2a2;
}

.user .user_info .user_info_line a {
  color: #9eb90e;
}

.user .user_info .user_info_line span {
  float: left;
  display: block;
  width: 122px;
}

.user .user_info .user_info_line .user_name {
  width: 112px;
}

.user .user_info .user_info_line .rss {
  float: right;
}
.user .user_info .user_info_line .rss a {
  margin:0 0 0 2px;
  font-size:120%;
  position:relative;
  top:-2px;
}


.download_link {
  line-height: 17px !important;
  display: inline-block;
  height: 18px;
    background: url('../img/download.png') no-repeat left 4px;
  padding-left: 13px;
  font-size: 10px;
  font-family: Times New Roman, sans-serif;
}

.download_link a {
  color: #b3a399;
}



h4.prigotov {
  color: #9eb90e;
  font-size: 20px;
  line-height: 30px;
  font-weight: normal;
  margin: 0 0 8px 0;
  text-decoration:underline;
}
h4.prigotov:hover {
  text-decoration:none;
}

.prigotov-box {
  margin-bottom: 35px;
  background: #F5F8E5;
  height: 52px;
  line-height: 48px;
  position: relative;
  behavior: url('pie.htc');
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}

.prigotov-box img {
  vertical-align: middle;
  margin-right: 12px;
  position: relative;
  top: 2px;
}

.prigotov-box .prigotov {
  display: inline-block;
  //display: inline;
  zoom: 1;
  vertical-align: middle;
  font-size: 18px;
  cursor: pointer;
  border-bottom: 1px dashed #407700;
  color: #407700;
  line-height: 22px;
}

.prigotov-box .prigotov:hover {
  border-color: #F5F8E5;
}

.common .common_content ul li .common_box div span a {
    color: #A58472;
  text-decoration: none;
}

.common .common_content ul li .common_box div span a:hover {
  text-decoration: underline;
}






table.table {width:100%;}
table.table td {
  padding:7px 5px 6px 7px;
  border-bottom:1px solid #D6CCAA;
  border-right:1px solid #D6CCAA;
  font-size:8pt;
  text-align:right;}
table.table thead td {
  border-top:1px solid #D6CCAA;
  font-style:italic;}
table.table td.period {
  text-align:left;
  border-right:none;
  width:200px;}

#share42 {
  display: inline-block;
  padding: 6px 0 0 6px;
  background: #FFF;
  border: 1px solid #E9E9E9;
  border-radius: 4px;
}
#share42:hover {
  background: #F6F6F6;
  border: 1px solid #D4D4D4;
  box-shadow: 0 0 5px #DDD;
}
#share42 a {opacity: 0.5;}
#share42:hover a {opacity: 0.7}
#share42 a:hover {opacity: 1}

.da_adp_links {display: none !important;}


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

.rounded img {
  display: block;
}

.rounded .lb {
  left: 0;
  bottom: 0;
    background: url('../images/lb.png') no-repeat;
}

.rounded .lt {
  left: 0;
  top: 0;
    background: url('../images/lt.png') no-repeat;
}

.rounded .rb {
  right: 0;
  bottom: 0;
    background: url('../images/rb.png') no-repeat;
}

.rounded .rt {
  right: 0;
  top: 0;
    background: url('../images/rt.png') no-repeat;
}

.rounded .lb, .rounded .lt, .rounded .rb, .rounded .rt {
  position: absolute;
  width: 3px;
  height: 3px;
  overflow: hidden;
}

.s_box {
  margin-bottom: 25px;
}

.s_box .s_box_bottom {
  height: 20px;
  overflow: hidden;
  background: url('../images/s_box_bottom.png') no-repeat;
}

.s_box.white_bg .s_box_bottom {
  background: url('../images/s_box_bottom_white.gif') no-repeat left bottom;
}

.s_box .s_box_content {
  padding: 8px 0 7px 0;
  zoom: 1;
  background: #F9F6F0;
}

.s_box.white_bg .s_box_content {
  background: #FFFFFF;
}

.s_box .s_box_content .s_box_header {
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 4px;
  color: #7c4a47;
  font-size: 16px;
  letter-spacing: 3px;
}

.s_box .s_box_content.sb2 .s_box_header {
  color: #6a8821;
}

.s_box .s_box_content .s_box_header small {
  color: #7b7979;
  letter-spacing: normal;
  font-size: 12px;
  display: block;
  text-transform: none;
  margin-top: 3px;
}

.s_box .s_box_content .s_box_header span {
  color: #7b7979;
  letter-spacing: normal;
}

.s_box .s_box_content .s_box_more {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.s_box .s_box_content .s_box_more a {
  color: #7c4a47;
  padding-right: 14px;
  background: url('../images/rarr.gif') no-repeat right 8px;
}

.s_box .s_box_content.sb2 .s_box_more a {
  color: #6a8821;
  background: url('../images/rarr_green.gif') no-repeat right 8px;
}

.s_box .s_box_top {
  height: 20px;
  overflow: hidden;
  background: url('../images/s_box_top.png') no-repeat;
}

.s_box.white_bg .s_box_top {
  background: url('../images/s_box_top_white.gif') no-repeat;
}

.albums_list {
  margin: 0 0 -10px 0;
  padding: 12px 0 0 11px;
  list-style-type: none;
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
}

.albums_list li {
  display: inline-block;
  //display: inline;
  zoom: 1;
  vertical-align: top;
  margin: 0 0 19px 10px;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: normal;
  width: 85px;
}

.albums_list li a {
  color: #196f0d;
}

.albums_list li div {
  width: 62px;
  height: 60px;
  overflow: hidden;
    background: url('../images/albums_list_border.gif') no-repeat;
  margin-bottom: 7px;
}

.albums_list li div img {
  display: block;
  margin-top: 6px;
}

.albums_list li span {
  color: #a2a2a2;
  font-size: 11px;
  display: block;
}

.my_friends {
  margin: 0;
  padding: 15px 0;
  list-style-type: none;
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
}

.my_friends li {
  display: inline-block;
  //display: inline;
  zoom: 1;
  vertical-align: top;
  margin-left: 22px;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: normal;
  height: 110px;
  width: 70px;
}

.my_friends li a {
  color: #9d5c57;
}

.user_search_box {
  height: 30px;
  margin-bottom: 10px;
  overflow: hidden;
}

.user_search_box h1 {
  font-size: 25px;
  float: left;
  margin-right: 28px;
}

.user_search_box .adv_search_link {
  margin-top: 7px;
  line-height: 17px;
  font-size: 14px;
  display: inline-block;
  text-decoration: none;
  padding-right: 12px;
    background: url('../images/arrow_down.gif') no-repeat right 8px;
}

.user_search_box .adv_search_link.adv_search_opened {
    background: url('../images/arrow_up.gif') no-repeat right 8px;
}

.user_search_box .adv_search_link span {
  color: #ff4800;
  border-bottom: 1px dashed #ff4800;
}

.user_search_box .adv_search_link:hover span {
  border: 0 none;
}

.user_search_box .sort_by {
  line-height: 18px;
  margin-top: 6px;
  color: #6a6364;
  font-size: 13px;
  float: right;
}

.user_search_box .sort_by a {
  color: #6a6364;
  margin-left: 14px;
}

.user_search_box .sort_by span {
  margin: 0 -4px 0 10px;
  height: 19px;
  padding: 0 4px;
  background: #E8DFE0; 
  position: relative;
  behavior: url('pie.htc');
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
}

.users {
  margin: 0 0 0 -31px;
  padding: 8px 0 0 0;
  list-style-type: none;
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
}

.users li {
  display: inline-block;
  //display: inline;
  zoom: 1;
  vertical-align: top;
  height: 181px;
  width: 130px;
  margin-left: 31px;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: normal;
}

.users li .users_image_box {
  width: 130px;
  height: 130px;
  background: #f8f1d5;
  position: relative;
  text-align: center;
  margin-bottom: 9px;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
  display: block;
}

.users li .users_image_box > em {
  width: 130px;
  height: 130px;
  display: table-cell;
  vertical-align: middle;
  //height: auto;
  //display: block;
  //margin-top: expression((parentNode.offsetHeight - this.offsetHeight)<0 ? "0" : (parentNode.offsetHeight - this.offsetHeight)/2 + "px");
  position: relative;
  z-index: 10;
  font-style: normal;
}

.users li .users_image_box small {
  height: 23px;
  width: 130px;
  background: url('../images/transp.png') repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 20;
  line-height: 21px;
  overflow: hidden;
  font-size: 13px;
}

.users li .users_image_box small em {
  font-style: normal;
  color: #FFFFFF;
  margin-left: 12px;
  float: left;
}

.users li .users_image_box small img {
  float: right;
  display: block;
  margin: 8px 5px 0 0;
}

.users li .users_image_box .lb {
  left: 0;
  bottom: 0;
    background: url('../images/lb.png') no-repeat;
}

.users li .users_image_box .lt {
  left: 0;
  top: 0;
    background: url('../images/lt.png') no-repeat;
}

.users li .users_image_box .rb {
  right: 0;
  bottom: 0;
    background: url('../images/rb.png') no-repeat;
}

.users li .users_image_box .rt {
  right: 0;
  top: 0;
    background: url('../images/rt.png') no-repeat;
}

.users li .users_image_box .lb, .users li .users_image_box .lt, .users li .users_image_box .rb, .users li .users_image_box .rt {
  position: absolute;
  width: 3px;
  height: 3px;
  overflow: hidden;
  z-index: 100;
  display: block;
  font-size: 0;
  line-height: 0;
}

.users li .users_name {
  margin-right: -15px;
  zoom: 1;
  position: relative;
}

.users li .users_name a {
  color: #fb5900;
}

.adv_search {
  background: #F3F6E1;
  position: relative;
  behavior: url('pie.htc');
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  zoom: 1;
  padding: 12px 13px 5px 13px;
  overflow: hidden;
  line-height: 18px;
  color: #868a76;
  font-size: 14px;
  display: none;
}

.adv_search label {
  float: left;
  margin: 6px 18px 0 0;
}

.adv_search label.online_check {
  margin-left: 15px;
  color: #257313;
}

.adv_search label input {
  float: left;
  margin-right: 7px;
}

.adv_search .adv_search_go {
  width: 66px;
  height: 30px;
  background: url('../images/search_go.png') no-repeat;
  border: 0 none;
  outline: 0;
  cursor: pointer;
  float: right;
}

.adv_search .adv_search_go:hover {
    background-position: left -30px;
}

.adv_search .range_box {
  float: left;
  margin: 0 51px 0 22px;
  width: 181px;
  padding-top: 5px;
}

.adv_search .textfield {
  float: left;
  margin-left: 4px;
}

.adv_search .textfield div input {
  width: 113px;
  color: #868a76;
  font-size: 14px;
  padding: 6px 0;
  height: 18px;
}

.range {
  position: relative;
    background: url('../images/range_line.png') no-repeat left 8px;
  height: 26px;
  width: 181px;
}

.range .ui-slider-handle { 
  position: absolute;
  z-index: 2;
  width: 21px;
  height: 26px;
  cursor: default;
  display: block;
  cursor: pointer;
}

.range .ui-slider-handle span { 
  font-size: 0;
  line-height: 0;
  width: 21px;
  height: 26px;
  display: block;
    background: url('../images/range_pointer.png') no-repeat;
  position: relative;
  left: -2px;
}

.range .ui-slider-range {
    background: url('../images/range_bg.png') repeat-x left 8px;
  height: 26px;
  position: absolute;
  z-index: 1;
}

.range_amount {
  width: 181px;
  line-height: 16px;
  color: #868a76;
  font-size: 14px;
  text-align: center;
  margin-top: -10px;
}

.comment_tabs {
  margin-bottom: 20px;
}

.comment_tabs .comment_tabs_nav {
  height: 42px;
  text-align: center;
}

.comment_tabs .comment_tabs_nav ul {
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  display: inline-block;
  //display: inline;
  zoom: 1;
  vertical-align: top;
}

.comment_tabs .comment_tabs_nav ul li {
  height: 26px;
  float: left;
  padding-right: 9px;
    background: url('../images/comment_tabs_nav.gif') no-repeat right -26px;
  margin: 0 16px;
}

.comment_tabs .comment_tabs_nav ul li.ui-state-focus {
  border: 0 none !important;
  font-weight: normal !important;
}

.comment_tabs .comment_tabs_nav ul li div {
  height: 26px;
  float: left;
  padding-left: 9px;
    background: url('../images/comment_tabs_nav.gif') no-repeat left -26px;
}

.comment_tabs .comment_tabs_nav ul li div a {
  color: #88251d;
  font-size: 16px;
  line-height: 25px;
  text-decoration: none;
  border-bottom: 1px dashed #88251d;
}

.comment_tabs .comment_tabs_nav ul li.ui-tabs-selected {
    background-position: right top;
}

.comment_tabs .comment_tabs_nav ul li.ui-tabs-selected div {
    background-position: left top;
}

.comment_tabs .comment_tabs_nav ul li.ui-tabs-selected div a {
    border: 0 none;
  cursor: default;
}

.comment_tabs .ui-tabs-hide {
  display: none !important;
}

.comments_all {
  line-height: 18px;
    text-align: center;
  font-size: 14px;
  color: #966E6C;
  margin-top: 20px;
}

.comments_all a {
  text-decoration: none;
  cursor: pointer;
  color: #7c4a47;
  border-bottom: 1px dashed #7c4a47;
}

.comments_all a:hover {
  border: 0 none;
}

.comments_top {
  height: 254px;
    background: url('../images/comments_top.png') no-repeat;
  margin-bottom: 22px;
}

.comments_top ul {
  margin: 0;
  padding: 0 0 3px 0;
  list-style-type: none;
}

.comments_top ul li {
  zoom: 1;
  vertical-align: bottom;
  margin-bottom: 9px;
}

.comments_top ul li {
  zoom: 1;
  vertical-align: bottom;
  margin-bottom: 9px;
  line-height: 21px;
  font-size: 14px;
  padding: 0 30px;
}

.comments_top ul li a {
  color: #9d5c57;
}

.comments_top ul li img {
  float: left;
  margin-right: 13px;
}

.comments_top ul li span {
  float: right;
  color: #524944;
}

.comments_top .comments_top_header {
  padding: 21px 0 17px 0;
  text-align: center;
  line-height: 26px;
  color: #7c4a47;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.comments_top .comments_top_header .bold, .comments_top .comments_top_header .text-span {
  position: relative;
  top: 2px;
}

.comments_top .comments_top_header .limit {
  width: 26px;
  height: 26px;
  background: #EBE4DA;
  text-align: center;
  behavior: url('pie.htc');
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  position: relative;
  display: inline-block;
  font-weight: bold;
  margin: 0 3px;
  line-height: 19px;
  letter-spacing: normal;
}

.comments_top .comments_top_more {
  text-align: center;
  line-height: 16px;
  font-size: 14px;
}

.comments_top .comments_top_more a {
  color: #7c4a47;
  padding-right: 15px;
    background: url('../images/rarr.gif') no-repeat right 8px;
}

.new_comments {
  margin: 0;
  padding: 0 0 6px 0;
  list-style-type: none;
}

.new_comments li {
  zoom: 1;
  vertical-align: bottom;
  position: relative;
  padding: 9px 10px 8px 6px;
}

.new_comments li:hover {
  background: #F3ECE2;
}

.new_comments li .new_comment_content {
  zoom: 1;
  overflow: hidden;
  line-height: 16px;
  font-size: 12px;
  padding-left: 2px;
  position: relative;
  z-index: 100;
}

.new_comments li .new_comment_content a {
  color: #728955;
}

.new_comments li .new_comment_content a:hover {
  color: #3f6c2b;
}

.new_comments li .new_comment_content p {
  margin: 0 0 4px 0;
  font-style: italic;
}

.new_comments li .new_comment_content p a {
  color: #9d5c57;
}

.new_comments li .new_comment_content p a:hover {
  color: #a23e37;
}

.new_comments li .new_comment_content p span {
  font-size: 10px;
  color: #acae9a;
  margin-left: 9px;
}

.new_comments li .new_comment_image {
  float: left;
  margin-right: 5px;
  padding-top: 3px;
}

.new_comments li .new_comment_image img {
  display: block;
}

.new_comments li .new_comments_popup {
  width: 277px;
  position: absolute;
  top: -20px;
  right: 277px;
  z-index: 100;
  display: none;
}

.new_comments li:hover .new_comments_popup {
  display: block;
}

.new_comments li .new_comments_popup .new_comments_popup_bottom {
  height: 18px;
  overflow: hidden;
  padding-right: 26px;
    background: url('../images/new_comments_popup_bottom.png') no-repeat right -18px;
}

.new_comments li .new_comments_popup .new_comments_popup_bottom div {
  height: 18px;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
    background: url('../images/new_comments_popup_bottom.png') no-repeat;
}

.new_comments li .new_comments_popup .new_comments_popup_left {
  zoom: 1;
  padding-left: 14px;
    background: url('../images/new_comments_popup_left.png') no-repeat;
}

.new_comments li .new_comments_popup .new_comments_popup_left .new_comments_popup_right {
  zoom: 1;
  padding-right: 23px;
    background: url('../images/new_comments_popup_right.png') no-repeat right top;
}

.new_comments li .new_comments_popup .new_comments_popup_left .new_comments_popup_right .new_comments_popup_content {
  zoom: 1;
  padding: 12px 10px 12px 16px;
    background: #F4F0E9;
  line-height: 16px;
  font-style: italic;
  font-size: 14px;
  color: #72501c;
  max-height: 225px;
  min-height: 45px;
  overflow: hidden;
}

.new_comments li .new_comments_popup .new_comments_popup_top {
  height: 17px;
  overflow: hidden;
  padding-right: 26px;
    background: url('../images/new_comments_popup_top.png') no-repeat right -17px;
}

.new_comments li .new_comments_popup .new_comments_popup_top div {
  height: 17px;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
    background: url('../images/new_comments_popup_top.png') no-repeat;
}

.faq {
  margin: -10px 0 20px 0;
  padding: 15px 0 0 0;
  list-style-type: none;
}

.faq > li {
  zoom: 1;
  vertical-align: bottom;
  margin-bottom: 7px;
  font-size: 14px;
  line-height: 18px;
}

.faq > li > .faq_box > a {
  color: #537fb0;
}

.faq > li > .faq_box >  div {
  color: #684d12;
  line-height: 20px;
  padding: 5px 15px 5px 25px;
  background: #F8F5E4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 11px 0 -2px 0;
  display: none;
}

.top_content > a.left {
  margin-right: 20px;
}

.like_3 {
  margin-left: 10px;
}
.center {text-align: center;}

.up {
    background: #F3F0EB url('../images/up.png') no-repeat center 10px;
    bottom: 20px;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    display: none;
    height: 48px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 88px;
    z-index: 1000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    color: #7C4A47;
    font-size: 12px;
    text-align: center;
    padding-top: 25px;
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.up > span {
    border-bottom: 1px dashed #7C4A47;
	height: 18px;
	line-height: 18px;
	display: inline-block;
	vertical-align: top;
}

.up:hover > span {
    border: 0 none;
}

.progress_ing {
	vertical-align: middle;
	height: 14px;
	margin-top: -2px;
}

.select {
	display: block;
	width: 100%;
	height: 30px;
	border: 1px solid #ACAAA7;
	padding: 0 0 0 8px;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #FFFFFF;
	outline: 0;
	margin: 0;
    cursor: pointer;
	color: #c5aa9c;
    font-style: italic;
	font-size: 14px;
	line-height: 28px;
	font-family: georgia, sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
	box-sizing: border-box;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2) inset;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2) inset;	
	box-shadow: 0 1px 2px rgba(0,0,0,0.2) inset;
}

#subs-sex {
	margin-bottom: 3px;
}

.post-step {
	border: 1px #eee solid;
	border-radius: 5px;
	padding: 11px 19px;
	margin: 13px 0px;
}

.post-step .step-num {
	color: #90362d;
	font-weight: bold;
	    margin-bottom: 14px;
}

.post-step .instruction {
	margin-bottom: 18px;
}
#step-indicator {
	display: none;
	position: fixed;
	top: 20px;
    right: 29px;
	width: 63px;
    font-weight: bold;
    text-align: center;
    background: #eee;
    padding: 15px;
    border-radius: 7px;
    -webkit-box-shadow: 5px 5px 8px -1px rgba(0,0,0,0.29);
    -moz-box-shadow: 5px 5px 8px -1px rgba(0,0,0,0.29);
    box-shadow: 5px 5px 8px -1px rgba(0,0,0,0.29);
}

.socgroups {
width: 100%;
margin-top: 10px;
}

.socgroups div.sgwidget{
padding:10px;
width: 280px;
background-color: #f8f8f8;
}
.socgroups ul.socul {
list-style: none;
padding: 0px;
margin: 0px;
}

.socgroups ul.socul li {
 background: #ddd;
 display: inline-block;
 padding: 5px;
 min-width: 76px;
 text-align: center;
 color: #aaa;
 -webkit-border-top-left-radius: 3px;
 -webkit-border-top-right-radius: 3px;
 -moz-border-radius-topleft:3px;
 -moz-border-radius-topright: 3px;
 border-top-left-radius: 3px;
 border-top-right-radius: 3px;
}


.socgroups ul li.ssel {
color: black;
background-color: #f8f8f8;
}

.com_buttons a {
	    font-size: 13px;
    color: #9BD36E;
	text-transform: lowercase;
}

.more_answers {
	color: #27913A;
	border-bottom: 1px dotted #27913A;
	text-decoration: none;
}

.more_com_arrow {
	    width: 10px;
    vertical-align: middle;
	    margin: 0px 7px 0px 10px;
}

.comuser {
	text-decoration: none;
}

.f_input_new {
	border-radius: 5px;
    border: 1px #DEC8C1 solid;
    border-top: 2px #DEC8C1 solid;
    height: 28px;
    padding: 3px;
    box-sizing: border-box;
}

ul.tableform {
	margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.tableform li {
	margin: 7px 0px;
	margin-left: 7px;
	background: none;
	border: none;
}

ul.tableform li.need {
	list-style-type: disc;
    color: #f00;
	background: none;
	border: none;
}

.f_input_new {
	margin-left: -7px;
}