/* yui.css */
html
{
		background: #FFF;
			color: #000;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td
{
		margin: 0;
			padding: 0;
}
table
{
		border-collapse: collapse;
			border-spacing: 0;
}
fieldset,img
{
		border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var
{
		font-style: normal;
			font-weight: normal;
}
li
{
		list-style: none;
}
caption,th
{
		text-align: left;
}
h1,h2,h3,h4,h5,h6
{
		font-size: 100%;
			font-weight: normal;
}
q:before,q:after
{
		content: '';
}
abbr,acronym
{
		border: 0;
			font-variant: normal;
}
sup
{
		vertical-align: text-top;
}
sub
{
		vertical-align: text-bottom;
}
input,textarea,select
{
		font-family: inherit;
			font-size: inherit;
				font-weight: inherit;
}
input,textarea,select
{
		font-size: 100%;
}
legend
{
		color: #000;
}
/* styles.css */
html {
  height: 100%;
  background: #bb4494;
}
body {
  font: normal 12px Tahoma, Geneva, sans-serif;
  color: black;
  /*color: white;*/
  text-align: center;
}
* {
  padding: 0;
  margin: 0;
}
img {
  border: 0;
}
.clear {
  clear: both;
}
br {
  /*clear: left;*/
}
.bold {
  font-weight: bold;
}
textarea {
  overflow: auto;
}
h1, h2, h3, h4, h5, h6, ul, li, p, a {
	margin: 0;
	padding: 0;
}
.left {
  float: left;
}
.inner {
  width: 996px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}
#top {
  height: 140px;
  background: #cbcad2 url(/layout/images/bg_top.gif) repeat-x bottom left;
}
#top .inner {
  height: 140px;
  background: url(/layout/images/szminka-top.jpg) no-repeat bottom left;
}
#top .inner div#memberpanel {
  text-align: right;
  margin: 0 4px 0 0;
  padding: 4px 0 0 0;
  color: #333;
  font-size: 11px;
  height: 15px;
}
#top .inner div#memberpanel a {
  color: #bb4494;
}
#top .inner div#memberpanel a:hover {
  text-decoration: none;
}
#top .inner #top1 {
  width: 676px;
  height: 80px;
  margin: 22px 0 0 0;
  text-align: right;
}
#top .inner #top1 h1 {
  font: normal 11px Tahoma, Geneva, sans-serif;
  color: #bb4494;
  margin: 0 10px 5px 0;
}
#top .inner #top2 {
  width: 300px;
  height: 83px;
  background: url(/layout/images/bg_top2.gif) no-repeat center left;
  margin: 10px 0 0 20px;
  text-align: center;
}
#top .inner #top2 p {
  margin: 26px 0 15px 0;
  text-align: center;
}
#top .inner #top2 p a {
  font: bold 14px Tahoma, Geneva, sans-serif;
  color: black;
  text-decoration: none;
}
#top .inner #top2 p a:hover {
  text-decoration: underline;
}
#top .inner #top2 h3 {
  font: normal 11px Tahoma, Geneva, sans-serif;
  color: white;
}

#content {
  min-height: 500px;
  background: white;
}
#content .inner {
  min-height: 500px;
  background: url(/layout/images/szminka-bottom.jpg) no-repeat top left;
}
#main {
  padding: 15px 0 20px 0;
  width: 800px;
  float: right;
}
ul.hmenu li {
  display: inline;
}
ul#mainmenu {
  font: bold 11px Tahoma, Geneva, sans-serif;
  float: left;
  margin: 4px 0 0 0;
}
ul#mainmenu li {
  margin: 0 8px 0 0;
}
ul#mainmenu li a {
  color: #bb61bb;
  text-decoration: underline;
}
ul#mainmenu li a:hover {
  text-decoration: none;
}
#main form {
  text-align: right;
  margin: 0 14px 0 0;
}
#main form input#search {
  width: 170px;
  padding: 3px 2px;
}
#main form input#submit {
  padding: 1px 5px;
  vertical-align: 1px;
  font: normal 12px Arial, Helvetica, sans-serif;
}
#advertbox {
  width: 448px;
  height: 263px;
  float: left;
  margin: 0 8px 0 0;
}
.container {
  margin: 0 0 20px 0;
  float: left;
}
#cfirst {

}

div.breadcrumb_menu {
  font-size: 11px;
  color: #666;
}
div.breadcrumb_menu a {
  color: #666;
}
div.breadcrumb_menu a:hover {
  text-decoration: none;
}



