* {
	margin: 0px;
	padding: 0px;
}

/* IE Fix (hasLayout) */
div {
	zoom: 1;
}

body {
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #FFF;
	text-align: center;
}


/* Block Tags */
h1 {
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: bold;
	line-height: 28px;
	color: #000;
	margin: 0px 0px 15px 0px;
}

h2 {
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: bold;
	line-height: 28px;
	color: #000;
	margin: 0px 0px 15px 0px;
}

h3 {
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: bold;
	line-height: 26px;
	color: #000;
	margin: 0px 0px 15px 0px;
}

h4  {
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
	line-height: 22px;
	color: #000;
	margin: 0px 0px 15px 0px;
}

h5 {
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
	line-height: 19px;
	color: #000;
	margin: 0px 0px 15px 0px;
}

h6 {
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
	line-height: 16px;
	color: #000;
	margin: 0px 0px 3px 0px;
}

p {
	line-height: 16px;
	margin: 0px 0px 15px 0px;
}

ol {
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
	line-height: 16px;
	margin: 0px 0px 15px 32px;
}

ul {
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
	line-height: 16px;
	margin: 0px 0px 15px 25px;
	list-style-type: square;
}

li {
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
	line-height: 16px;
}

dl {
	line-height: 16px;
	margin: 0px 0px 15px 0px;  
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 10px;
}

address {
	color: #000;
}

blockquote {
	margin: 0px 0px 15px 0px;
	padding: 10px 15px 10px 15px;
	line-height: 16px;
	background-color: #EEE;
	clear: both;
}

pre {
	font-family: Courier, monospace;
	width: auto;
	max-height: 300px;
	line-height: 16px;
	margin: 0px 0px 15px 0px;
	padding: 10px 10px 10px 10px;
	background-color: #EEE;
	overflow: scroll;
}

hr {
	display: none;
}

hr.line {
	margin: 0px 0px 15px 0px;
  border: 0px solid #CCC;
  border-top: 1px solid #CCC;
  background-color: transparent;
  display: block;
}  


/* Inline Tags */
a {
	color: #000;
	text-decoration: none;
  outline: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

cite, em, q {
	font-style: italic;
}

strong, b {
	font-weight: bold;
}

i {
	font-style: italic;
}

kbd, samp, var, code, dfn {
	font-family: Courier, monospace;
}

abbr, acronym {
	font-style: italic;
	border-bottom: 1px solid #000;
	cursor:help;
}


/* Table Tags */
table {
	width: 100%;
	margin: 0px 0px 15px 0px;
}

caption {
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
  font-size: 22px;
	font-weight: bold;
	line-height: 26px;
	color: #333;
	text-align: left;
}

thead th {
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
	line-height: 16px;
  font-weight: bold;
	color: #333;
	text-align: left;
	padding: 0px 10px 0px 0px;
	background-color: #E6E6E6;
}

tbody {
}

td {
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
	line-height: 16px;
	color: #333;
	padding: 0px 10px 0px 0px;
}

th {
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
	line-height: 16px;
	color: #333;
	text-align: left;
	padding: 0px 10px 0px 0px;
	background-color: transparent;
}


/* Form Tags */
form {
	margin: 0px 0px 15px 0px;
}

fieldset {
	background-color: transparent;
	padding: 0px;
	margin: 0px 0px 15px 0px;
 	border: 0px solid #000;  
}

legend {
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
	line-height: 22px;
	color: #000;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

label {
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	color: #000;
}

label.active { 
	cursor: pointer;
}

input {
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  width: 97%;
  line-height: 18px;
  font-weight: normal;
  border: 1px solid #000;
  padding: 2px;
	margin: 5px 0px 15px 0px;
	color: #000;
}

textarea {
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
	text-align: left;
  width: 97%;
  border: 1px solid #000;
  margin: 5px 0px 15px 0px;
  padding: 2px;
	color: #000;
}

select {
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  border: 1px solid #000;   
  background-color: #FFF;
  width: auto;
  padding: 2px;
  margin: 5px 0px 15px 0px;
	color: #000;
}

option {
	padding: 0px;
}

input.btn {
  font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
	color: #000;
	font-weight: bold;
	text-align: center;
  width: 85px;
  height: 24px;
	margin: 0px;
	padding: 0px;
  border: 1px solid #000;
}

input.btn-loading {
  font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
	color: #000;
	font-weight: bold;
	text-align: center;
  width: 85px;
  height: 24px;
	margin: 0px;
	padding: 0px;
  border: 1px solid #000; 
}

input.chkbx {
  font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
	color: #000;
  width: auto;
  display: inline;
  float: left;
  margin: 3px 5px 10px 0px;
  padding: 0px;
}


/* Layout */
#container {
  width: 100%;
  margin: 0px auto;
}

#top {
}

