/*
CP::Shop Standard-Vorlagenset
© 2002-2010, sandoba.de medien agentur

CP::Shop ist das Shop-System der sandoba.de medien agentur (www.sandoba.de) aus Berlin. Weder ein Teil noch der gesamte Quellcode, Inhalte oder Grafiken sind ohne schriftliche Erlaubnis in anderen Medien (v.a. auf anderen Websites) einzusetzen, sofern nicht anderweitig angegeben.
*/

/* Import der Datei "standard.css" */

@import url('standard.css');

/* Allgemeine Angaben */

body {
	background: #DDDDDD;
	background-image: url('custom/main_background.gif');
	background-repeat: repeat-y;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding-left: 7px;
	padding: 0;
}

table {
	font-size: 11px;
}

banner {
	border-color: #000000;
}

/* Positionierung des Icons für das Frontend-Editing */

#frontend_editing_opener, #frontend_editing_content {
  left: 938px;
}

/* Live-Suche / Autovervollständigung in der oberen Leiste */

.live_search_list {
	position: absolute;
	min-width: 250px;
	white-space: nowrap;
	background-color: #FFFFFF;
	border: 1px solid #BBC2D1;
	margin: 0;
	padding: 0;
}

.live_search_list ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.live_search_list ul li.selected {
	background-color: #F2F4F7;
}

.live_search_list ul li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 3px;
	height: 16px;
	cursor: pointer;
}

.live_search_matching {
	font-weight: bold !important;
}