html,body {
height:100%;
}

img {
	border: none;
}

.market_success {
	color:white;
	background-color: #03c027;
	font-weight:bold;
	text-align:center;
	position:fixed;
	top:50%;
	left:50%;
	margin-left:-125px;
	padding:10px;
	min-width:250px;
	z-index:9999;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	box-shadow: 7px 7px 8px #818181;
	-webkit-box-shadow: 7px 7px 8px #818181;
	-moz-box-shadow: 7px 7px 8px #818181;
	opacity: .9;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)';
	filter: alpha(opacity=90);
}

.market_error {
	color:white;
	background-color: #FF0000;
	font-weight:bold;
	text-align:center;
	position:fixed;
	top:50%;
	left:50%;
	margin-left:-125px;
	padding:10px;
	min-width:250px;
	z-index:9999;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	box-shadow: 7px 7px 8px #818181;
	-webkit-box-shadow: 7px 7px 8px #818181;
	-moz-box-shadow: 7px 7px 8px #818181;
	opacity: .9;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)';
	filter: alpha(opacity=90);
}

.kat_edit {
	display:none;
	background-color:lightsteelblue;
	width:410px;
	margin: 10px auto 0px -205px;
	padding:10px;
	border:2px solid gainsboro;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 7px 7px 8px #818181;
	-webkit-box-shadow: 7px 7px 8px #818181;
	-moz-box-shadow: 7px 7px 8px #818181;
	position: absolute;
	left:50%;
}

.kat_new {
	display:none;
	background-color:yellowgreen;
	width:410px;
	margin: 10px auto 0px -205px;
	padding:10px;
	border:2px solid gainsboro;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 7px 7px 8px #818181;
	-webkit-box-shadow: 7px 7px 8px #818181;
	-moz-box-shadow: 7px 7px 8px #818181;
	position: absolute;
	left:50%;
}

