/*Cash_box*/
#pos_header_cash_box
{
	position: absolute;
	top: 32px;
	right: 10px;
}
.cash_box
{
	border: 2px solid #000;
	border-radius: 5px;
	float: left;
}
.cash_box_top_left
{
	cursor: pointer;
	float: left;
	height: 30px;
	width: 135px;
	position: relative;
	background-color: #F00;
	border-radius: 7px 0px 0px 0px;
}
.cash_box_top_left .cash
{
	position: absolute;
	left: 7px;
	top: 5px;
}
.cash_box_top_left .arrow
{
	display: block;
	position: absolute;
	top: 7px;
	right: 10px;
	cursor: pointer;
}
.cash_box_top_left A
{
	position: absolute;
	left: 32px;
	top: 8px;
	text-decoration: none;
	color: #FFFFFF;
}
.cash_box_top_center
{
	float: left;
	height: 22px;
	width: 113px;
	position: relative;
	background-color: #F00;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #000;
	color: #FFF;
	text-align: center;
	padding-top: 8px;
}
.cash_box_top_right
{
	float: left;
	height: 30px;
	width: 88px;
	position: relative;
	background-color: #FBD341;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #000;
	color: #000;
	text-align: center;
	border-radius: 0px 7px 0px 0px;
}
.cash_box_top_right A
{
	text-decoration: none;
	color: #000;
}
.cash_box_bottom
{
	background-color: #D9DBDA;
	float: left;
	height: 18px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000;
	border-radius: 0px 0px 7px 7px;
	clear: both;
	width: 315px;
	padding-top: 4px;
	padding-left: 25px;
}
.cash_box_bottom INPUT
{
	/*+placement:shift 1px 2px;*/
	position: relative;
	left: 1px;
	top: 2px;
}
#cash_box_slide
{
	display: none;
	position: absolute;
	background-color: #FFF;
	top: 55px;
	/*[disabled]padding-top:5px;*/
	/*[disabled]padding-right:2px;*/
	/*[disabled]padding-bottom:3px;*/
	/*[disabled]padding-left:5px;*/
	/*[disabled]border-radius:0px 0px 7px 7px;*/
	width: 333px;
	z-index: 999;
	left: -207px;
	min-height: 56px;
	border-left: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-right: 2px solid #000000;
	text-align: center;
}
#cash_box_slide TABLE
{
	width: 100%;
}
#lastLine TD#kassa
{
	text-align: center;
	background-color: #FF0000;
}
#lastLine TD#moms
{
	background-color: #767676;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
}
#lastLine TD#artNo
{
	height: 30px;
	background-color: #D3D3D3;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
}
.cash_box_details
{
	font-size: 12px;
}
#cash_box_slide A
{
	cursor: pointer;
	text-decoration: none;
	color: #000;
}
#lastLine TD#kassa A
{
	color: #FFFFFF;
	font-weight: bold;
}
#cash_box_slide .button_toBasket
{
	position: absolute;
	bottom: 5px;
	right: 5px;
}