#header {
	border-bottom: 1px solid #000;
}

#header h1 {
}

#header h1 a {
}

#sections {
  display: none;
}

#filters {
  display: none;
}

#content-container {
  background-color: #FFF;
  clear: both;
}

#content {
  width: 100%;
}

#content div.content-left {
  width: 48%;
  margin-bottom: 15px;
  float: left;
}

#content div.content-right {
  width: 48%;
  margin-bottom: 15px;
  float: right;
}

#breadcrumbs {
  display: none;
}

#cart-info {
  display: none; 
} 

#back {
  display: none;
}

#tag-cloud, #dealer-cloud, #dealer-list, #tag-list, div.offer-info-box, div.info-box, #form-area {
  margin: 0px 0px 25px 0px;
  padding: 0px;
  background: #ECECEC url(../images/tag-cloud-bg.gif) no-repeat top left;
}

#tag-cloud div, #dealer-cloud div, #dealer-list div, #tag-list div, div.offer-info-box div, div.info-box div, #form-area div {
  background: transparent url(../images/tag-cloud-div-bg.gif) no-repeat top right;
}

#tag-cloud div div, #dealer-cloud div div, #dealer-list div div, #tag-list div div, div.offer-info-box div div, div.info-box div div, #form-area div div {
  background: transparent url(../images/tag-cloud-div-div-bg.gif) no-repeat bottom right;
}

#tag-cloud div div div, #dealer-cloud div div div, #dealer-list div div div, #tag-list div div div, div.offer-info-box div div div, div.info-box div div div, #form-area div div div {
  padding: 5px 10px;
  background: transparent url(../images/tag-cloud-div-div-div-bg.gif) no-repeat bottom left;
}

div.info-box div div div {
  padding: 1px 10px 1px 10px;
}

div.info-box div div div p {
  margin-top: 5px;
  margin-bottom: 5px;
}

#tag-cloud h3, #dealer-cloud h3, #dealer-list h3, #tag-list h3 {
  display: none;
}

#tag-cloud p, #dealer-cloud p {
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
	font-weight: bold;
	line-height: 26px;
	margin: 0px;
	text-align: justify;
}

#tag-cloud p span, #dealer-cloud p span {
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	line-height: 26px;
  padding: 0px 5px 0px 0px;
	margin: 0px 5px;
  white-space: nowrap;
}

#tag-cloud p span a, #dealer-cloud p span a {
	color: #000;
}

#tag-cloud p span.act a, #dealer-cloud p span.act a {
  padding: 0px 1px 0px 1px;
  color: #FFF;
  background-color: #000;
}

#tag-cloud p span a:hover, #dealer-cloud p span a:hover {
  color: #000;
  background-color: transparent;
}

#tag-cloud p span.act a:hover, #dealer-cloud p span.act a:hover {
  color: #FFF;
  background-color: #000;
}

#dealer-list ul, #tag-list ul {
  float: left;
  margin: 0px;
  padding: 5px 0px;
  margin-right: 1%;
	list-style-type: none;
}

#dealer-list ul li, #tag-list ul li {
  color: #999;
}

#dealer-list ul li.act a, #tag-list ul li.act a {
  padding: 0px 1px 0px 1px;
  color: #FFF;
  background-color: #000;
}

#dealer-list ul li a, #tag-list ul li a {
  font-size: 14px;
  font-weight: bold;
}

#dealer-list ul li a:hover, #tag-list ul li a:hover {
  color: #000;
  background-color: transparent;
}

#dealer-list ul li.act a:hover, #tag-list ul li.act a:hover {
  color: #FFF;
  background-color: #000;
}

#result {
  text-align: left;
  clear: both;
  margin: 0px 0px 30px 0px;
}

#result h3 {
  display: none;
}

#result div.menu, #comments div.menu {
  border-bottom: 1px solid #000;
  clear: both;
}