.greyline {
  border-top: solid 1px #e0e0e0;
  clear: both;
}
.block h2 {
  width: 114px;
  background: #bb61bb;
  font: bold 11px Tahoma, Geneva, sans-serif;
  padding: 4px 0 5px 6px;
  color: white;
}
.block ul {
  border-top: solid 1px #e0e0e0;
  clear: both;
}
.block ul li {
  border-bottom: solid 1px #e0e0e0;
  padding: 6px 0 6px 4px;
}
.block ul li a {
  text-decoration: none;
  color: #bb61bb;
  display: block;
}
.block ul li a:hover {
  text-decoration: underline;
}
.block220 {
  width: 220px;
}
.block300 {
  width: 300px;
}
.block356 {
  width: 356px;
}
div.twoblocks {
  width: 320px;
}
div#ebook {
  width: 300px;
  margin-bottom: 2em !important;
}
img.book {
  width: 170px;
}
p.price {
  margin: 10px 0;
  color: #BB61BB;
  font-weight: bold;
}
p.price a {
  color: #BB61BB;
}
p.price a:hover {
  text-decoration: none;
}

div#tagcloud {
  width: 300px;
}
#index div#newsnew {
  width: 356px;
}
#site div#newsnew, #site div#ebook {
  width: 160px;
}
#index div#facebook {
  width: 356px;
}
div#forumnew {
  width: 300px;
}
div#bankbox {
  width: 300px;
}
#index div#nowepytania {
  width: 220px;
  margin: 20px 20px 0 0;
}
#site div#nowepytania {
  width: 300px;
}


div#bankbox {
  height: 178px;
  width: 300px;
  background: url(/layout/images/bg_bankbox.jpg) no-repeat left top;
}
div#bankbox h2 {
  width: 114px;
  background: #666666;
  font: bold 11px Tahoma, Geneva, sans-serif;
  padding: 4px 0 5px 6px;
  margin: 20px 0 10px 0;
  color: white;
}
div#bankbox p.links {
  margin: 10px;
  line-height: 16px;
  clear: both;
}
div#bankbox p.links a {
  color: #333;
  text-decoration: underline;
  margin: 0 4px 0 0;
}
div#bankbox p.links a:hover {
  text-decoration: none;
}
div#bankbox p.morelink {
  margin: 23px 20px 0 0;
  color: #333;
  font-size: 11px;
}
div#bankbox p.morelink a {
  color: #333;
}

div#articleday, div#articlesnew, div#newsnew, div#ebook, div#facebook {
  margin: 0 20px 0 0;
}
#index div#forumnew ul {
  border-top: 0;
}
#index div#forumnew ul li {
  border-bottom: 0;
  border-top: solid 1px #e0e0e0;
}
div#forumnew ul li a, div#ebook ul li a {
  color: #666666;
}
div#articleday a img, div#articlesnew a img {
  float: left;
  margin: 8px 9px 0 0;
}
div#articleday h2, div#articlesnew h2 {
  background: #bb4494;
}
div#articleday h3, div#articlesnew h3 {
  font: bold 12px Tahoma, Geneva, sans-serif;
  margin: 6px 0 0 0;
}
div#articleday h3 a, div#articlesnew h3 a {
  color: #bb4494;
  text-decoration: none;
}
div#articleday h3 a:hover, div#articlesnew h3 a:hover {
  text-decoration: underline;
}
div#articleday div.article, div#articlesnew div.article {
  color: #666666;
  margin: 5px 0 10px 0;
}
div#articleday div a, div#articlesnew div a {
  color: #bb4494;
  text-decoration: none;
  font-size: 11px;
}
div#articleday div a:hover, div#articlesnew div a:hover {
  text-decoration: underline;
}
div#articleday ul li a, div#articlesnew ul li a {
  color: #bb4494;
}
div#articleday p.morelink, div#articleday p.morelink a, div#articlesnew p.morelink, div#articlesnew p.morelink a {
  color: #bb4494;
  font-size: 11px;
}
div#nowepytania h2 {
  width: 114px;
  background: #bb61bb;
  font: bold 11px Tahoma, Geneva, sans-serif;
  padding: 4px 0 5px 6px;
  color: white;
}
div#nowepytania ul {
  clear: both;
}
div#nowepytania ul li a {
  color: #666666;
}
div#articlesnew h2, div#forumnew h2, div#newsnew h2, div#bankbox h2, div#nowepytania h2, div#ebook h2 {
  float: left;
}
div#forumnew h2, div#ebook h2 {
  background: #7c75ab;
}
div#forumnew p.morelink, div#forumnew p.morelink a, div#ebook p.morelink, div#ebook p.morelink a {
  color: #7c75ab;
  font-size: 11px;
}
.block p.morelink {
  float: right;
  margin: 3px 5px 0 0;
  color: #bb61bb;
  font-size: 11px;
}
.block p.morelink a {
  text-decoration: none;
  color: #bb61bb;
}
.block p.morelink a:hover {
  text-decoration: underline;
}
#site div#newsnew p.morelink, #site div#ebook p.morelink {
  float: left;
  margin: 8px 0 8px 4px;
}
#site div#newsnew ul li a {
  color: #666;
}
.greybox {
  float: right;
  width: 300px;
  height: 84px;
  background: url(/layout/images/bg_umowsie.gif) no-repeat top left;
  text-align: center;
}
#umowsie {

}

