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

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

body {
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #EEE;
	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: #555;
	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: #555;
	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: #555;
	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: #555;
	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: #555;
	margin: 0px 0px 15px 0px;
}

h6 {
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
	line-height: 19px;
	color: #555;
	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: #333;
}

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: #F80;
	text-decoration: none;
  outline: none;
}

a:hover {
	color: #333;
	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 #555;
	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 #333;  
}

legend {
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
	line-height: 22px;
	color: #555;
	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: #333;
}

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 #F80;
  padding: 2px;
	margin: 5px 0px 15px 0px;
	color: #333;
}

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

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

option {
	padding: 0px;
}

input.btn {
  font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
  width: 85px;
  height: 24px;
	margin: 0px;
	padding: 0px;
  border: 0px #C00 solid;
  background: transparent url(../images/btn.gif) no-repeat center center;
}

input.btn-loading {
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
  text-shadow: #F80 3px 3px 1px;
  width: 85px;
  height: 24px;
	margin: 0px;
	padding: 0px;
  border: 0px #FFF solid;
	background: transparent url(../images/btn-loading.gif) no-repeat center center;
}

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


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

#top {
  height: 125px;
  background: #666 url(../images/header-bg.gif) repeat-x top center;
}

#header {
  height: 100px;
}

#header h1 {
  position: relative;
  top: 38px;
  margin: 0px;
  float: left;
}

#header h1 a {
  height: 45px;
  width: 250px;
  text-indent: -24000px;
  background: transparent url(../images/header-h1-a-bg.png) no-repeat top center;
  display: block;
}

#sections {
  line-height: 25px;
  text-align: center;
  clear: both;
}

#sections div.wrapper {
  text-align: center;
}

#sections div.wrapper div {
  position: relative;
  display: inline;
}

#sections ul {
  margin: 0px auto;
  padding: 0px;
	list-style-type: none;
	display: inline;
}

#sections ul li {
  height: 24px;
  margin: 0px 3px;
  padding-left: 5px;
  line-height: 24px;
  background: transparent url(../images/sections-li-bg.gif) no-repeat top left;
	border-bottom: 1px solid #333;
  float: left;
}

#sections ul li a {
  height: 24px;
  font-weight: bold;
	color: #666;
  line-height: 24px;
  padding: 0px 15px 0px 10px;
  background: transparent url(../images/sections-li-a-bg.gif) no-repeat top right;
	display: block;
	float: left;
}

#sections ul li a:hover {
  color: #F80;
}

#sections ul li.act {
  background: transparent url(../images/sections-li-act-bg.gif) no-repeat top left;
	border-bottom: 1px solid #F80;
}

#sections ul li.act a {
  color: #FFF;
  background: transparent url(../images/sections-li-act-a-bg.gif) no-repeat top right;
}

#sections ul li.act a:hover {
  color: #666;
}

#filters {
  padding: 5px 0px;
  border-bottom: 1px solid #F80;
  background: #FFC080 url(../images/filters-bg.gif) repeat-x top center;
  clear: both;
}

#filters.empty {
  background-position: center center;
}

#filters h2 {
  display: none;
}

#filters h3 {
  font-size: 16px;
  color: #FFF;
  text-shadow: #E58A2E 3px 3px 1px;
  margin: 0px 10px 0px 10px;
}

#filters div.wrapper div {
  float: left;
}

#filters div.wrapper div.content {
  width: 85%;
}

#filters div form input, #filters div form select {
  width: 100%;
}

#filters div form fieldset table {
  margin: 0px;
}

#filters div form fieldset table tr td {
	line-height: 30px;
	padding: 0px 10px 0px 0px;
	background-color: transparent;
}

#filters div form fieldset {
  margin: 5px 0px 0px 10px;
}

#filters div form fieldset {
  	background-color: transparent;
}

#filters input, #filters textarea, #filters select {
	font-size: 12px;
	margin: 0px;
	padding: 1px;
	border: 1px inset #F80;
}

#filters input.btn {
  font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
  width: 85px;
  height: 24px;
  border: 0px #C00 solid;
  background: transparent url(../images/filters-btn.gif) no-repeat center center;
}