#result ul, #comments div.menu ul {
  position: relative;
  line-height: 21px;
  left: 5px;
  margin: 0px;
  padding: 0px;
	list-style-type: none;
}

#result ul li, #comments div.menu ul li {
  height: 21px;
  margin: 0px 3px;
  line-height: 21px;
  padding-left: 5px;
  background-color: transparent;
  float: left;
}

#result ul li a, #comments div.menu ul li a {
  font-weight: bold;
  color: #000;
  line-height: 21px;
  padding: 0px 15px 0px 10px;
  background-color: #EEE; 
	display: block;
	float: left;
}

#result ul li a, #comments div.menu ul li a span {
  font-style: normal;
}

#result ul li a:hover, #comments div.menu ul li a:hover {
  color: #000;
  background-color: #EEE;
}

#result ul li.act, #comments div.menu ul li.act {
  color: #FFF;
  background-color: #000;
}

#result ul li.act a, #comments div.menu ul li.act a {
  color: #FFF;
  background-color: #000;
}

#result ul li.act a:hover, #comments div.menu ul li.act a:hover {
  color: #666;
}

#result div.paging, #comments div.action {
  font-size: 11px;
  line-height: 21px;
  float: right
}

#result div.paging span {
  margin-left: 10px;
}

#result div.paging span a.previous {
}

#result div.paging span a.next {
}

#result div.paging span a {
  font-weight: bold;
  color: #000;
  padding: 2px 5px;
  margin: 0px 1px;
  background-color: #E6E6E6;
}

#result div.paging span a:hover {
  color: #000;
}

#result div.paging span a.act {
  color: #FFF;
  background-color: #000;
  padding: 2px 5px;
  margin: 0px 1px;
}

#result div.paging span a:hover.act {
  color: #000;
}

#result div.item {
  padding: 10px;
  border-bottom: 1px solid #000;
  clear: both;
}

#result div.premium {
  color: #FFF;
  background-color: #000;
  border-bottom: 1px solid #000;
}

#result div.item:hover {
  background-color: #EEE;
}

#result div.premium:hover {
	color: #FFF;
  background-color: #777;
}

#result div.item div.item-image {
  width: 75px;
  width: 75px;
  margin: 0px;
  padding: 0px;
  float: left;
  text-align: center;
  overflow: hidden;
}

#result div.item-image a img {
  border: 1px solid #333;
}

#result div.item-image a:hover img {
  border: 1px solid #333;
}

#result div.item-content {
  margin-left: 85px;
}

#result div.item h4 {
  width: 70%;
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
	line-height: 22px;
	color: #000;
	margin: 0px;
  float: left;
}

#result div.item p {
  width: 100%;
  margin: 0px;
  float: left;
}

#result div.premium h4 a {
  color: #FFF;
}

#result div.premium h4 a:hover {
  color: #000;
}

#result div.premium:hover h4 a {
  color: #000;
}

#result div.premium:hover h4 a:hover {
	color: #FFF;
}

#result div.item div.price {
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
	line-height: 22px;
	color: #000;
	margin: 0px;
	text-align: right;
  float: right;
}

#result div.item div.price span.discount {
  font-size: 12px;
	line-height: 13px;
	margin-top: 3px;
  font-weight: normal;  
}

#result div.premium div.price {
  color: #000;
}

#result div.premium:hover div.price {
  color: #FFF;
}

#result div.item div.meta {
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
	line-height: 13px;
	margin-top: 3px;
  float: left;
}

#result div.item div.meta div {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #000;
}

#result div.premium:hover div.meta div {
	border-right: 1px solid #000;
}

#result div.item div.meta div.dealer {
	border-left: 1px solid #000;
 	border-right: 0px solid #000;
  padding-left: 10px;
  float: left;
}

#result div.item div.meta div.cart {
	border-left: 1px solid #000;
 	border-right: 0px solid #000;
  padding-left: 10px;
  float: left;
}

p.cart a, div.cart a {
  display: none;
}

p.cart a:hover, div.cart a:hover {
  display: none;
}

#result div.item div.meta div.date {
  float: left;
}

#result div.item div.meta div.rating {
	border-right: 0px solid #000;
  width: 100px;
  height: 12px;
  padding-right: 0px;
  display: block;
  float: left;
}

#result div.item div.meta div.r-none {
  text-align: center;
  text-indent: 0px;
}

