/*
svetla #def0f9
tmava  #94d0ed
*/

/*
kosik
*/
div.shop_cart {
  /*padding:3px;*/
}

div.shop_cart a {
  font-weight:bold;
}

div.shop_cart table {
  margin:0px;
  border:none;
  width:100%;
  background: white;
	padding:6px;
	box-sizing:border-box;
}

div.shop_cart table.pagertbl {
  width:auto;
  background:none;
}

div.shop_cart table td,div.shop_cart table th {
  background:white;
  vertical-align:middle;
  text-align:left;
  border:none;
  padding:5px 2px;
}
div.shop_cart table td.center,div.shop_cart table th.center {
  text-align:center;
}
div.shop_cart table th {
  background:#aaaaaa;
  text-align:center;
  color:white;
}
div.shop_cart table.orderinfo th {
  background:white;
  color:black;
  text-align:right;
}
div.shop_cart table td.dark, div.shop_cart table td.dark_right {
  background:#94d0ed;
  font-weight:bold;
  color: black;
}
div.shop_cart table td.dark_right, div.shop_cart table th.dark_right {
  text-align:right;
  color: white;
  background:#aaaaaa;
	padding-right:5px;
}

div.shop_cart table td.right,
div.shop_cart table th.right {
  text-align:right;
}

div.shop_cart table tr.grey th{
  background:red;
  font-weight:bold;
  color: white;
}

div.shop_cart table tr td input.submit {
  padding:3px 7px;
  background:#0095E0;
  color:white;
  font-weight:bold;
  border:none;
}
div.shop_cart table tr td input.submit:hover {
	cursor:pointer;
}
div.shop_cart table tr td input[name="CartConfirm"] {
	float:right;
  padding: 10px 20px;
}

div.shop_cart table.loginform .info {
  font-size: 12px;
}

div.shop_cart table.loginform .info a {
  padding: 2px 4px;
  background-color: #94d0ed; 
}

.kupony_list table {
  width:100%;
}
.kupony_edit table th,
.kupony_edit table td {
  padding:5px;
}
.kupony_edit table th {
  text-align:right;
  width:150px;
}
.kupony_edit input.kupon_novy_save {
  margin:10px 0 0 166px;
}
.kupony_edit table.omezeni th {
  text-align:left;
}
.kapitalky {
  text-transform:uppercase;
}

.slevovy_kupon_add input.AddKupon {
  height:23px;
  line-height:23px;
}
.slevovy_kupon_add input.submit {
  background: #0095e0 none repeat scroll 0 0;
  border: medium none;
  color: white;
  font-weight: bold;
  padding: 3px 7px;
}