#filters input.btn-loading {
  font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
  text-shadow: #F80 3px 3px 1px;
  width: 85px;
  height: 24px;
  border: 0px #FFF solid;
	background: transparent url(../images/filters-btn-loading.gif) no-repeat center center;
}

#filters div#dealer {
  border-right: 1px solid #FFF;
  width: 50%;
}

#filters div#search {
  width: 49%;
}

/*
#filters div#geo {
  width: 33%;
}
*/

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

#content {
  width: 75%;
  float: left;
}

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

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

#breadcrumbs {
  font-size: 12px;
  line-height: 30px;
  font-weight: bold;
  float: left;
}

#cart-info {
  font-size: 12px;
  line-height: 30px;
  padding-left: 31px;
  min-height: 32px;
  color: #555;
  font-weight: normal;
  background: transparent url(../images/cart-info-bg.gif) no-repeat 0px 3px;
}

#back {
  font-size: 12px;
  line-height: 30px;
  font-weight: bold;
  float: left;
}

#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;
	line-height: 26px;
	margin: 0px;
	text-align: justify;
}

#dealer-cloud li {
	vertical-align: top;
	white-space: nowrap;
}

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

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

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

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

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

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

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

#dealer-list p, #tag-list p {
  margin: 2px 0px 5px 0px;
}

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

#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: #555;
  background-color: transparent;
}

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

#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 #F80;
  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: transparent url(../images/result-li-bg.gif) no-repeat top left;
  float: left;
}

#result ul li a, #comments div.menu ul li a {
  font-weight: bold;
  color: #666;
  line-height: 21px;
  padding: 0px 15px 0px 10px;
  background: transparent url(../images/result-li-a-bg.gif) no-repeat top right;
	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: #F80;
}

#result ul li.act, #comments div.menu ul li.act {
  background: transparent url(../images/result-li-act-bg.gif) no-repeat top left;
}

#result ul li.act a, #comments div.menu ul li.act a {
  color: #FFF;
  background: transparent url(../images/result-li-act-a-bg.gif) no-repeat top right;
}

#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: #F80;
  padding: 2px 5px;
  margin: 0px 1px;
  background-color: #E6E6E6;
}

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

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

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

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

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

#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 #F80;
}

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

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

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

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

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

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

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

#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: #555;
	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: #333;
}

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

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

#result div.item div.meta-order {
  margin-top: 19px;
}

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

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

div.home-result #result div.item div.meta div.dealer {
  margin-left: 0px;
	padding-left: 0px;
 	border-left: 0px solid #999;
}

#result div.item div.meta div.date {
  font-weight: bold;
  float: left;
}

#result div.item div.meta div.rating {
  width: 69px;
  height: 12px;
  text-indent: -24000px;
	border-right: 0px solid #999;
  padding-right: 0px;
  margin-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: transparent url(../images/rating-loader.gif) no-repeat left center;
}

div.r-0-5, a.r-0-5, div.r--5, a.r--5 {
  background: transparent url(../images/rating.png) no-repeat 0px 0px;
}

div.r-1-5, a.r-1-5 {
  background: transparent url(../images/rating.png) no-repeat 0px -20px;
}

div.r-2-5, a.r-2-5 {
  background: transparent url(../images/rating.png) no-repeat 0px -40px;
}

div.r-3-5, a.r-3-5 {
  background: transparent url(../images/rating.png) no-repeat 0px -60px;
}

div.r-4-5, a.r-4-5 {
  background: transparent url(../images/rating.png) no-repeat 0px -80px;
}

div.r-5-5, a.r-5-5 {
  background: transparent url(../images/rating.png) no-repeat 0px -100px;
}

a.r-1-5:hover {
  background: transparent url(../images/rating.png) no-repeat 0px -120px;
}

a.r-2-5:hover {
  background: transparent url(../images/rating.png) no-repeat 0px -140px;
}

a.r-3-5:hover {
  background: transparent url(../images/rating.png) no-repeat 0px -160px;
}

