/* Всплывающая подсказка */
.tooltip {
	padding: 10px;
	color: #FFF;
	position: absolute;
	background: url(images/bg_80.png) !important;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	font-size: 12px;
}
.tooltip.top .trible {
	width: 10px;
	height: 5px;
	background: url(images/trible_top.png);
	margin-top: 10px;
	position: absolute;
}
.tooltip.right .trible {
	width: 5px;
	height: 10px;
	background: url(images/trible_right.png);
	margin-top: 10px;
	position: absolute;
}
.tooltip a {
	color: #C8EBF7;
}
.tooltip a:hover {
	color: #CCCCCC;
}
/* Всплывающая подсказка */


/* Всплывающий блок */
.popshadow {
	color: #000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(images/bg_50.png);
	z-index: 101;
	display: none;
}
.popblock {
	position: fixed;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	background: url(images/bg_50.png);
	padding: 10px;
	display: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	z-index: 102;
}
.popblock .block {
	background: #FFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	padding: 10px;
	border: 2px solid #008DEC;
	overflow: hidden;
}
.popblock.cart {
	top: 150px;
	left: 50%;
	width: 620px;
	margin-left: -315px;
}
.popblock .close {
	background: url(images/close_pop.png);
	width: 11px;
	height: 11px;
	float: right;
	cursor: pointer;
}
.popblock .form {
	width: 94%;
	padding: 1% 3% 2% 3%;
}
.loading {
	display: none;
	background: url(images/bg_50.png);
	width: 80px;
	height: 80px;
	border-radius: 10px;
	position: fixed;
	top: 190px;
	left: 50%;
	margin-left: -40px;
	z-index: 4;
}
.loading div {
	background: url(images/loading.gif) no-repeat center;
	width: 80px;
	height: 80px;
}
/* Всплывающий блок */


/* Разное */
.button {
	display: inline-block;
	overflow: visible;
	padding: 7px 20px;
	outline: none;
	border-radius: 4px;
	font: 14px Arial, Tahoma, sans-serif;
	font-weight: bold;
	cursor: pointer;
	color: #FFF;
	background: #AAA;
	border: none;
	border-bottom: 2px solid #888;
	text-decoration: none;
}
.button.small {
	padding: 2px 6px;
	font: 12px Arial, Tahoma, sans-serif;
	font-weight: normal;
}
.button:hover {
	color: #FFF;
	background: #BBB;
	border-bottom: 2px solid #999;
}
.button.blue {
	background: #0078CC;
	border-bottom: 2px solid #0060A3;
}
.button.blue.search {
	background: url(images/icon_search_blue.png) center 7px no-repeat #0078CC;
}
.button.blue:hover {
	background: #008DEC;
	border-bottom: 2px solid #0078CC;
}
.button.blue.search:hover {
	background: url(images/icon_search_blue.png) center 7px no-repeat #008DEC;
}
.button.red {
	background: #EF3838;
	border-bottom: 2px solid #BF2D2D;
}
.button.red:hover {
	background: #F15656;
	border-bottom: 2px solid #D24444;
}
.button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
div.error, div.ok, div.inf  {
	border-radius: 6px;
	padding: 18px 6px 18px 54px;
	font-weight: bold;
	vertical-align: center;
	margin-bottom: 10px;
}
div.error {
	background: url(images/error.png) 10px no-repeat #F9EAB0;
	color: #900;
}
div.ok {
	background: url(images/ok.png) 10px no-repeat #CAFFCA;
	color: #060;
}
div.inf {
	background: url(images/info.png) 10px no-repeat #F9F9F9;
	color: #666;
}
.help {
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-left: 5px;
	background: url(images/icon_help.png) no-repeat;
	cursor: help;
}
a.help {
	cursor: pointer;
}
.del {
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: text-bottom;
	margin-left: 5px;
	background: url(images/icon_delete.png) no-repeat;
	cursor: pointer;
}
.notice {
	background: #FFFFCC;
	padding: 20px;
	width: 400px;
	position: fixed;
	top: -100px;
	left: 50%;
	margin-left: -200px;
	border-radius: 10px;
	border: 5px solid #FFCC66;
	z-index: 10;
}
.notice .close {
	float: right;
}
.btshd {
	background: url(images/item_shadow.png) top center no-repeat;
	height: 6px;
}
.bookmark {
	display: block;
	position: absolute;
	top: 0;
	left: 30px;
	background: url(images/bookmark_blue.png);
	width: 12px;
	height: 34px;
}