#extraItems ul li.kosik {
	background: url('../images/kosik_bt.png') 0px;
	margin-left: 16px;
}

#extraItems ul li.kosik #totalPrice{
	text-align: left;
	float: left;
	width: 130px;
	color: white;
	margin: 8px 0px 0px 55px;
}

#basket {
	width: 190px;
	float: left;
}

li .emptyBox {
	margin-top: 40px;
	border: 0px !important;
	color: white;
	font-weight: bold;
}
#basketBox {
	background: #a8167c url('../images/basket_bg.png') repeat-x;
	position: relative;
	display: block;
	margin: 30px 0px 0px 0px;
	padding:0px;
	z-index: 102;
	font-family: verdana;
}

#basketBox ul#basketItems {
	padding-top: 12px;
	float:none;
	width: 190px;
}

#basketBox ul#basketItems li{
	border-bottom:1px dashed pink;
	display:block;
	margin-left: 10px;
	width:180px;
	height:  auto;
	margin-bottom: 5px;
}


#basketBoxFooter {
	display: block;
	position: relative;
	top:16px;
	width: 100%;
	height: 16px;
	background: url('../images/basket_bg_footer.png') no-repeat;

}




.basket_product_amount {
	float: left;
	height: 100%;
	width: 25px;
	color: white;
	font-size: 11px;
}

.basket_product_name {
	float: left;
	height: 100%;
	width: 150px;
	text-align:center;
	color: white;
	font-size: 11px;
	padding-bottom: 5px;
}

.basket_product_delete a{
	float: left;
	width: 16px !important;
}

.basket_product_delete {
	float: right;
	height: 100%;
	width: 16px;
}


#bt_basket_detail {
	width: 16px !important;
	height: 16px !important;
	float: right;
}

#bt_basket_detail a {
	display:  block;
	width: 16px !important;
	height: 16px !important;
}

#bt_basket_detail a.down{ 
	background: url('../images/bt_basket_down.png') no-repeat;
}
#bt_basket_detail a.up{ 
	background: url('../images/bt_basket_up.png') no-repeat;
}

#basketBox #checkOutLink {
	float: left;
	margin: 10px 0px 0px 0px;
	height: 18px;
	width: 200px;
}

#basketBox #checkOutLink a{
	background: #d14f9c;
	margin-left: 55px;
	border: 1px solid white;
	height: 18px;
	width: 80px;
	text-align: center;
	padding: 4px 4px 0px 4px;
	font-size: 11px;
	color: white;
	text-decoration:none;
}

#basketBox #checkOutLink a:hover {
	background: #e470b5;
}


textarea, input.input_amount, input.addID{
	border: 1px solid #C2D8EF !important;
	background: #EFF5FB;
}

table.details, table.vypis{
	border-width: 0px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #EFF5FB;
	border-collapse: collapse;
	font-size:12px;
	width: 100%;
	margin-top:15px;
	background-color: white;
	margin-bottom: 10px;
}

table.details th, table.userDetails th, table.vypis th {
	border-width: 1px;
	padding: 5px 5px;
	border-style: solid;
	border-color: #C2D8EF;
	background-color: #C2D8EF;
	text-align: center;
}
table.details td, table.userDetails td, table.vypis td {
	border-width: 1px;
	padding: 10px;
	border-style: solid;
	border-color: #C2D8EF;
	text-align: center;
}

table.details tr.row_two {
	background-color: #EFF5FB;
}

table.details tr:hover {
	background-color: #fcd4f0 !important;
}

table.details .sum {
	font-weight:bold;
	border:0px;
	background-color: none;
	border-width:0px;
}

table.userConfirm {
	border-style: solid;
	border-color: #EFF5FB;
	border-collapse: collapse;
	font-size:14px;
	text-align: left;
	width: 400px;
	float: left;
	margin-right: 20px;
}

table.userConfirm  th{
	border-width: 1px;
	padding: 10px 10px;
	border-bottom: 1px solid white;
	background-color: #C2D8EF;
}

table.userConfirm  td{
	border-width: 1px;
	padding: 10px 10px;
	border-bottom: 1px solid white;
	background-color: #dee6fe;
}

table.userDetails {
	width:350px;
}

table.userDetails th {
	border: 1px solid white;
	width:100px;
	text-align:left;
}

table.userDetails td {
	text-align:left;
}

table.userDetails td input {
	border:1px solid #bf198d;
}