.greybox p {
  margin: 0 0 14px 0;
  padding: 20px 0 0 0;
}
.greybox p a {
  font: bold 12px Tahoma, Geneva, sans-serif;
  color: #bb4494;
  text-decoration: none;
}
.greybox p a:hover {
  text-decoration: underline;
}
.greybox h4 {
  font: normal 11px Tahoma, Geneva, sans-serif;
  color: #666666;
  margin: 0 10px;
}

.umowsie_adv {
  float: right;
  width: 300px;
  height: 84px;
  background: red url(/layout/images/bg_bankbox.jpg) no-repeat top left;
  text-align: center;
}


#donewslettera {
  margin: 5px 0 0 0;
}

#tagcloud {
  font-size: 10px;
  line-height: 2em;
	text-align: justify;
}
#tagcloud p {
  margin: 0 0 0 4px;
}

#tagcloud span a:link {text-decoration: none; }
#tagcloud span a:visited {text-decoration: none; }
#tagcloud span a:hover {text-decoration: none; color: white; background: #BB4494; }
#tagcloud span a:active {text-decoration: none; color: white; background: #BF509B; }

span.tagcloud1 { font-size: 1.0em; color: #E0AFD0; z-index: 10; position: relative}
span.tagcloud1 a {text-decoration: none;  color: #E0AFD0;}
span.tagcloud2 { font-size: 1.4em; color: #ACC1F3; z-index: 9; position: relative}
span.tagcloud2 a {text-decoration: none; color: #E0AFD0;}
span.tagcloud3 { font-size: 1.8em; color: #86A0DC; z-index: 8; position: relative}
span.tagcloud3 a {text-decoration: none; color: #DCA3C9;}
span.tagcloud4 { font-size: 2.2em; color: #DCA3C9; z-index: 7; position: relative}
span.tagcloud4 a {text-decoration: none; color: #DCA3C9;}
span.tagcloud5 { font-size: 2.6em; color: #D897C3; z-index: 6; position: relative}
span.tagcloud5 a {text-decoration: none; color: #D897C3;}
span.tagcloud6 { font-size: 3.0em; color: #D897C3; z-index: 5; position: relative}
span.tagcloud6 a {text-decoration: none; color: #D897C3;}
span.tagcloud7 { font-size: 3.3em; color: #D48BBC; z-index: 4; position: relative}
span.tagcloud7 a {text-decoration: none; color: #D48BBC;}
span.tagcloud8 { font-size: 3.6em; color: #D07FB5; z-index: 3; position: relative}
span.tagcloud8 a {text-decoration: none; color: #D07FB5;}
span.tagcloud9 { font-size: 3.9em; color: #CB74AF; z-index: 2; position: relative}
span.tagcloud9 a {text-decoration: none; color: #CB74AF;}
span.tagcloud10 { font-size: 4.2em; color: #C768A8; z-index: 1; position: relative}
span.tagcloud10 a {text-decoration: none; color: #C768A8;}
span.tagcloud11 { font-size: 4.5em; color: #C35CA1; z-index: 0; position: relative}
span.tagcloud11 a {text-decoration: none; color: #C35CA1;}


#leftside {
  width: 160px;
  min-height: 500px;
  float: left;
  margin: 80px 20px 0 0;
}
#leftside div {
  margin-bottom: 20px;
}
#leftside div#mytree ul {
  border-top: solid 1px #e0e0e0;
}
#leftside div#mytree ul li {
  border: 0;
}
#leftside div#mytree ul li ul li {
  border-top: solid 1px #e0e0e0;
  border-bottom: 0;
}
#leftside div#mytree ul li ul {
  margin: 2px 0 2px 5px;
  border: 0;
}
#leftside div#mytree ul li a {
  color: #676767;
  font-weight: bold;
}
#leftside div#mytree ul li ul li a {
  font-weight: normal;
}


#rightside {
  width: 468px;
  float: left;
  color: #666;
  line-height: 15px;
  margin: 0 20px 0 0;
  font: normal 12px Verdana, sans-serif;
}
#rightside h1 {
  font: bold 19px Tahoma, Geneva, sans-serif;
  color: #bb4494;
  padding: 4px 0 10px 0;
  margin: 10px 0 10px 0;
  border-bottom: solid 1px #e0e0e0;
}
#rightside h2 {
  width: 114px;
  font: bold 11px Tahoma, Geneva, sans-serif;
  padding: 4px 0 5px 6px;
  margin: 4px 0 10px 0;
  color: white;
}
#rightside h2.hpink, #rightside h2.hbordo, #rightside h2.hforum, #rightside h2.hbankodp {
  width: 100%;
  font: bold 19px Tahoma, Geneva, sans-serif;
  padding: 4px 0 10px 0;
  margin: 10px 0 10px 0;
  border-bottom: solid 1px #e0e0e0;
}
#rightside h2.hpink {
  color: #bb61bb;
}
#rightside h2.hbordo {
  color: #bb4494;
}
#rightside h2.hforum {
  color: #7c75ab;
}
#rightside h2.hbankodp {
  color: #666666;
}
#rightside h3 {
  margin: 0 0 2px 0;
  font-weight: bold;
}
#rightside h3 a {
  color: #bb61bb;
}
#rightside h3 a:hover {
  text-decoration: none;
}
#rightside2 ul {
  border-top: 0;
}
#rightside2 ul li {
  border-top: solid 1px #e0e0e0;
  border-bottom: 0;
}
#rightside strong {
  font-weight: bold;
}
#rightside h3.cat {
  margin: 20px 0 0 20px;
}
#rightside div#mytree ul {
  border-top: 0;
  margin: 10px 0 20px 20px;
}
#rightside div#mytree ul li {
  border: 0;
  list-style-type: disc;
}
#rightside div#mytree ul li ul li {
  border-top: 0;
  border-bottom: 0;
}
#rightside div#mytree ul li ul {
  margin: 2px 0 2px 5px;
  border: 0;
}
#rightside div#mytree ul li a {
  color: #676767;
  font-weight: bold;
  text-decoration: underline;
}
#rightside div#mytree ul li a:hover {
  text-decoration: none;
}
#rightside div#mytree ul li ul li a {
  font-weight: normal;
}
ul.ularticles {
  margin: 5px 0 0 5px; 
}
ul.ularticles li {
  margin: 4px 0 16px 15px;
  list-style-type: disc;
  color: #bb4494;
}
ul.ularticles li a {
  color: #bb4494;
  text-decoration: none;  
}
ul.ularticles li a:hover {
  text-decoration: underline;  
}