div.r-loader, a.r-loader, div.r-loader, a.r-loader {
  background-color: transparent;
}

div.r-0-5, a.r-0-5, div.r--5, a.r--5 {
  background-color: transparent;
}

div.r-1-5, a.r-1-5 {
  background-color: transparent;
}

div.r-2-5, a.r-2-5 {
  background-color: transparent;
}

div.r-3-5, a.r-3-5 {
  background-color: transparent;
}

div.r-4-5, a.r-4-5 {
  background-color: transparent;
}

div.r-5-5, a.r-5-5 {
  background-color: transparent;
}

a.r-1-5:hover {
  background-color: transparent;
}

a.r-2-5:hover {
  background-color: transparent;
}

a.r-3-5:hover {
  background-color: transparent;
}

a.r-4-5:hover {
  background-color: transparent;
}

a.r-5-5:hover {
  background-color: transparent;
}

#result div.item div.actions {
  display: none;
}

#result div.premium  div.meta div.details a {
  color: #000;
}

#result div.premium:hover div.meta div.details a {
	color: #000;
}

#result div.premium  div.meta div.details a:hover {
  color: #000;
}

#result div.premium:hover  div.meta div.details a:hover {
  color: #000;
}

#result div.feed {
  display: none;
}

#comments {
  text-align: left;
  clear: both;
  margin: 0px 0px 30px 0px;
}

#comments h3 {
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
	line-height: 30px;
	color: #000;
	margin: 0px 0px 0px 0px;
}

#comments div.comment {
  padding: 10px;
  line-height: 16px;
  border-bottom: 1px solid #000;
  clear: both;
}

#comments div.comment div.details {
  font-size: 11px;
  color: #888;
  margin-top: 10px;
  float: left;
}

#comments div.comment div.details span.user {
  font-size: 11px;
  color: #000;
}

#comments div.comment div.details span.date {
  font-size: 11px;
  color: #888;
}

#comments div.comment div.details span.update-date {
  font-size: 11px;
  color: #888;
}

#comments div.comment div.edit {
  font-size: 11px;
  color: #888;
  margin-top: 10px;
  float: right;
}

#comments div.comment div.edit a {
  margin-left: 15px; 
}

div#comment-last.comment {
  border-bottom: 1px solid #000;
}

#comment-form {
	display: none;
}

#sidebar {
  display: none;
}

#menu {
  display: none;
}

#footer {
  display: none;
}

div.wrapper {
  width: 85%;
  margin: 0px auto;
  text-align: left;
}
  

/* Allgemeine Klassen */
.clear-floats {
  clear: both;
}

a.content-link {
  display: none;
}

a.cancel {
	font-weight: bold;
}

h2 span {
  font-size: 11px;
  font-weight: normal;
  white-space: nowrap;
  margin: 0px;
  padding: 0px; 
}

div.home-description {
  width: 48%;
  padding: 0px;
  margin: 0px;
  float: right;
  text-align: left;
}

div.home-result {
  width: 48%;
  margin-bottom: 5px;
  padding-right: 2%;
  border-right: 1px solid #CCC;
  float: left;
}

div.home-result #result div.menu {
  height: 0px;
}

div.home-result #result div.item h4 {
	width: 60%;
}

#content.home {
  width: 100%;
  float: none;
  padding-top: 20px;
}

.no-filters {
  padding-top: 30px;
}

#content.home h2 {
  margin-bottom: 30px;
  text-align: center;
}

#content.home h2 span {
  font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: bold;
	line-height: 28px;
	color: #000;
}

h2.section-title {
  margin-bottom: 10px;
}
p.reset-filter span {
  margin-right: 15px;
}

.alt {
  background-color: #EEE;
}

#comments .alt {
  background-color: #EEE;
}

span.highlight {
	background-color: #FFFFCC;
}

a.help {
  font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #AAA;
  float: right;
  display: none;
}

a.help:hover {
  color: #000;
}

#filters a.help {
  font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #EEE;
  text-shadow: none;
  float: right;
}

#filters a.help:hover {
  color: #000;
}

a.popUpImg {
}

a.popUpLink {
}

.disabled {
  opacity: 0.50;
	filter:Alpha(opacity=50);
	cursor: default;
}

label.disabled { 
	cursor: default;
}

h2.offer-title {
  width: 65%;
  float: left;
}

div.offer-info-box {
  width: 30%;
  margin: 0px 0px 20px 20px;
  float: right;
}