#markt_header {
	height:auto;
	width:98%;
	padding:5px;
	margin:3px auto;
	background-color:moccasin;
	color: #555555;
	background: -moz-linear-gradient(left top 315deg, moccasin, #fff);
	background: -webkit-gradient(linear, left top, right bottom, from(moccasin), to(#fff));
	border: 1px solid #999999;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

#market_bg {
	height:auto;
	width:98%;
	padding:5px;
	margin:3px auto;
	border: 1px solid #999999;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

div.market_name{
	font-family: "Times New Roman", Verdana, Arial;
	text-align: center;
	font-weight: bold;
	padding:0;
	margin: 15px auto;
	text-shadow: orange 3px 2px 4px;
	font-size:3em;
	color:indigo;
}

div.market_suche{
	position:relative;
	background-color:orange;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width:330px;
	height:84px;
	top:10x;
	margin: -10px auto 0px -3px;
	left:4px;
}

div.such_headline {
	position:absolute;
	top:-4px;
	left:14px;
	color:#fff;
	font-size:13px;
}

.such_art_input {
	position:absolute;
	top:36px;
	left:14px;
}

.such_art_field {
	border:0;
	width:150px;
	height: 20px;
	color:#aeaeae;
	font-size:11px;
	background-color:#ffffff;
	border: 1px solid #999999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.such_ort_input {
	position:absolute;
	top:36px;
	left:175px;
}

.such_ort_field {
	border:0;
	width:90px;
	height: 20px;
	color:#aeaeae;
	font-size:11px;
	background-color:#ffffff;
	border: 1px solid #999999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.such_button {
	position:relative;
	top:36px;
	left:275px;
	background-color:orange;
	background: url(../images/button_gradient_small.png) repeat-x; /*fall back gradient image*/
	background: -moz-linear-gradient(bottom, orange, #fff);
	background: -webkit-gradient(linear, center bottom, center top, from(orange), to(#fff));
	color: #000;
	padding: 2px;
	border: 1px solid #999999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-weight: bold;
	cursor: pointer;
}

.such_button:hover{
	background-color:orange;
	background: url(../images/button_gradient_small_rev.png) repeat-x; /*fall back gradient image*/
	background: -moz-linear-gradient(top, orange, #fff);
	background: -webkit-gradient(linear, center top, center bottom, from(orange), to(#fff));
}

.advert_count {
  bottom:1px;
  color:#FFFFFF;
  font-size:10px;
  position:absolute;
  right:10px;
}

.no_member {
	float: right;
	top:10px;
	margin-right: 0px;
	font-size:11px;
	white-space: nowrap;
}

.no_member a {
	cursor: pointer;
}

.mein_markt {
	float: right;
	top:10px;
	margin-right: 0px;
	font-size:11px;
	white-space: nowrap;
}

.neue_anzeige {
	float: right;
	font-size:16px;
	margin-top:30px;
	margin-right: 0px;
}

#neue_anzeige {
	position: relative;
	top: -5px;
	left: 25px;
}

.neue_anzeige a{
	position: relative;
	top: -18px;
	left: -8px;
	background-color: transparent;
	color: indigo;
	text-decoration: none;
	padding: 5px;
	font-weight: bold;
}

.neue_anzeige a:hover{
	background-color:orange;
	color: white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#loginbox {
	display:none;
	background-color:orange;
	background: -moz-linear-gradient(left top 315deg, orange, #fff);
	background: -webkit-gradient(linear, left top, right bottom, from(orange), to(#fff));
	width:270px;
	padding:10px;
	border:2px solid gainsboro;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 7px 7px 8px #818181;
	-webkit-box-shadow: 7px 7px 8px #818181;
	-moz-box-shadow: 7px 7px 8px #818181;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -100px;
	margin-left: -135px;
	z-index: 9998;
	text-align: center;
}

#verstossform {
	display:none;
	background-color:orange;
	background: -moz-linear-gradient(left top 315deg, orange, #fff);
	background: -webkit-gradient(linear, left top, right bottom, from(orange), to(#fff));
	width:400px;
	padding:10px;
	border:2px solid gainsboro;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 7px 7px 8px #818181;
	-webkit-box-shadow: 7px 7px 8px #818181;
	-moz-box-shadow: 7px 7px 8px #818181;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -100px;
	margin-left: -200px;
	z-index: 9998;
	text-align: center;
}

a.loginboxclose{
	display: none;
	float:right;
	width:26px;
	height:26px;
	background:transparent url(../images/cancel.png) repeat top left;
	margin-top:-20px;
	margin-right:-20px;
	cursor:pointer;
	z-index: 9999;
}

#markt_overlay {
	background-color:orange;
	color: #ffffff;
	visibility: visible;
	filter: alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity: 0.6;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	z-index: 9997;
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 100%;
	height: 2000px;
}

.user_name {
	padding-left: 18px;
	background-color:azure;
	background-image: url(../images/user_name.png);
	background-repeat: no-repeat;
	border: 1px solid #999999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}

.user_pass {
	padding-left: 18px;
	background-color:azure;
	background-image: url(../images/user_pass.png);
	background-repeat: no-repeat;
	border: 1px solid #999999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.markt_button {
	background-color:orange;
	background: url(../images/button_gradient_big.png) repeat-x; /*fall back gradient image*/
	background: -moz-linear-gradient(bottom, orange, #fff);
	background: -webkit-gradient(linear, center bottom, center top, from(orange), to(#fff));
	color: #000;
	padding: 5px;
	border: 1px solid #999999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-weight: bold;
	cursor: pointer;
}

.markt_button:hover{
	background-color:orange;
	background: url(../images/button_gradient_big_rev.png) repeat-x; /*fall back gradient image*/
	background: -moz-linear-gradient(top, orange, #fff);
	background: -webkit-gradient(linear, center top, center bottom, from(orange), to(#fff));
}
.breadcrumb {
	margin:5px 2px 0 2px;
	padding-bottom: 6px;
	font-size:10px;
	border-bottom: 3px solid orange;
}

.breadcrumb a, .breadcrumb strong, .breadcrumb span span {
	padding-left:12px;
	background-image:url(../images/arrow_small.png);
	background-repeat:no-repeat;
	background-position:0px 2px;
	margin-left: 6px;
}

.breadcrumb a.selected {
	/*text-decoration:underline;*/
}

.breadcrumb a, .breadcrumb a:link, .breadcrumb a:visited {
	color:#666;
}

.breadcrumb a:hover, .breadcrumb a:active, .breadcrumb a.selected {
	background-image:url(../images/arrow_small_sel.png);
	font-weight: bold;
	text-decoration: none;
}

ul.cats {
	margin:5px 0 5px 0;
	padding:0;
	text-align:left;
	background-image:none;
	list-style:none;
}

ul.cats li {
		padding:0 0 0 14px;
		margin:0 5px 6px 0;
		background-image:url( ../images/arrow_ul.png );
		background-repeat:no-repeat;
		background-position:0 -1px;
		float: left;
}

.m_bullet{
		padding:0 0 0 14px;
		margin:0 -8px 6px 0;
		background-image:url( ../images/arrow_ul.png );
		background-repeat:no-repeat;
		background-position:0 -1px;
}

.markt_tooltips {
    display:none;
	background-color:orange;
	color: #000;
	border: 2px solid white;
    font-size:12px;
	text-align: center;
    height:auto;
    /*width:auto;*/
	max-width: 280px;
    padding:10px;
	margin:5px;
	-moz-border-radius: 	5px;
	-webkit-border-radius:	5px;
	box-shadow: 7px 7px 8px #818181;
	-webkit-box-shadow: 7px 7px 8px #818181;
	-moz-box-shadow: 7px 7px 8px #818181;
}

.info {
	color:tomato;
}

.ferror {
    display:none;
	color:tomato;
	padding:2px;
	font-weight:bold;
	text-align:center;
}
.ferror1 {
	background-color:pink;
	border: 1px solid red;
}

.passed_time {
	font-size: 10px;
	font-style: italic;
	color: dimgray;
}

.anzeige_premium {
	border:5px solid orange;
	background-color:#FADC00;
	color: black;
}

.market_premium_top {
	color: black;
	background-color:orange;
	height: 12px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.anzeige_premium:hover {
	background-color:mintcream;
}

.premium_options {
	color: black;
	background-color:orange;
}

.anzeige_hover {
	margin-top: 5px;
	margin-bottom: 5px;
}

.anzeige_hover:hover {
	background-color:lightblue;
	color: black;
}

.market_options_div {
	display:none;
	clear: both;
	height:16px;
	color: black;
	border-top: 1px dashed darkgray;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

.market_options_div a {
	font-weight: bold;
	color: orangered;
}

.activator {
	height: 90px;
}

.activator a {
	color: orangered;
}

a.link_button {
	position: relative;
	top: 7px;
	text-decoration: none;
	background-color:orange;
	color: white;
	border: 1px solid gainsboro;
    font-size:12px;
	text-align: center;
    height:auto;
    width:auto;
	padding: 2px 5px;
	margin:2px;
	-moz-border-radius: 	5px;
	-webkit-border-radius:	5px;

}

a.link_button:hover {
	background-color:darkorange;
}

a.link_button_small {
	position: relative;
	top: 3px;
	text-decoration: none;
	background-color:orange;
	color: white;
	border: 1px solid gainsboro;
    font-size:10px;
    height:12px;
    width:auto;
	padding: 2px 5px;
	margin: 10px 1px;
	-moz-border-radius: 	5px;
	-webkit-border-radius:	5px;
	white-space: nowrap;
	cursor: pointer;
}

a.link_button_small:hover {
	background-color:darkorange;
}

.orange_button_small {
	background-color:orange;
	color: white;
	border: 1px solid gainsboro;
    font-size:10px;
    width:auto;
	padding: 2px 5px;
	-moz-border-radius: 	5px;
	-webkit-border-radius:	5px;
	white-space: nowrap;
	cursor: pointer;
}

.orange_button_small:hover {
	background-color:darkorange;
}

/* Karusell */
.jcarousel-skin-tango .jcarousel-container {
    -moz-border-radius: 10px;
	background-color:moccasin;
	color: #555555;
	background: -moz-linear-gradient(left top 315deg, moccasin, #fff);
	background: -webkit-gradient(linear, left top, right bottom, from(moccasin), to(#fff));
	border: 1px solid #999999;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 500px;
    padding: 10px 40px;
	margin: 0 auto;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  500px;
    height: 92px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 92px;
    height: 92px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 33px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 33px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}
/*------------------------------*/
#market_main {
	padding: 15px 5px;
	margin-bottom: 15px;
}

#market_image {
	float:right;
	width:240px;
	text-align:center;
	background-color:moccasin;
	color: #555555;
	background: -moz-linear-gradient(left top 315deg, moccasin, #fff);
	background: -webkit-gradient(linear, left top, right bottom, from(moccasin), to(#fff));
	border: 1px solid #999999;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	margin-bottom: 10px;
	padding: 5px;
	
}

#full_size {
	cursor: url(../images/image_resize.gif), pointer;
}

#image_full_size {
	display:none;
	background-color:orange;
	background: -moz-linear-gradient(left top 315deg, orange, #fff);
	background: -webkit-gradient(linear, left top, right bottom, from(orange), to(#fff));
	width:500px;
	height: auto;
	padding:10px;
	border:2px solid gainsboro;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 7px 7px 8px #818181;
	-webkit-box-shadow: 7px 7px 8px #818181;
	-moz-box-shadow: 7px 7px 8px #818181;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -250px;
	margin-left: -250px;
	z-index: 9998;
	text-align: center;
}

a.image_full_size_close{
	display: none;
	float:right;
	width:26px;
	height:26px;
	background:transparent url(../images/cancel.png) repeat top left;
	margin-top:-20px;
	margin-right:-20px;
	cursor:pointer;
	z-index: 9999;
}

#market_buttons {
	float:right;
	width:240px;
	text-align:center;
	background-color:moccasin;
	color: #555555;
	background: -moz-linear-gradient(left top 315deg, moccasin, #fff);
	background: -webkit-gradient(linear, left top, right bottom, from(moccasin), to(#fff));
	border: 1px solid #999999;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	margin-bottom: 10px;
	padding: 10px 5px 15px 5px;
}

#market_profil {
	float:right;
	width:240px;
	text-align:center;
	color: black;
	background-color:moccasin;
	color: #555555;
	background: -moz-linear-gradient(left top 315deg, moccasin, #fff);
	background: -webkit-gradient(linear, left top, right bottom, from(moccasin), to(#fff));
	border: 1px solid #999999;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	margin-bottom: 10px;
	padding: 10px 5px 15px 5px;
}

#market_profil a {
	color: #0000FF !important;
}

#market_similar {
	float:right;
	width:240px;
	text-align:center;
	background-color:moccasin;
	color: #555555;
	background: -moz-linear-gradient(left top 315deg, moccasin, #fff);
	background: -webkit-gradient(linear, left top, right bottom, from(moccasin), to(#fff));
	border: 1px solid #999999;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	margin-bottom: 15px;
	padding: 10px 5px 15px 5px;
}

#market_similar a {
	color: #0000FF !important;
}

#market_content {
	float:left;
	width:300px;
	text-align:left;
	/*border: 1px solid #999999;*/
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	margin-bottom: 15px;
	padding: 10px 5px 15px 5px;
}

#market_gebote {
	width:98%;
	text-align:left;
	border: 1px solid #999999;
	background-color:moccasin;
	color: #555555;
	background: -moz-linear-gradient(left top 315deg, moccasin, #fff);
	background: -webkit-gradient(linear, left top, right bottom, from(moccasin), to(#fff));
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px 0px 10px 5px;
}

#market_gebote a {
	color: #0000FF !important;
}

table.market_infos {
	border-top: 2px solid orange;
}

table.market_infos .anzeige_titel {
	border-bottom: 1px dashed orange;
	font-weight: bold;
	text-align: left;
}

table.market_infos .anzeige_content {
	border-bottom: 1px dashed orange;
	text-align: left;
}

.jquery_tabs {overflow:hidden; margin:5px;}

.jquery_tabs ul {
	overflow:hidden;
	margin:  0;
	padding: 0;
}

.jquery_tabs .markt_profil {
	margin:  0;
	padding: 4px 0;
	border-top: 2px orange solid;
	border-bottom: 2px orange solid;
}

.jquery_tabs .markt_profil * {margin:0 auto;}

.jquery_tabs ul li {
	float: left;
	margin: 0 0.3em 0 0;
	list-style-type: none;
}

.jquery_tabs ul li a { padding: .2em 2em; }

.jquery_tabs ul li a {
	display: block;
	width: 130px;
	font-weight: bold;
	font-size: 1em;
	background: orange;
	color: white;
	margin: 0;
	border: 1px solid darkorange;
	border-bottom: 0px orange solid;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

.jquery_tabs ul li a:focus,
.jquery_tabs ul li a:active { background: mintcream; font-weight: bold; color: black; text-decoration: none; border-bottom: 0px orange solid; }

.jquery_tabs ul li a:hover { background: darkorange; font-weight: bold; color: white; text-decoration: none; border-bottom: 0px orange solid; }

.jquery_tabs ul li.current a,
.jquery_tabs ul li.current a:focus,
.jquery_tabs ul li.current a:hover,
.jquery_tabs ul li.current a:active {
	color: #666;
	text-decoration: none;
	font-weight: bold;
	background: #fff;
	border-color: orange;
}

.js .jquery_tabs .current-info,
.js .jquery_tabs .accessibletabsanchor{
    position:absolute;
    left:-999em;
}




div.autosuggest {
	position: absolute;
	background-image: url(../images/as_pointer.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding: 10px 0 0 0;
}

div.autosuggest div.as_header, div.autosuggest div.as_footer {
	position: relative;
	height: 6px;
	padding: 0 6px;
	background-image: url(../images/ul_corner_tr.gif);
	background-position: top right;
	background-repeat: no-repeat;
	overflow: hidden;
}

div.autosuggest div.as_footer {
	background-image: url(../images/ul_corner_br.gif);
}

div.autosuggest div.as_header div.as_corner, div.autosuggest div.as_footer div.as_corner {
	position: absolute;
	top: 0;
	left: 0;
	height: 6px;
	width: 6px;
	background-image: url(../images/ul_corner_tl.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

div.autosuggest div.as_footer div.as_corner {
	background-image: url(../images/ul_corner_bl.gif);
}

div.autosuggest div.as_header div.as_bar, div.autosuggest div.as_footer div.as_bar {
	height: 6px;
	overflow: hidden;
	background-color: #333;
}

div.autosuggest ul {
	list-style: none;
	margin: 0 0 -4px 0;
	padding: 0;
	overflow: hidden;
	background-color: #333;
}

div.autosuggest ul li {
	color: #ccc;
	padding: 0;
	margin: 0 4px 4px;
	text-align: left;
}

div.autosuggest ul li a {
	color: #ccc;
	display: block;
	text-decoration: none;
	background-color: transparent;
	text-shadow: #000 0px 0px 5px;
	position: relative;
	padding: 0;
	width: 100%;
}

div.autosuggest ul li a:hover {
	background-color: #444;
}

div.autosuggest ul li.as_highlight a:hover {
	background-color: #1B5CCD;
}

div.autosuggest ul li a span {
	display: block;
	padding: 3px 6px;
	font-weight: bold;
}

div.autosuggest ul li a span small {
	font-weight: normal;
	color: #999;
}

div.autosuggest ul li.as_highlight a span small {
	color: #ccc;
}

div.autosuggest ul li.as_highlight a {
	color: #fff;
	background-color: #1B5CCD;
	background-image: url(../images/hl_corner_br.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

div.autosuggest ul li.as_highlight a span {
	background-image: url(../images/hl_corner_bl.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

div.autosuggest ul li a .tl, div.autosuggest ul li a .tr {
	background-image: transparent;
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0;
	padding: 0;
	margin: 0;
}

div.autosuggest ul li a .tr {
	right: 0;
}

div.autosuggest ul li.as_highlight a .tl {
	left: 0;
	background-image: url(../images/hl_corner_tl.gif);
	background-position: bottom left;
}

div.autosuggest ul li.as_highlight a .tr {
	right: 0;
	background-image: url(../images/hl_corner_tr.gif);
	background-position: bottom right;
}

div.autosuggest ul li.as_warning {
	font-weight: bold;
	text-align: center;
}

div.autosuggest ul em {
	font-style: normal;
	color: #6EADE7;
}