div.element {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: solid 1px #e0e0e0;
}
span.morelink {
  color: #bb61bb;
  font-size: 11px;
}
span.morelink a {
  color: #bb61bb;
  text-decoration: none;
}
span.morelink a:hover {
  text-decoration: underline;
}

#contentbottommenu {
  padding: 20px 0 20px 0;
  color: #666666;
  font-size: 11px;
}
#contentbottommenu a {
  color: #666666;
}
#contentbottommenu a:hover {
  text-decoration: none;
}

/* --------- pytanie */
#site div.zadaj {
  width: 468px;
}
#site div.zadaj h2 {
  color: #666;
  width: 400px;
  font-size: 12px;
  margin: 10px 0;
  padding: 0;
}
#site div.zadaj div {
  clear: both;
  padding: 15px 0 25px 0;
}
#site div.zadaj div div.number {
  float: left;
  margin: 0 20px 0 0;
  padding: 10px;
  background: #bb4494;
  color: white;
  font-weight: bold;
}
#site div.zadaj div h3 {
  color: #bb4494;
}
#site div.zadaj div span {
  font-size: 11px;
  display: block;
  margin: 0 0 0 52px;
}
#site div.zadaj form {
  margin: 30px 0;
  padding: 30px 10px;
  border: 1px solid #d5d5d5;
  background: #f7f7f7;
}
#site div.zadaj form h3 {
  color: #bb4494;
  font: bold 14px Verdana;
  padding: 10px 0 20px 10px;
}
#site div.zadaj form table tr td {
  padding: 0 10px 5px 0;
  margin: 0 0 10px 0;
  text-align: right;
}




