input.button4 {
  position: relative;
  display: inline-block;
  font-family: Arial,Helvetica,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  color: rgb(245,245,245);
  text-shadow: 0 -1px rgba(0,0,0,.1);
  text-decoration: none;
  user-select: none;
  padding: .3em 1em;
  outline: none;
  border: none;
  border-radius: 3px;
  background: #0c9c0d linear-gradient(#82d18d, #0c9c0d);
  box-shadow: inset #72de26 0 -1px 1px, inset 0 1px 1px #98ff98, #3caa3c 0 0 0 1px, rgba(0,0,0,.3) 0 2px 5px;
  -webkit-animation: pulsate 1.2s linear infinite;
  animation: pulsate 1.2s linear infinite;
}
input.button4:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  cursor: pointer;
}
input.button4:active {
  top: 1px;
  color: #fff;
  text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px #ffd, 0 0 8px #fff;
  box-shadow: 0 -1px 3px rgba(0,0,0,.3), 0 1px 1px #fff, inset 0 1px 2px rgba(0,0,0,.8), inset 0 -1px 0 rgba(0,0,0,.05);
}
@-webkit-keyframes pulsate {
  50% {color: #fff; text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px #ffd, 0 0 8px #fff;}
}
@keyframes pulsate {
  50% {color: #fff; text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px #ffd, 0 0 8px #fff;}
}

/* Form form user filled catalog */

#user_add_lot table {
  width: 100%;
}

#user_add_lot td {
  padding: 0.2em 0.5em;
  font-size: 12px !important;
}

#user_add_lot label, #user_add_lot label + input, label + textarea {
  display: block;
}

.result-good-message, .result-error-message {
  font-size: large;  
  font-family: tahoma sans-serif arial;
}

.result-error-message {
  color: red;
}

.result-good-message {
  color: green;
}

#user_add_lot [required] {
  background: #FFFCE0;
}

.form-warning {
  border: 2px solid red;
}

::-webkit-input-placeholder {color: #BBBBBB !important;}

:-moz-placeholder {color: #BBBBBB !important;}

.placeholder {
  color: #BBBBBB !important;
}

#user_add_lot input, #user_add_lot textarea {
	width: 100%;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#user_add_lot input[type="submit"] {
	margin: 8px;
}

#picts_urls {
  resize: none;
  height: auto;
}

#picts_column {
  width: 70%;
}

/* New layout */

.form-new-layout {
	margin: 2em 0;
	font-size: 12px !important;
}

.top-to-down label {
	display: block;
	margin-bottom: 0.2em;
}

.form-new-layout fieldset {
  border: 1px solid #425067;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  line-height: 15px;  
}

.form-new-layout label:after {
  content: ':';
  cursor: pointer;
}

.form-new-layout legend {
  margin-left: 2em;
  font-size: 110%;
}

.form-new-layout select {
	font-size: 100%;
}

.form-new-layout .next-block {
	margin: 1em;
}

.form-new-layout input[type="submit"] {
  width: auto;
  margin: 8px 0;
  display: inline;
}

.form-new-layout input.datebox {
	width: 7em !important;
}

.form-new-layout input:disabled,
.form-new-layout select:disabled,
.form-new-layout textarea:disabled {
	background: #d0d0d0;
}

/*Всплывающее фото товара*/
.sp_thumbnail{  
position: relative;  
z-index: 0;  
}  
.sp_thumbnail:hover{  
background-color: transparent;  
z-index: 50;  
}  
.sp_thumbnail span{ /*CSS for enlarged image*/  
position: absolute;  
background-color: #3d3d3d;  
padding: 5px;  
left: -1000px;  
border: 1px solid white;  
visibility: hidden;  
color: Yellow;  
text-decoration: none;  
border-radius: 4px 4px 4px 4px;
-moz-border-radius: 4px 4px 4px 4px;
-webkit-border-radius: 4px 4px 4px 4px;
}  
.sp_thumbnail span img{ /*CSS for enlarged image*/  
border-width: 0;  
padding: 2px;  
}  
.sp_thumbnail:hover span{ /*CSS for enlarged image on hover*/  
visibility: visible;  
top: 0;  
left: 60px; /*position where enlarged image should offset horizontally */  
}  
/*---------------------*/

@charset "utf-8";
/* CSS Document */

.medium_black {
	font-size:11px;
	color:#000;
}

.medium_gray {
	font-size:13px;
	color:#2E2D2E;
}

.medium_red {
	font-size:13px;
	color:#FE001A;
}