a.r-4-5:hover {
  background: transparent url(../images/rating.png) no-repeat 0px -180px;
}

a.r-5-5:hover {
  background: transparent url(../images/rating.png) no-repeat 0px -200px;
}

#result div.item div.actions {
  text-align: right;
	line-height: 17px;
  float: right;
}

#result div.item div.actions div.details {
  font-weight: normal;
  padding: 0px;
  margin: 0px;
  border-right: 0px solid #555;
  text-align: right;
  float: right;
}

#result div.item div.actions div.link {
  font-weight: normal;
  padding: 0px;
  margin: 0px;
  border-right: 0px solid #555;
  text-align: right;
  clear: right;
}

p.details a, div.details a {
  font-weight: normal;
  padding: 0px 0px 0px 17px; 
  background: transparent url(../images/details.gif) no-repeat 0px 1px;  
}

p.details a:hover, div.details a:hover {
  background: transparent url(../images/details-hover.gif) no-repeat 0px 1px;  
}

#result div.item div.actions div.cart {
  padding: 0px;
  margin: 0px 15px 0px 0px;
  border-right: 0px solid #555;  
  text-align: right;
  float: right;
}

p.cart a, div.cart a {
  font-weight: normal;
  padding: 0px 0px 0px 17px; 
  background: transparent url(../images/cart-icon-small.gif) no-repeat 0px 1px;  
}

p.cart a:hover, div.cart a:hover {
  background: transparent url(../images/cart-icon-small-hover.gif) no-repeat 0px 1px;  
}

#result div.premium  div.actions div.details a, #result div.premium  div.actions div.cart a {
  color: #FFF;
}

#result div.premium:hover div.actions div.details a, #result div.premium:hover div.actions div.cart a {
	color: #F80;
}

#result div.premium  div.actions div.details a:hover, #result div.premium  div.actions div.cart a:hover {
  color: #333;
}

#result div.premium:hover  div.actions div.details a:hover, #result div.premium:hover  div.actions div.cart a:hover {
  color: #FFF;
}

#result div.feed {
  font-size: 11px;
  line-height: 21px;
  float: left;
}

#result div.feed a {
  padding-left: 17px;
  background: transparent url(../images/feed-icon-12x12.gif) no-repeat bottom left;
}

#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: #555;
	margin: 0px 0px 0px 0px;
}

#comments div.comment {
  padding: 10px;
  line-height: 16px;
  border-bottom: 1px solid #CCC;
  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: #555;
}

#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 #F80;
}

#comment-form {
  background-color: #FFF0E1;
  border-bottom: 1px solid #F80;
  padding: 10px;
  clear: both;
}

#comment-form label {
  display: none;
}

#comment-form textarea {
  width: 98%;
	margin: 0px 0px 15px 0px;
}

#sidebar {
  width: 23%;
  margin: 5px 0px;
  padding: 25px 0px;
  border-left: 1px solid #CCC;
  float: right;
	text-align: left;
}

#sidebar div {
  margin-left: 15px;
}

#sidebar div.info-box {
  margin-left: 15px;
}                        

#sidebar div.info-box div {
  margin-left: 0px; 
}

#sidebar div.info-box div p {
  line-height: 16px; 
}

#sidebar div.info-box div ul {
  line-height: 16px;
  margin: 5px 0px 5px 0px; 
}

#sidebar div.info-box div ul.auth {
  font-size: 12px;
  line-height: 30px;
  padding-left: 31px;
  height: 32px;
  color: #555;
  font-weight: normal;
  background: transparent url(../images/sidebar-auth-bg.gif) no-repeat left center;
}

#sidebar div.info-box div ul.auth-in {
  font-size: 12px;
  line-height: 30px;
  padding-left: 31px;
  height: 32px;
  color: #555;
  font-weight: normal;
  background: transparent url(../images/sidebar-auth-in-bg.gif) no-repeat left center;
}

#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5, #sidebar h6 {
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
	line-height: 16px;
	color: #555;
	margin: 0px 0px 3px 15px;
}

#sidebar ul {
  margin-left: 15px;
  list-style-type: none;
}