/* --------- kontakt */
#site div.zadaj span {
  font-size: 11px;
  display: block;
  margin: 0 0 10px 0;
}
address {
  font-weight: bold;
  font-size: 13px;
  display: block;
  margin: 10px 0 5px 0;
  color: #7c75ab;
}
p strong {
font-weight: bold;
}

/* --------- artykuly */
div.fulltext h1, div.fulltext h1 span, div.fulltext h2, div.fulltext h2 span, div.fulltext h3, div.fulltext h4 {
  font: bold 12px Tahoma, Geneva, sans-serif;
  color: #666;
  border: 0;
}
div.fulltext a {
  color: #bb4494;
}
div.fulltext a:hover {
  text-decoration: none;
}
p.community {
  margin: 20px 0;
}
p.community a {
  color: #bb4494;
}
p.community a:hover {
  text-decoration: none;
}
p.community img {
  vertical-align: middle;
}

/* --------- ebooki */
img.miniimg {
  margin: 0 15px 20px 0;
}


/* --------- forum */
.toright {
  text-align: right;
}
table.forum {
  background: #f8f8f8;
  width: 496px;
  margin: 0 0 40px 0;
}
table.forum tr td {
  padding: 10px;
  border-top: 2px solid white;
}
table.forum tr.fheader td {
  border-bottom: 1px solid #333;
  background: white;
}
table.forum tr.ffooter td {
  background: white;
}
table.forum tr td.fcategoryname {
  background: #fff;
  font: normal 12px Tahoma, Geneva, sans-serif;
  padding: 15px 0 15px 10px;
}
table.forum tr td.fcategoryname strong {
  font-weight: bold;
}
table.forum tr td.fcategoryname a {
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #7c75ab;
  padding: 0 4px 6px 4px;
}
table.forum a {
  color: #7c75ab;
  font-weight: bold;
}
table.forum a:hover {
  text-decoration: none;
}
form.forumform {
  background: #f8f8f8;
  padding: 10px;
}
form.forumform p label {
  width: 70px;
  display: block;
  float: left;
}
form.forumform p {
  clear: both;
  margin: 20px;
}
form.forumform p input.textinput, form.forumform p textarea {
  width: 300px;
  padding: 4px;
}
form.forumform p input.submitinput {
  margin: 10px 0 20px 280px;
}
a.modlink {
  display: block;
  margin: 10px 0 0 0;
  font-size: 10px;
  color: #666;
}
table.forum tr td h4 {
  margin: 10px 0 5px 0;
  font-weight: bold;
  font-size: 11px;
}
table.forum tr td input.radio {
  vertical-align: middle;
}
table.forum tr td span {
  margin: 0 0 0 10px;
}
table.forum tr td img {
  vertical-align: middle;
}

#rightside2 {
  width: 300px;
  float: right;
}

/* formularze ---------------------------------------- */
.forms {
  margin: 30px 0;
}
.forms form {
  border: 1px solid #d5d5d5;
  background: #f7f7f7;
  padding: 10px;
}
.forms form h3 {
  color: #bb4494;
  font: bold 14px Verdana;
  padding: 10px 0 20px 10px;
}
.forms table {
  margin: 0 0 0 30px;
}
.forms table tr td {
  padding: 0 20px 5px 0;
  text-align: right;
}
.forms table tr td span.errormessage {
  color: red;
}
input.shortinput {
  width: 200px;
  padding: 2px 0;
}
input.submitinput {
  padding: 2px 4px;
  margin: 10px 0 0 0;
}
.forms a {
  color: #bb4494;
}
.forms a:hover {
  text-decoration: none;
}
.forms p {
  margin: 0 0 10px 0;
}
p.errormessage {
  float: right;
  margin: 10px 10px 0 0;
  color: red;
}
.forms table tr td h4 {
	line-height: 24px;
	font-weight: bold;
	font-size: 12px;
	padding: 10px 0;
}
.forms ul.formul {
  padding: 0 0 10px 30px;
}
.forms ul.formul li {
  margin: 10px 0 10px 0;
}



