#shop_side {
	/*font-size: 10px;*/
	padding: 10px 20px 20px 20px;
	width: 250px;
}

#shop_side #search_container {
	width:  100%;
}

#shop_side #ajax_loading_indicator {
	position: relative;
	float: right;
	/*
	width:  40px;
	height: 50px;
	*/
	display: none;
	top: 0px;
}

#shop_side .spacer {
	height: 10px;
}

#shop_side .small_font {
	font-size: 10px;
}

#shop_side .normal_font {
	font-size: 12px;
}

#shop_side table {
	border: 1px solid #CCCCCC;
	border-collapse: separate!important;
}

#shop_side table.no_border {
	border-width: 0px!important;
}

#shop_side table th {
	background-color: #BEC3C6;
}

#shop_side table td {
	/*padding: 0!important;*/
	padding: 10px;
	text-align: right;
}

#shop_side table.left td {
	text-align: left;
}

#shop_side table.right td, #shop_side table td.right {
	text-align: right;
	padding: 2px!important;
}

#shop_side table.order td {
	padding: 2px;
}

#shop_side table.order input {
	width: 180px;
}

#shop_side table.order input[type=checkbox] {
	width: 20px!important;
}

#shop_side table.order textarea {
	width: 180px;
	height: 110px;
}

#shop_side table.cart td {
	padding: 10px;
	text-align: right;
}

#shop_side table td.first_cell {
	text-align: left;
	padding-left: 10px;
}

#shop_side table th.first_cell {
	text-align: left;
	padding-left: 10px;
}

#shop_side table tr.even td {
	background-color: #EDEFF0;
}

#shop_side table tr.odd td {
	background-color: #FFFFFF;
}

#shop_side table td.underscore {
	border-bottom: 1px solid #CCCCCC;
}

#shop_side table td.upperscore {
	border-top: 1px solid #CCCCCC;
}

#shop_side table {
	background-color: transparent!important;
}

#shop_side #suchwort {
	font-style: normal;
	color: #CCCCCC;
	width: 250px;
	padding: 4px;
}

#shop_side #log { 
	width: 100%;
	/*
	height: 60px; 
	*/
	overflow: hidden;
	margin-top: -30px;
	position: relative; 
	float: left;
	display: none;
} 

#shop_side .ui-autocomplete-input {
	font-size: 12px;
}