#sidebar ul li.act a {
  color: #888;
}

#menu {
  margin: 0px;
  border-top: 1px solid #CCC;
  padding: 20px 0px 40px 10px;
  background: #FFF url(../images/menu-bg.gif) repeat-x center top;
  clear: both;
}

#menu div.wrapper ul {
  font-size: 12px;
  color: #888;
  margin: 0px;
  list-style: none;
  margin: 0px 40px 0px 0px;
  float: left;
}

#menu div.wrapper ul li {
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
	line-height: 18px;
	font-weight:  bold;
}

#footer {
  margin: 0px;
  height: 75px;
  border-top: 1px solid #CCC;
  background: #EEE url(../images/footer-bg.gif) repeat-x center top;
  clear: both;
}

#footer div.wrapper p {
  font-size: 11px;
  color: #888;
  margin: 10px;
}

div.wrapper {
  width: 85%;
  min-width: 850px;
  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: 27%;
  padding: 0px;
  margin: 0px;
  padding-left: 2%;
  float: left;
  text-align: left;
}

div.home-news {
  width: 50%;
  padding: 0px;
  margin: 0px 0px 15px 0px;
  margin-left: 2%;
  border-bottom: 1px solid #CCC;
  float: left;
  text-align: left;
}

div.home-result {
  width: 44%;
  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%;
}

div.home-result #result div.item p {
	width: 100%;
  display: block;
  clear: both;
}  

div.home-result #result div.item div.meta {
  clear: both;
  width: 100%;
  float: none;
  display: block;
}

div.home-result #result div.item div.actions {
  clear: both;
  text-align: left;
  line-height: 16px;
  margin-top: 5px;
  display: block;
  float: none;
}

div.home-result #result div.item div.actions div.details {
  padding: 0px;
  margin: 0px;
  border-right: 0px solid #555;
  text-align: left;
  float: right;
}

div.home-result #result div.item div.actions div.cart {
  padding: 0px;
  margin: 0px 0px;
  border-right: 0px solid #555;  
  text-align: left;
  float: left;
}

#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: #555;
}

h2.section-title {
  margin-bottom: 10px;
}

p.reset-filter span {
  margin-right: 15px;
  font-weight: bold;
}

#content.home #sidebar {
  width: 23%;
  margin: 5px 0px;
  padding: 0px 0px;
  border-left: 1px solid #CCC;
  float: right;
	text-align: left;
}

.alt {
  background-color: #FFF0E1;
}

#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: #F80;
}

#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: #555;
}

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: #555;
}

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: #555;
	margin: 5px 0px 7px 0px;
}

div.offer-info-box p.discount {
  padding-top: 5px;
  border-top: 1px #FFF solid;
}

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

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

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

div.offer-info-box p.cart a {
  display: block;
}                         

div.offer-info-box p.tags a {
  white-space: nowrap;
}
     
div.offer-info-box span.rating-count {
  padding-bottom: 5px;
  display: block;
}

div.offer-info-box a.rating {
  width: 69px;
  height: 12px;
  padding-right: 0px;
  text-indent: -24000px;
  display: block;
  cursor: pointer;
  float: left;
}

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

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

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

div.offer-actions {
  float: left;
  width: 65%;
  margin: 0px 0px 15px 0px;
}

div.offer-actions p.comments {
  float: left;
  margin: 0px 10px 0px 0px;
}

div.offer-actions p.link {
  float: left;
  margin: 0px 10px 0px 0px;
}

div.form-error-msg, #form-area div.form-error-msg {
  background: #FAE5E5 url(../images/form-error-bg.gif) repeat-x top left;
  border: 1px solid #F00;
  font-weight: bold;
  color: #F00;
  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 #F00;
}

div.user-msg {
  text-align: center;
  padding: 10px;
  margin: 0px 0px 15px 0px;
  background: #EEE url(../images/user-msg-bg.gif) repeat-x top left;
  border: 1px solid #CCC;
}

