@IMPORT url(/css/cart.css);
/* @override http://dev.masscouch.masstisch.lan/css/new_cart.css */


.cart_link_container {
  background-color: #4c4740;
  height: 42px;
}

.cart_item_container {
  background-color: #4c4740;
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: white;
  cursor: pointer;
  
  background: none;
  color: black;
}

.cart_navigator_title
{
  background: url(/theme/default/images/nav_title_hl.jpg) repeat-x;
  color: #fff;
  font: bold 12px "Lucida Grande", Lucida, Verdana, sans-serif;
  padding-left: 10px;
  height: 20px;
  padding-top: 3px;
}
.cart_link_element {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: white;
	background-color: #9c213d;
	text-align: center;
	vertical-align: middle;
  	position: relative;
  	height: 16px;
  top: 10px;
  margin-left: 8px;
  margin-right: 8px;
  padding-top: 5px;
}

.cart_title_in_bearbeitung
{
  background-color: #4c4a42;
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: white;
	 height: 12px;
  position: relative;
  padding-top: 5px;
  border-bottom: 1px solid #cccccc;
}
.cart_title_in_bearbeitung2
{
  background-color: #4c4a42;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
  height: 12px;
	font-weight: bold;
	color: white;
  padding-left: 10px;
}

.cart_item_element {
  padding-left: 10px;
  padding-bottom: 10px;
}

.cart_active_element {
  
  padding-left: 10px;
  padding-bottom: 10px;
  background-color: #000;
  
  background: none;
}


