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);
}

input.button5 {
    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: #8DB8DE linear-gradient(#1E90FF, #8DB8DE);
    box-shadow: inset #8DB8DE 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;
    margin-left: 20px;
}
input.button5:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    cursor: pointer;
}
input.button5: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;}
}



.button {
    background-color:#3bb3e0;
    padding:5px;
    position:relative;
    font-family: sans-serif;
    font-size:12px;
    text-decoration:none;
    color:#fff;
    border: solid 1px #186f8f;
    background-image: linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
    background-image: -o-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
    background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(0, rgb(44,160,202)),
            color-stop(1, rgb(62,184,229))
        );
    -webkit-box-shadow: inset 0px 1px 0px #7fd2f1, 0px 1px 0px #fff;
    -moz-box-shadow: inset 0px 1px 0px #7fd2f1, 0px 1px 0px #fff;
    box-shadow: inset 0px 1px 0px #7fd2f1, 0px 1px 0px #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.button::before {
    background-color:#ccd0d5;
    content:"";
    display:block;
    position:absolute;
    width:100%;
    height:100%;
    padding:8px;
    left:-8px;
    top:-8px;
    z-index:-1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0px 1px 1px #909193, 0px 1px 0px #fff;
    -moz-box-shadow: inset 0px 1px 1px #909193, 0px 1px 0px #fff;
    -o-box-shadow: inset 0px 1px 1px #909193, 0px 1px 0px #fff;
    box-shadow: inset 0px 1px 1px #909193, 0px 1px 0px #fff;
}

.button:active {
    padding-bottom:9px;
    padding-left:10px;
    padding-right:10px;
    padding-top:11px;
    top:1px;
    background-image: linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
    background-image: -o-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
    background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(0, rgb(62,184,229)),
            color-stop(1, rgb(44,160,202))
        );
}




/* 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);
}









.spprogres {
    background: rgba(0, 0, 0, 0) linear-gradient(to top, #aaa, #fff) repeat scroll 0 0;
    border: 1px solid black;
    font-size: 7px;
    font-weight: bold;
    line-height: 10px;
    overflow: hidden;

    text-align: left !important;
    width: 95%;
}
.spprogres div {
    background-color: #008040;
    border-right: 1px solid black;
    color: white;
    display: block;
    height: 12px;
    line-height: 2px;
    margin-top: -12px;
    max-width: 100%;
    overflow: hidden;
    position: inherit;
    top: -12px;
}
.spprogres span {
    color: #000;
    font-size: 10px;
    line-height: 12px;
    padding: 0 0 0 25px;
}
.spprogres div span {
    color: #fff;
}
.spprogres div.red {
    background: rgba(0, 0, 0, 0) linear-gradient(to top, #500, #f77) repeat scroll 0 0;
}
.spprogres div.yellow {
    background: rgba(0, 0, 0, 0) linear-gradient(to top, #550, #ff7) repeat scroll 0 0;
}
.spprogres div.green {
    background: rgba(0, 0, 0, 0) linear-gradient(to top, #050, #7f7) repeat scroll 0 0;
}






.w50i {
    width: 50% !important;
}
.fr {
    float: left;
}




#purshpercent {
	width: 95%;
	background-image: url("http://sp.dim-studio.ru/sp/css/images/proc1.jpg");
	height:13px;
	float: left;
	border-radius: 37px;
	border-width:1px;
	border-color: rgb(190,190,190);
	border-style: solid;

}

#purshpercenttext {
	float: right;
	font-weight:bolder;
		border-radius: 37px;
	color: #ff0000;
}

.purshpercent {
	background-color: #ff7d27;
	background-image: url("http://sp.dim-studio.ru/sp/css/images/proc.jpg");
	border-bottom: 1px solid #000000;
		border-radius: 37px;
	border-top: 1px solid #000000;
	font-size: 5px;
	height:10px;
}

 .postbody .content img, .postbody .signature img {
   vertical-align: bottom;
   display: inline-block;
   max-width: 700px; /* задаем максимальную ширину картинок */
   height: auto; /* сохраняем пропорции картинки */
}

 .buyItemFromTopic
 {
     width: 170px;
     border: 1px solid #53964f;
     height: 30px;
     line-height: 30px;
     text-align: center;
     color: #FFF;
     padding: 0;
     background-color: #6498bd;
 }

.buyItemFromTopic:hover
{
    color: #6eff6c;
    cursor: pointer;
}

table.additBtn
{
    border-spacing: 4px;
}

.btnFavoriteTopic
{
    border: 1px solid #53964f;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #FFF;
    padding: 0;
    background-color: #6498bd;
}

.btnFavoriteTopic.img
{
    width:30px;
}
.btnFavoriteTopic.img:hover
{
    color: #6eff6c;
    cursor: pointer;
}
/*
div.sp_menu
{
    font-size: 14px;
    background-color: #b2daef;
}

div.sp_menu ul:first-child > li
{
    line-height: 30px;
    height: 30px;
}
div.sp_menu .icon
{
    margin-right: 10px;
}
div.sp_menu a
{
    color: #0e44bd;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
div.sp_menu a:hover
{
    color: #FFF;
}

div.sp_menu .dropdown .dropdown-contents
{
    background-color: #b2daef;
}
*/