.clear {
	clear: both;
}

.light_text {
	color: #cccccc
}

.icon_copy {
	display: inline-block;
}

.quantity_dec, .quantity_inc {
	display: inline-block;
	width: 15px;
	background: #cccccc;
	cursor: pointer;
}

.button_highlight {
	height: 22px;
	font-size: 14x;
	font-weight: bold;
	color: red;
	border: 1px solid red;
}
.button_big {
	height: 24px;
	font-size: 13px;
	font-weight: bold;
}

.cursor_pointer {
	cursor: pointer;
}

.orderStatus {
	font-weight: bold;
	background-color: #FFFF99;
}

.cursorPointer {
	cursor: pointer;
}

.visible {
	display: "";
}
.hidden {
	display: none;
}

.bold {
	font-weight: bold;
}
.normal {
	font-weight: normal;
}

.linethrough {
	text-decoration: line-through;
}

.black {
	color: #000000;
}

.block1 {
	background: #EEF1F3;
	padding: 5px;
}

.dashed:hover {
	border-bottom: 1px dashed;
}

.clBar {
	VISIBILITY: hidden; WIDTH: 10px; POSITION: absolute; HEIGHT: 10px; BACKGROUND-COLOR: #ffffff; layer-background-color: #ffffff
}
.clLevel0, .clLevel0over, .clLevel1, .clLevel1over {
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	color: #654415;
}
.clLevel0 {
	font-weight: bold;
	POSITION: absolute;
	BACKGROUND-COLOR: #ffffff;
	layer-background-color: #ffffff
}
.clLevel0over {
	POSITION: absolute;
	CURSOR: hand;
	BACKGROUND-COLOR: #e6f7e4;
	layer-background-color: #e6f7e4
}
.clLevel1 {
	PADDING-RIGHT: 2px;
	PADDING-LEFT: 2px;
	PADDING-BOTTOM: 2px;
	PADDING-TOP: 2px;
	POSITION: absolute;
	BACKGROUND-COLOR: #ffffff;
	layer-background-color: #ffffff
}
.clLevel1over {
	PADDING-RIGHT: 2px;
	PADDING-LEFT: 2px;
	PADDING-BOTTOM: 2px;
	PADDING-TOP: 2px;
	POSITION: absolute;
	CURSOR: hand;
	BACKGROUND-COLOR: #e6f7e4;
	layer-background-color: #e6f7e4
}
.clLevel1border {
	VISIBILITY: hidden;
	POSITION: absolute;
	BACKGROUND-COLOR: #86b27f;
	layer-background-color: white
}

.cookie_notification {
    position: fixed;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    text-align: center;
    background-color: rgba(236, 236, 236, 0.8);
    padding-top: 7px;
    height: 65px;
	cursor: default;
	/*Запретить выделение текста*/
	-ms-user-select: none;		/*IE*/
	-moz-user-select: none;		/*FF*/
	-khtml-user-select: none;	/*Konqueror*/
	-webkit-user-select: none;	/*chrome+iOS*/
	user-select: none;			/*AllNew*/
}
.cookie_notification:hover{
    background-color: rgba(236, 236, 236, 1);
}
.cookie_notification > .img_close
{
	background: url("jquery-ui/images/ui-icons_222222_256x240.png") no-repeat;
	background-position: -94px -128px;
	width: 16px;
	height: 16px;
	float: right;
	padding-right: 5px;
	cursor: pointer;
}