div.info-box {
  margin: 0px 0px 20px 0px;
}

div.offer-info-box p {
  margin: 0px 0px 7px 0px;  
}

div.offer-info-box p.price {
  font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
	line-height: 22px;
	color: #000;
}

div.offer-info-box h3.dealer {
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
	line-height: 22px;
	color: #000;
	margin: 5px 0px 7px 0px;
}

div.offer-info-box p.date {
  padding-bottom: 5px;
  border-bottom: 1px #000 solid;
}

div.offer-info-box p.link {
  display: none;
}

div.offer-info-box p.tags {
 	margin: 7px 0px 7px 0px;
  padding-bottom: 5px;
  border-bottom: 1px #000 solid; 
}                          

div.offer-info-box p.comments {
  display: none;
}

div.offer-info-box p.tags a {
  white-space: nowrap;
}
     
div.offer-info-box span.rating-count {
  display: none;
}

div.offer-info-box a.rating {
  width: 69px;
  height: 12px;
  padding-right: 0px;
}

div.offer-info-box span.description {
  display: none;
}

div.offer-image {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

div.offer-image img {
  border: 1px solid #555;
}

div.offer-body {
  float: left;
  width: 65%;
}

div.form-error-msg, #form-area div.form-error-msg {
  background: #666;
  border: 1px solid #000;
  font-weight: bold;
  color: #FFF;
  padding: 5px;
}

div.form-error-msg label {
  color: #F00;
}

div.form-error-msg input, div.form-error-msg select, div.form-error-msg textarea {
  margin-bottom: 3px;
  border: 1px solid #000;
}

div.user-msg {
  text-align: center;
  padding: 10px;
  margin: 0px 0px 15px 0px;
  background-color: #EEE;
  border: 1px solid #000;
}

div.user-note {
  text-align: center;
  padding: 10px;
  margin: 0px 0px 15px 0px;
  background-color: #EEE;
  border: 1px solid #000;
  color: #000;
}

div.user-error {
  text-align: center;
  padding: 10px;
  margin: 0px 0px 15px 0px;
  background-color: #666;
  border: 1px solid #000;
  font-weight: bold;
  color: #FFF;
}

span.small {
  font-size: 11px;
  color: #000;
}

div.autocomplete {
  display: none;
}


div#confirmDialogModal {
  display: none;
}

div#confirmDialog {
  display: none; 
}


fieldset#mailingListSectionSelection {
  /*float: left;*/
}

fieldset#mailingListSectionSelection input.chkbx {
  margin-left: 15px;
}

fieldset#mailingListSectionSelection input.isall {
  margin-left: 0px;
}

fieldset#mailingListDealerSelection {
  /*float: right;*/
}

fieldset#mailingListDealerSelection input.chkbx {
  margin-left: 15px;
}

fieldset#mailingListDealerSelection input.isall {
  margin-left: 0px;
}

label span.description, p span.description {
  font-size: 11px;
  color: #000;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
}

a.feed {
  padding-right: 15px;
  background-color: transparent;
}

ul.feeds {
	margin: 0px 0px 15px 2px;
  list-style-type: none;
}

ul.feeds li {
  padding-left: 15px;
  list-style-type: none;
  background-color: transparent;
}

ul.feeds li a {
  font-weight: normal;
}


/* Werbung Klassen */
#header div.commercial {   
  display: none;
}

#sidebar div.commercial {
  display: none;
}

#sidebar #sidebar-bottom-commercial {
    display: none;
}

#offer-commercial, #comments-commercial {
  display: none;
}

dl.faq {
  font-size: 12px;
	line-height: 16px;
	margin: 0px 0px 5px 0px;  
}

dl.faq dt {
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
	line-height: 20px;
	color: #000;
	margin: 10px 0px 5px 0px;
}

dl.faq dt.faqDisplayAnswer {
	margin: 10px 0px 10px 0px;
	padding-left: 15px;
  background-color: transparent;
	cursor: pointer;
}

dl.faq dt.open {
	margin: 10px 0px 5px 0px;
	padding-left: 15px;
  background-color: transparent;
	cursor: pointer;
}

dl.faq dd {
  font-size: 12px;
	line-height: 16px;
	margin: 0px 0px 15px 0px;
}

dl.faq dd.indent {
	margin: 0px 0px 15px 15px;
}