div.user-note {
  text-align: center;
  padding: 10px;
  margin: 0px 0px 15px 0px;
  background: #FFF0E1 url(../images/user-note-bg.gif) repeat-x top left;
  border: 1px solid #F80;
  color: #000;
}

div.user-error {
  text-align: center;
  padding: 10px;
  margin: 0px 0px 15px 0px;
  background: #FAE5E5 url(../images/user-error-bg.gif) repeat-x top left;
  border: 1px solid #F00;
  font-weight: bold;
  color: #F00;
}

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

div.autocomplete {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #FFF;
	border: 1px solid #CCC;
}

div.autocomplete ul {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

div.autocomplete ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	margin: 0px;
	padding: 3px 5px 2px 5px; 
	border-top: 1px solid #CCC;
	list-style-type: none;
	cursor: pointer;
	display: block;
	clear: both;
}

div.autocomplete ul li span.term {
	font-size: 11px;
	line-height: 17px;
  float: left;
}

div.autocomplete ul li span.term-count {
	font-size: 10px;
	color: #888;
	line-height: 17px;
	float: right;
}

div.autocomplete ul li.highlight, div.autocomplete ul li:hover {
	background-color: #FFF0E1;
}

div#confirmDialogModal {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100px;
  top: 0px;
  left: 0px;
  background-color: #FFF;
  opacity: 0.5;
	filter:Alpha(opacity=50);
}

div#confirmDialog {
  position: absolute;
  z-index: 100;
  width: 300px;
  top: 0px;
  left: 0px;
  border: 2px solid #F80;  
  text-align: left;
  padding: 0px;
  margin: 0px;
  background: #FFF0E1 url(../images/user-note-bg.gif) repeat-x top left;
  color: #000; 
}

div#confirmDialog h4 {  
  font-size: 12px;
  line-height: 16px;
  color: #FFF;
  padding: 3px 10px;
  margin: 0px;
  text-shadow: #E58A2E 3px 3px 1px;
  background: #FFC080 url(../images/filters-bg.gif) repeat-x center center;
  border-bottom: 2px solid #F80;
  border-left: 1px solid #FFC080;
  border-top: 1px solid #FFC080;
}

div#confirmDialog .content {
  padding: 10px;
}

div#confirmDialog .content input, div#confirmDialog .content a {
  margin-left: 15px;
  float: right;
}

div#confirmDialog .content a {
  margin-left: 15px;
  float: right;
  line-height: 23px;
}

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, p.description {
  font-size: 11px;
  color: #666;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
}

a.feed {
  padding-right: 15px;
  background: transparent url(../images/feed-icon-10x10.gif) no-repeat center right;
}

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

ul.feeds li {
  padding-left: 15px;
  list-style-type: none;
  background: transparent url(../images/feed-icon-10x10.gif) no-repeat center left;
}

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

.internet-icon, div.info-box div div div div.internet-icon {
  padding-left: 31px;
  min-height: 32px;
  background: transparent url(../images/internet-icon.gif) no-repeat left top;
}

.cart-icon, div.info-box div div div div.cart-icon {
  padding-left: 31px;
  min-height: 32px;
  background: transparent url(../images/cart-icon.gif) no-repeat left top;
}

.mailinglist-icon, div.info-box div div div div.mailinglist-icon {
  padding-left: 31px;
  min-height: 32px;
  background: transparent url(../images/mailinglist-icon.gif) no-repeat left top;
}

.comment-icon, div.info-box div div div div.comment-icon {
  padding-left: 31px;
  min-height: 32px;
  background: transparent url(../images/comment-icon.gif) no-repeat left top;
}

.rating-icon, div.info-box div div div div.rating-icon {
  padding-left: 31px;
  min-height: 32px;
  background: transparent url(../images/rating-icon.gif) no-repeat left top;
}

.user-icon, div.info-box div div div div.user-icon {
  padding-left: 31px;
  min-height: 32px;
  background: transparent url(../images/user-icon.gif) no-repeat left top;
}

.internet-icon-small {
  font-weight: normal;
  padding: 0px 0px 0px 17px;
  background: transparent url(../images/internet-icon-small.gif) no-repeat 0px 1px;
}

