﻿.popup {
	position:fixed; z-index:2; top:60px; left:50%;
	width: 350px;
	height: 200px;
	background: #fff;
	-moz-box-shadow:4px 4px 30px #130507;
	-webkit-box-shadow:4px 4px 30px #130507;
	box-shadow:4px 4px 30px #130507;
	-moz-transition:top 800ms;
	-o-transition:top 800ms;
	-webkit-transition:top 800ms;
	transition:top 800ms;
}

.p_content { width:100%; text-align:center; padding: 65px 0 0; }
.p_anch {
	float: left;
	text-align: center;
	background: url(../images/button.gif) repeat-x 0px 100% #c80000;
	width: auto;
	height: 22px;
	padding: 2px 10px 0 10px;
	ursor: pointer;
	text-decoration: none;
	border: 1px solid #a11a1a;
	text-shadow: -1px -1px 1px #640000;
	behavior: url(/resources/i-kamin/styles/pie.htc);
	z-index: 900;
}
.p_anch_del {
	text-align: center;
	background: url(../images/button.gif) repeat-x 0px 100% #c80000;
	width: 80px;
	height: 22px;
	padding: 2px 10px 0 10px;
	ursor: pointer;
	text-decoration: none;
	border: 1px solid #a11a1a;
	text-shadow: -1px -1px 1px #640000;
	behavior: url(/resources/i-kamin/styles/pie.htc);
	margin: 30px 0 0 0;
	display: inline-block;
}
.p_anch_del_btn {
	text-align: center;
	background: url(../images/button.gif) repeat-x 0px 100% #c80000;
	width: 80px;
	height: 22px;
	padding: 2px 10px 0 10px;
	ursor: pointer;
	text-decoration: none;
	border: 1px solid #a11a1a;
	text-shadow: -1px -1px 1px #640000;
	behavior: url(/resources/i-kamin/styles/pie.htc);
	margin: 30px 0 0 48px;
	display: inline-block;
}
.p_anch a { color: rgb(255, 255, 255); text-decoration: none;}
.p_anch a:hover { text-decoration:none; }
.p_anch_del a { color: rgb(255, 255, 255); text-decoration: none;}
.p_anch_del a:hover { text-decoration:none; }
.p_anch_del_btn a { color: rgb(255, 255, 255); text-decoration: none;}
.p_anch_del_btn a:hover { text-decoration:none; }
.p_anch_bottom { margin:1500px 0 0 0; padding:0 0 50px 0; }
.p_close {
	float:right; width:15px; height:14px; margin:11px 10px 0 0;
	background:url(../images/popup_close.png);
}

div.p_content p{
	margin: 0 30px 0 20px;

}

.p_body {
	background:#000; left:0; top:0; position:fixed; width:100%; height:100%; opacity:0.7;
	-moz-transition:opacity 800ms;
	-o-transition:opacity 800ms;
	-webkit-transition:opacity 800ms;
	transition:opacity 800ms;
}

/* js стили — декларативно */
.js__popup {}
.js__p_start {}
.js__p_close {}
.js__p_body {}
.js__another_popup {}
.js__slide_top { height:0; overflow:hidden; top:0; }
.js__fadeout { height:0; overflow:hidden; opacity:0; }

.clean_button_style{
	position: relative;
	top: 25px;
	left: 75px;
}

#button_clear_cart{
	cursor: pointer;
	color: #ffffff;
	text-decoration: none;
	background: url(../images/button.gif) repeat-x 0px 100% #c80000;
	border: 1px solid #a11a1a;
	padding: 3px 23px;
	margin: 0px;
	text-align: center;
	text-shadow: -1px -1px 1px #640000;
	overflow: hidden;
	line-height: normal;
	behavior: url(/resources/i-kamin/styles/pie.htc);
}

.js__p_another2_start{
	display: none;
}

div.p_content img{
	border: none;
}