div.payment {
  border: 1px solid #d5d5d5;
  background: #f7f7f7;
  padding: 20px 10px;
}
div.payment input.cartsubmit {
  margin: 30px 0 10px 150px; 
}

#bottom {
  height: 100px;
  background: #bb4494 url(/layout/images/bg_bottom.gif) repeat-x top left;
}
ul#bottommenu {
  font: normal 11px Tahoma, Geneva, sans-serif;
  padding: 26px 0 0 0;
}
ul#bottommenu li {
  color: white;
  margin: 0 8px 0 0;
}
ul#bottommenu li strong {
  font-weight: bold;
}
ul#bottommenu li a {
  color: white;
  text-decoration: none;
}
ul#bottommenu li a:hover {
  text-decoration: underline;
}
p#author {
  position: absolute;
  right: 4px;
  top: 24px;
}
p#author, p#author a {
  color: white;
  font-size: 11px;
}
p#author a img {
  vertical-align: -4px;
  margin: 0 0 0 -2px;
}

#googlemap{
	width: 468px;
	height: 300px;
}
.hidden {
  display: none;
}
.adv_banner_750_index {
  width: 750px;
  float: right;
  margin: 10px 0 0 0;
}
.adv_banner_300_index {
  width: 300px;
  padding: 5px 0 0 0;
  margin: 0 20px 0 0;
}
.adv_banner_750 {
  width: 750px;
  float: right;
  margin: 10px 0 0 0;
  padding: 5px 0 0 0;
}
.adv_box_300 {
  width: 300px;
}
.adv_banner_468 {
  width: 468px;  
  margin: 0 0 5px 0;
}
.adv_banner_160 {
  width: 160px;  
  margin: 0;
}
.boldfont{
	font-weight: bold;
}
tr.ppitem_red td{
	background-color: #FFDDDD;
	color: red;
	font-weight: bold;
}
tr.ppitem_yellow td{
	background-color: #FFFFDD;
	color: #555500;;
	font-weight: bold;
}
tr.ppitem_green td{
	background-color: #DDFFDD;
	color: green;
	font-weight: bold;
}
/* stronicowanie ---------------------------------------- */
p.paginator {
  margin: 40px 0 40px 100px;
}
p.paginator span {

}
p.paginator a {
  color: #BB61BB;
  margin: 0 1px;
}
p.paginator a:hover {
  text-decoration: none;
}

/* wyniki wyszukiwania ---------------------------------------- */
.serp {
}
.serp .element h4 a {
  font: normal 12px Tahoma, Geneva, sans-serif;
  color: #666;
  text-decoration: none;

}
.serp .element h4 a:hover {
  text-decoration: underline;
}


/* --------------------------------------------------------------------- pp nowy sklep ------ */

div#nowy-sklep {
			display: block;
      width: 300px;
      height: 94px;

}
#femina-160x600 {
width: 160px;
}
#femina-750x100 {
width: 750px;
}
#femina-750x100 div {
margin-bottom: 6px;
padding-top: 6px;
}
/* Autocompleter.css */
ul.autocompleter-choices
{
	position:				absolute;
	margin:					0;
	padding:				0;
	list-style:				none;
	border:					1px solid #7c7c7c;
	border-left-color:		#c3c3c3;
	border-right-color:		#c3c3c3;
	border-bottom-color:	#ddd;
	background-color:		#fff;
	text-align:				left;
	font-family:			Verdana, Geneva, Arial, Helvetica, sans-serif;
	z-index:				50;
	background-color:		#fff;
}

ul.autocompleter-choices li
{
	position:				relative;
	margin:					-2px 0 0 0;
	padding:				0.2em 1.5em 0.2em 1em;
	display:				block;
	float:					none !important; 
	cursor:					pointer;
	font-weight:			normal;
	white-space:			nowrap;
	font-size:				1em;
	line-height:			1.5em;
}

ul.autocompleter-choices li.autocompleter-selected
{
	background-color:		#444;
	color:					#fff;
}

ul.autocompleter-choices span.autocompleter-queried
{
	display:				inline;
	float:					none;
	font-weight:			bold;
	margin:					0;
	padding:				0;
}

ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried
{
	color:					#fe1266;
}