.small_red {
	font-size:11px;
	color:#505050;
	background:#FEEDB9;
}

a.small_red:link {
	font-size:11px;
	color:#505050;
	background:#FEEDB9;
}

a.small_red:visited
{
	font-size:11px;
	color:#505050;
	background:#FEEDB9;
}

a.small_red:hover
{
	font-size:11px;
	color:#000;
	background:#FEEDB9;
}

.big_black	{
	font-size:14px;
	color:#000;
	font-family:"Times New Roman", Times, serif;
}

.big_black_1	{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;	
	font-size:14px;
	color:#000;
}

div.h_medium {
	font-size:11px;
	color:#F69;
	font-weight:1400;
}

div.h_big {
	font-size:11px;
	color:#F69;
	font-weight:700;
}

a.zoom:link {
	color:#006;
}

a.zoom:visited {
	color:#006;
}

a.zoom:hover {
	color:#F09;
	text-decoration:none;
}

a.zoombig:link {
	color:#006;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:700;
}

a.zoombig:visited {
	color:#006;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:700;	
}

a.zoombig:hover {
	color:#F09;
	text-decoration:none;
}

.trselect		{
		background-color:#CF6;
}

.trselect1		{
		background-color:#CF6;
}

.trselect2		{
		background-color:#A5B6CA;
}

a.blackH:link {
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:700;
}

a.blackH:visited {
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:700;	
}

a.blackH:hover {
	color:#F00;
	text-decoration:none;
}

a.save_info		{
	background: url("images/save_info.png");
	display: block;
	width:48px;
	height:45px;
}

a.save_info:hover	{
	background:url("images/save_info1.png");
}
	
.button_key		{
	border: 2px solid #00C;
}
/* CSS Доставка на дом */
.purshwait, .purshselect, .delivery_price, .delivery_info {
	font-size:14px;
	text-decoration:none;
}

.purshwait h2 {
	color:#228B22;
}

.purshwait hr {
	color:#228B22;
}

.purshwait .purshlist_status {
	color:#1E90FF;
}

.purshselect {
	font-size:14px;
	text-decoration:none;
}

.purshselect h2 {
	color:#483D8B;
}

.purshselect .infotext
{
	font-size:11px;
	color:#555555;
    font-family: Verdana,Helvetica,Arial,sans-serif;
}

.delivery_price h2 {
	color:#2F4F4F;
}

.delivery_info dt,dd {
	font-size:13px;
    font-family: Verdana,Helvetica,Arial,sans-serif;	
}


.delivery_info span {
	font-size:11px;
	color:#555555;
}

#sp_topic_messageorg table {
   border: 2px outset;
    border-spacing:10px;
border-radius: 10px;		
}

#sp_topic_messageorg caption {
  font-size: 22px !important;
    padding: 0.2em 0.5em;
}

#sp_topic_messageorg td {
  padding: 0.2em 0.5em;
  font-size: 12px !important;
  width: 50%;
   border: 2px outset blue;
        border-spacing: 5px;
		border-radius: 10px;
}


#sp_topic_message table {
border: 1px outset;
max-width: 50%;  
border-spacing: 5px;
border-radius: 10px;		
}

#sp_topic_message caption {
  font-size: 22px !important;
    padding: 0.2em 0.1em;
	white-space: nowrap;
}

#sp_topic_message td {
  padding: 0.2em 0.5em;
  font-size: 15px !important;
   border: 2px outset blue;
        border-spacing: 5px;  
		border-radius: 10px;
}


.sp_topic_otz {
  text-decoration: none;
  display: inline-block;
  padding: 5px 10px;
  letter-spacing: 1px;
  margin: 0 20px;
  font-size: 18px;
  font-family: 'Fredoka One', cursive;
  transition: all 0.3s ease-in-out;	
  padding-left: 40px;
  background: url(images/bppr.png) no-repeat left;
  color: #D5A39C;
}
.sp_topic_otz:hover {
  transform: scaleX(1.1);
}

.sp_topic_pravila {
  text-decoration: none;
  display: inline-block;
  padding: 5px 10px;
  letter-spacing: 1px;
  margin: 0 20px;
  font-size: 18px;
  font-family: 'Fredoka One', cursive;
  transition: all 0.3s ease-in-out;	
  padding-left: 40px;
  background: url(images/vscl.png) no-repeat left;
  color: #D5A39C;
}
.sp_topic_pravila:hover {
  transform: scaleX(1.1);
}