.order-icon-small {
  font-weight: bold;
  padding: 0px 0px 0px 17px;
  background: transparent url(../images/order-icon-small.gif) no-repeat 0px 1px;
}

.cart-icon-small {
  font-weight: normal;
  padding: 0px 0px 0px 17px;
  background: transparent url(../images/cart-icon-small.gif) no-repeat 0px 1px;
}

.mailinglist-icon-small {
  font-weight: normal;
  padding: 0px 0px 0px 17px;
  background: transparent url(../images/mailinglist-icon-small.gif) no-repeat 0px 1px;
}

.comment-icon-small {
  font-weight: normal;
  padding: 0px 0px 0px 17px;
  background: transparent url(../images/comment-icon-small.gif) no-repeat 0px 1px;
}

.rating-icon-small {
  font-weight: normal;
  padding: 0px 0px 0px 17px;
  background: transparent url(../images/rating-icon-small.gif) no-repeat 0px 1px;
}

.user-icon-small {
  font-weight: normal;
  padding: 0px 0px 0px 17px; 
  background: transparent url(../images/user-icon-small.gif) no-repeat 0px 1px;
}

a.internet-icon-small:hover {
  background: transparent url(../images/internet-icon-small-hover.gif) no-repeat 0px 1px;
}

a.order-icon-small:hover {
  background: transparent url(../images/order-icon-small-hover.gif) no-repeat 0px 1px;
}

a.cart-icon-small:hover {
  background: transparent url(../images/cart-icon-small-hover.gif) no-repeat 0px 1px;
}

a.mailinglist-icon-small:hover {
  background: transparent url(../images/mailinglist-icon-small-hover.gif) no-repeat 0px 1px;
}

a.comment-icon-small:hover {
  background: transparent url(../images/comment-icon-small-hover.gif) no-repeat 0px 1px;
}

a.rating-icon-small:hover {
  background: transparent url(../images/rating-icon-small-hover.gif) no-repeat 0px 1px;
}

a.user-icon-small:hover {
  font-weight: normal;
  padding: 0px 0px 0px 17px; 
  background: transparent url(../images/user-icon-small-hover.gif) no-repeat 0px 1px;
}

/* Werbung Klassen */
#header div.commercial {   
  top: 20px;
  height: 60px;
  position: relative;
  text-align: left;
  float: right;
	/*
	padding-right: 14px;
  border: 1px solid #555;
  background: transparent url(../images/div-commercial-bg_vertical_de.gif) no-repeat top right;
  */
}

#sidebar div.commercial {
	margin-top: 20px;
  margin-bottom: 20px;
  clear: both;
  text-align: left;
  /*
	padding-bottom: 14px;
  border: 1px solid #E6E6E6;
  background: transparent url(../images/div-commercial-bg_de.gif) no-repeat bottom left;
  */
}

#offer-commercial div.commercial, #comments-commercial div.commercial {
  clear: both;
	text-align: left;
  margin: 15px auto;
  /*
	padding-bottom: 14px;
  border: 1px solid #E6E6E6;
  background: transparent url(../images/div-commercial-bg_de.gif) no-repeat bottom left;
	*/
}

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: #555;
	margin: 10px 0px 5px 0px;
}

dl.faq dt.faqDisplayAnswer {
	margin: 10px 0px 10px 0px;
	padding-left: 15px;
  background: transparent url(../images/faq-closed.png) no-repeat center left;
	cursor: pointer;
}

dl.faq dt.open {
	margin: 10px 0px 5px 0px;
	padding-left: 15px;
  background: transparent url(../images/faq-open.png) no-repeat center left;
	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;
}

/* Shirts and more Shop */
div.shirts-and-more-shop {
	float:  left;
	height: 10px;
}

div.shirts-and-more-shop a {
  width: 150px;
  height: 115px;
  margin: 0px;
  text-indent: -24000px;
  position:  relative;
  z-index: 10;
  top: -50px;
  left: 10px;
  display:  block;
	float:  left;
  background: transparent url(../../commercials/shirts-and-more-shop/menu-001.png) no-repeat top left;
}
