body {
  color: #333;
  background-color: #fff;
  font: normal 12px tahoma, arial, helvetica, sans-serif;;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

form {
  margin: 0;
  padding: 0;
}

h1,h2,h3,h4,h5,h6 {
  margin: 0
}

h4.redssil a {color: red;}
h4.redssil a:hover {color: #FF6600;}

.clear {
  clear: both;
  position: relative;
  font-size: 0px;
  height: 0px;
  line-height: 0px
}

hr {
  margin: 1em 0;
  background: #ddd;
  height: 1px;
  color: #ddd;
  border: none;
  clear: both
}

a:link,a:visited {
  color: #336699;
}

a:hover,a:active {
  color: #FF6600
}

a.active {
  color: #FF6600;
  text-decoration: none;
}

a:link span {
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.topleft {
  width: 600px;
  float: left;
  height: 140px;
}

h1 {
  float: left;
  width: 213px;
  height: 36px;
}

h1 a {
  width: 213px;
  height: 36px;
  overflow: hidden;
  display: block;
  position: relative;
  margin: 0 0 0 15px;
}

h1 a span {
  position: absolute;
  width: 213px;
  height: 36px;
  top: 0;
  left: 0;
  background: transparent url(/i/logo.gif) 0 0 no-repeat;
}

.topbanner {
  position:absolute;
  top:10px; left: 270px;
}

#mainmenu {
  margin: 63px 0 0 0;
  padding: 0;
  width: 750px;
  list-style: none;
  float: left;
  position:relative;
  z-index:20;
}

#mainmenu:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#mainmenu li {
  float: left;
  display: block;
  margin: 0 10px 0 0;
  padding: 0;
  position: relative;
}

li#menulast {
  margin: 0;
  padding: 0 10px 0 0;
}

#mainmenu li a {
  display: block;
  width: 140px;
  height: 20px;
  text-align: center;
  padding: 7px 0;
  background: url(/i/menu-bg.gif) 0 0 no-repeat;
  font: normal 15px tahoma, arial, sans-serif;
  color: #333333;
}

#mainmenu li a:hover {
  color: #f60;
}

#mainmenu li a.active:hover {
  color: #fff;
}

#mainmenu li a.active {
  background: url(/i/menu-bg-active.gif) 0 0 no-repeat;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

#mainmenu li a.active:hover {
  color: #fff;
}

#mainmenu li ul {
  background: url(/i/submenu-bg.gif) 50% 0 no-repeat;
  position: absolute;
  top: 0;
  margin: 10px 0;
  padding: 0 10px;
  width: 440px;
  top: 40px;
}

#mainmenu li ul.toright {
  right: 0;
}

#mainmenu li ul.toleft {
  left: -310px;
}

#mainmenu li ul.long {
  left: -160px;
  width: 590px;
  background: url(/i/submenu-bg-long.gif) 50% 0 no-repeat;
}

#mainmenu li ul.short {
  left: -10px;
  width: 290px;
  background: url(/i/submenu-bg-short.gif) 50% 0 no-repeat;
}

#mainmenu li ul.longright {
  right: -450px;
  width : 590px;
  background: url(/i/submenu-bg-long.gif) 50% 0 no-repeat;
}

#mainmenu li ul a {
  background: none;
  padding: 5px 10px;
  width: 70px;
  font-size: 12px;
  color: #fff;
}

#mainmenu li ul a:hover {
  color: #fff;
}

#mainmenu li ul a.active {
  background: none;
}

/*
  | liquidcorners.css; feel free to adapt the style!
  | ================================================
  | use: 4 corners with borderline outside a contentbox with class="inside";
  |      image  = upper half: top left corner, long borderline, top right corner
  |               under half: bottom left corner, long borderline, bottom right corner
  |      CHANGE = you have to change this for fitting to your image
  |      YCC    = You Can Change (or omit), if wanted
  |      DNC    = Do Not Change
  | credits: original by francky kleyneman, see article/tutorial in Francky's Developers Corner:
  |          http://home.tiscali.nl/developerscorner/liquidcorners/liquidcorners.htm
  | adapted
  | by.....: ... (your name and site?!)
  |
  | + please let this text & links intact for a next user +
*/
.top-left,.top-right,.bottom-left,.bottom-right {
  background-image: url('/i/corners.gif');
  /* CHANGE: path and name of your image */
  height: 27px;
  /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
  font-size: 2px; /* DNC: correction IE for height of the <div>'s */
}

.top-left,.bottom-left {
  margin-right: 27px;
  /* CHANGE: replace by the width of one of your corners */
}

.top-right,.bottom-right {
  margin-left: 27px;
  /* CHANGE: replace by the width of one of your corners */
  margin-top: -27px;
  /* CHANGE: replace by the height of one of your corners */
}

.top-right {
  background-position: 100% 0;
  /* DNC: position right corner at right side, no vertical changes */
}

.bottom-left {
  background-position: 0 -26px;
  /* CHANGE: replace second number by negative height of one of your corners */
}

.bottom-right {
  background-position: 100% -26px;
  /* CHANGE: replace second number by negative height of one of your corners */
}

.inside {
  border-left: 1px solid #E0E0E0;
  /* YCC: color & properties of the left-borderline */
  border-right: 1px solid #E0E0E0;
  /* YCC: color & properties of the right-borderline */
  background: #fff; /* YCC: background-color of the inside */
  color: #000000; /* YCC: default text-color of the inside */
  padding-left: 20px;
  /* YCC: all texts at some distance of the left border */
  padding-right: 20px;
  /* YCC: all texts at some distance of the right border */
  position: relative;
}

.inside:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.notopgap {
  margin-top: -5px;
}  /* DNC: to avoid splitting of the box */
.nobottomgap {
  margin-bottom: -1px;
  padding-bottom: 1px;
}  /* DNC: to avoid splitting of the box */
.inside h4 {
  position: absolute;
  top: -35px;
  left: 45px;
  font: bold 12px tahoma, sans-serif;
  background: #fff;
  padding: 0 20px;
}

.assistant_result .inside h4 {
  left: 35px;
}

.contact {
  float: right;
  width: 285px;
}

.contact .top-left,.contact .bottom-left {
  margin-right: 0;
}

.contact .inside {
  border-right: none;
  padding-left: 50px;
}

.contact span {
  display: block;
  font-size: 1.5em;
  font-weight: bold;
}

.contact p {
  margin-bottom: .5em;
  }

.contact ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: bold;
}

.contact ul li {
  margin: 3px 0 0 0;
}

a.popup {
  padding: 0 0 0 20px;
  margin-left: -20px;
  background: url(/i/nw.gif) 0 3px no-repeat;
  display: block;
  position: relative;
}

a.popup:hover {
  padding: 0 0 0 20px;
  margin-left: -20px;
  background: url(/i/nw.gif) 0 -18px no-repeat;
  display: block;
}

/* Footer */
.footer {
  border-top: solid 1px #EAECEA;
}

.footer p {
  margin: 0 0 5px 0;
}

.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer ul li {
  margin: 0 0 5px 0;
}

.webdev {
  text-align: right;
}

/* Left menu */
.sidebarmenu {
  padding: 0 0 0 22px;
  width: 100%;
}


.anons {

font: normal 12px tahoma, arial,sans-serif;
  margin-left: 68px;

}

.sidebarmenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebarmenu ul li {
  margin: 0 0 0.5em 0;
  color: #f60;
  font-size: 1.1em;
  font-weight: bold;
}

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

.sidebarmenu ul li a.active {
  color: #f60;
  font-weight: bold;
  text-decoration: none;
}

.sidebarmenu li ul {
  font-weight: normal;
  font-size: 0.9em;
  margin: 0 0 0 1em;
}

.newsyears ul {
  text-transform: lowercase;
}

.contacts ul {
  margin: 0 0 40px 0;
}

.contacts ul li {
  font-weight: normal;
  color: #333;
  font-size: 1em;
  margin: 0.2em 0 0em 0;
}

.contacts h3 {
  font: bold 12px Tahoma, sans-serif;
  margin: 0 0 1em 0;
}

/* Content */
h2 {
  font: bold 16px tahoma, sans-serif;
}

h6 {
  font-size: 0.95em;
  font-weight: normal;
  color: #666;
}

h3 {
  font-size: 1.1em;
  font-weight: normal;
}

h4 {
  font-size: 1em;
  font-weight: bold;
}

ol {
  margin: 1em 0 0 0;
  padding: 0;
}

.entry h2 {
  margin: 1em 0;
}

.incenter ul,.features ul {
  margin: 1em 0;
  padding: 0 0 0 1em;
}

.incenter ul li,.features ul li {
  margin: 0 0 0.3em 0;
  padding: 0 0 0 20px;
  text-indent: -1.24em;
  line-height: 1.5;
}

.incenter ul li:before,.features ul li:before {
  content: '\2014\a0';
}

p {
  line-height: 1.5;
  margin: 0 0 1.5em 0;
}

/* Main page */
.maindescr p {
  margin: 0 0 2em 0;
}

.incenter  .maindescr ul li {
  line-height: 1.2;
}

.mainvideo {
  margin: 0 0 50px 0;
}

.maintestimonials img {
  float: left;
  margin: 0 20px 0 0;
}

.maintestimonials p {
  display: table;
}

object {
  margin: 0 0 0 auto;
}

.choose {
  margin: 0 0 45px 20px;
}

.choose h3 {
  font-weight: bold;
  margin: 0 0 30px 0;
}

.choose table {
  width: 100%;
  border-collapse: collapse;
}

.choose td {
  width: 20%;
  text-align: left;
  vertical-align: middle;
  padding: 0;
}

.wrap {
  position: relative;
  width: 150px;
}

.overlay {
  display: none;
  position: absolute;
  left: -19px;
  top: -19px;
  z-index: 20;
  width: 150px;
  height: 309px;
  padding: 19px 19px 19px 19px;
  text-align: left;
  background: url(/i/bg-overlay.png) 0 0 no-repeat;
}

.overlay h4 {
  margin: 12px 2px;
}

.overlay p {
  margin: 2px;
}

.wrap:hover .overlay,.wrap.hover .overlay {
  display: block;
  z-index: 20;
}

/*
#choose-first, #choose-last {
width: 150px;
    text-align:left;
}

#choose-last {
    text-align:right;
}
*/
.mainpagenews {
  background: #EAECEA;
  padding: 40px 60px;
  margin: 0 0 1px 0;
}

.mainpagenews:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.mainpagenews h6 {
  margin: 0 0 1em 0;
}

.mainpagenews h3 {
  font-size: 1.3em;
}

.mainpagenews h4 {
  font-weight: normal;
  font-size: 1.1em;
}

.mainpagenews p {
  margin: 0.3em 0 1em 0;
}

.m_articles,.m_news {
  width: 99.9%;
  float: left;
}

.m_articles {
  float: right;
}

.m_articles div,.m_news div {
  width: 20.5%;
  padding: 20px 4.5% 0 0;
  float: left;
}

.m_articles div {
  width: 45%;
  padding: 20px 4.5% 0 0;
  float: left;
}

.m_articles div.m_4 {
  float: right;
  padding: 20px 0 0 0;
  width: 49%;
}

/* CATALOG */
.catalog-list-item {
  width: 30%;
  height: 430px;
  float: left;
  margin: 10px 1.5%;
  padding: 35px 0 5px 0;
  position: relative;
}

.catalog-list-img { /* width: 300px;*/
  height: 220px;
  border-bottom: dotted 2px #C0C0C0;
  text-align: center;
}

.catalog-list-item h3 {
  font: normal 15px tahoma, sans-serif;
  margin: 13px 0 16px 18px;
}

.catalog-list-item h6 {
  font: bold 16px tahoma, sans-serif;
  color: #333;
  margin: 0 0 0 30px;
}

.catalog-list-item .price-wrap {
  color: #333;
  margin: 0 0 0 30px;
}

 .price-wrap p, .catalog-list-item .price-wrap p {
  margin: 10px 0 0 0;
}

 .price {
  font:16px;
  font-weight:bold;
}

.rec-price {
  color:#999;
}

.catalog-list-item p {
  margin: 10px 0 0 30px;
}

.catalog-block {
  padding: 0 0 20px 0;
}

.catalog-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.catalog-block h2 { /*  float:left;*/
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  height: 32px;
  font-size: 12px;
  font-weight: normal;
  background: url(/i/bg-catalog-headers.gif) 100% 0 no-repeat;
  border-left: solid 1px #f60;
  margin: 0 0 0 10px;
}

.catalog-block h2 a {
  display: block;
  padding: 9px 25px 6px 15px;
}

.item_img {
  display: block;
  position: relative;
  width: 300px;
}

.item_img span {
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(/i/icon-zoom.gif) 0 0 no-repeat;
}

.item_description {
  margin: 20px 0 10px 20px;
}

.item_description .price-wrap {
  margin: 0 0 20px 0;
}

.item_description ul {
  margin: 1em 0 0 0;
}

.other_model:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#orderform .other_model {
  margin-left: 20px;
}

#orderform .other_model img {
  margin: 0 30px 0 0;
}

.other_model img {
  width: 150px;
  height: 108px;
  margin: 0 10px 0 0;
  float: left;
}

.other_model p {
  display: table;
  margin: 0;
}

.other_model p.other_model_title {
  font-size: 15px;
  margin: 0 0 14px 0;
  line-height: 1.2;
}

.other_model_price,.price {
  font-size: 16px;
  font-weight: bold;
}

.other_model p.other_model_price,.other_model p.other_model_compare {
  padding: 0 0 0 15px;
  /* width: 100px;*/
}

.match_accessories {
  width: 46%;
  margin: 1%;
  float: left;
  height: 120px;
}

/* Features switch*/
ul.feature_switch {
  margin: 20px 0 10px 20px;
  padding: 0;
  list-style: none;
  float: left;
}

.feature_switch:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.feature_switch li {
  float: left;
  display: block;
  margin: 0 10px 0 0;
  padding: 0;
  position: relative;
}

.feature_switch li a {
  display: block;
  width: 100px;
  height: 18px;
  text-align: center;
  padding: 5px 0;
  font: normal 12px tahoma, arial, sans-serif;
  text-decoration: none;
}

u {
  text-decoration: none;
  border-bottom: dotted 1px #336699;
}

.feature_switch li a#show_tables {
  width: 158px;
}

.feature_switch li a:hover {
  color: #f60;
}

.feature_switch li a.active {
  background-position: 50% 0;
  background-repeat: no-repeat;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border: none;
  cursor: default;
}

.feature_switch li a.active u {
  border: none;
}

.feature_switch li a.active#show_texts {
  background-image: url(/i/bg-show_texts.gif);
}

.feature_switch li a.active#show_tables {
  background-image: url(/i/bg-show_tables.gif);
}

.features_tables {
  display: none;
}

.features_texts,.features_tables {
  margin: 20px 0 40px 0;
}

.features_tables h4 {
  margin: 20px 0 5px 20px;
}

.features_tables ul {
  padding: 0;
  margin: 0 0 0 15px;
}

.features_texts .features ul li,.features_texts .incenter ul li {
  margin: 0 0 0.7em 0;
}

.features_tables .features ul li,ul.item-actions li {
  margin: 2px 0 5px 5px;
  padding: 0;
  text-indent: 0;
}

.features_tables ul li:before,ul.item-actions li:before,#dencom-products li:before,.incenter ul.compare_switch  li:before
  {
  content: '';
}

ul.item-actions {
  width: 50%;
  float: left;
  margin: 10px 0 0 0;
  padding: 0;
}

ul.item-actions li {
  margin: 2px 0 5px 0px;
}

.pdf {
  float: left;
  padding: 3px 0 3px 20px;
  background: url(/i/icon-pdf.gif) 0 3px no-repeat;
}

/* ASSISTANT */
#assist {
  padding: 0 0 20px 0;
}

#assist :after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.assistant_result,.previous_answers {
  width: 47%;
  margin: 0 1.5%;
  float: left;
  min-height: 200px;
}

.previous_answers li {
  margin: 0 0 1.5em 0;
}

.q p {
  margin: 1em 0 0 0;
}

.q li {
  margin: 0.5em 0;
}

.previous_answers p {
  margin: 0 0 0.5em 0;
}

#q-helmet li {
  float: left;
  width: 60px;
  margin: 0 20px 20px 0;
}

#q-helmet li a {
  display: block;
  width: 60px;
  padding: 60px 0 0 0;
  text-align: center;
  background-position: 50% 0;
  background-repeat: no-repeat;
}

#helmet-open {
  background-image: url(/i/helmet-open.jpg)
}

#helmet-closed {
  background-image: url(/i/helmet-closed.jpg)
}

#helmet-modular {
  background-image: url(/i/helmet-modular.jpg)
}

#q5 {
  overflow: hidden;
}

.manuals_list {
  margin: 50px 0 0 0;
}

.manuals_list li {
  margin: 1em 0;
}

.manuals_list .pdf {
  float: none;
}

/* SHOP LIST*/
.shops_col {
  width: 47%;
  float: left;
  margin: 0 2% 0 0;
}

.shops_col div {
  padding: 0 10px 0 0;
  margin: 0 0 30px 0;
}

.shops_col div p {
  margin: 0;
}

/* Popup forms*/
#facebox_content h2,#facebox_content h3 {
  font: bold 15px tahoma, sans-serif;
  color: #f60;
  margin: 10px 0 30px 15px;
}

.facebox_wrapper {
  width: 680px;
  padding: 10px;
}

.feedback {
  width: 335px;
  margin: auto;
}

.facebox_wrapper:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.facebox_col1,.facebox_col2 {
  float: left;
  width: 325px;
}

.facebox_col1 {
  margin-right: 20px;
}

.feedback .facebox_col1 {
  margin: 0;
  float: none;
  margin: auto;
}

label {
  display: block;
  margin: 0 0 0 15px;
}

.accessories_checkbox {
  margin: 0 0 10px 0;
}

.accessories_checkbox label {
  display: inline;
  margin: -2px 0 0 5px;
}

label i {
  color: #f60;
}

.rounded {
  width: 300px;
  background: url(/i/rounded-input.gif) 0 0 no-repeat;
  padding: 5px 11px;
  margin: 7px 0 10px 0;
}

.rounded input {
  width: 300px;
  height: 15px;
  border: none;
  background: #DDDDDD;
  margin: auto;
  font: normal 11px tahoma, sans-serif;
}

.rounded-textarea {
  width: 300px;
  background: url(/i/rounded-textarea.gif) 0 0 no-repeat;
  padding: 5px 11px;
  height: 84px;
  margin: 7px 0 10px 0;
}

.rounded-textarea textarea {
  width: 300px;
  height: 84px;
  border: none;
  background: #DDDDDD;
  margin: auto;
  overflow: hidden;
  font: normal 11px tahoma, sans-serif;
}

.rounded-submit {
  margin: 10px 0 10px 0;
}

.other_model div.order-data {
  display: table;
}

.other_model div.order-data p {
  display: block;
}

.other_model .rounded-small {
  background: url(/i/rounded-input-small.gif) 0 0 no-repeat;
  padding: 5px 11px;
  margin: 7px 0 10px 0;
}

.rounded-small input {
  width: 36px;
  height: 15px;
  border: none;
  background: #F5F4F3;
  font: normal 11px tahoma, sans-serif;
}

label.error {
  color: #f00;
  margin: 3px 0 0 0;
}

.order-price {
  font-size: 11px;
  margin: 20px 0 0 0;
}

.email-result {
  width: 230px;
  padding: 90px 120px;
  text-align: center;
  margin: auto;
}

#facebox_content .email-result h3 {
  margin: 10px 0 30px 0;
}

.feedback .email-result {
  padding: 90px 0;
}

/* About company*/
.onecol .incenter.company {
  margin: 0 35px 30px 65px;
}

.company h2 {
  margin: 0 0 30px 0;
}

#cardo {
  margin: 50px 0 30px 0;
}

#dencom-products {
  margin: 30px 0 20px 0;
}

#dencom-products :after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#dencom-products li {
  float: left;
  display: block;
  width: 130px;
  text-align: center;
  padding: 0 0 155px 0;
  margin: 0 30px 10px 0;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  text-indent: 0;
}

#dencom-earprotect {
  background-image: url(/i/dencom-earprotect.jpg)
}

#dencom-speakerphone {
  background-image: url(/i/dencom-speakerphone.jpg)
}

#dencom-helmets {
  background-image: url(/i/dencom-helmets.jpg)
}

/* compare */
.comparetable {
  border-collapse: collapse;
}

.comparetable td {
  padding: 5px 10px;
  text-align: left;
}

.comparetable th {
  text-align: left;
  padding: 0 0 0 20px;
}

.comparetable td.featurename {
  padding: 0 0 0 20px;
}

.comparetable th.item-cell {
  padding: 5px 10px;
  font-weight: normal;
}

.comparetable th h3 {
  font-size: 15px;
  margin: 10px 0 20px 0;
}

.item-cell .itemimg {
  border-bottom: dotted 2px #C0C0C0;
}

.odd td,.odd th {
  background: #EAECEA;
}

.odd th {
  background: #EAECEA url(/i/bg-table-gray.gif) 0 0 no-repeat;
}

.odd th div {
  background: url(/i/bg-table-gray.gif) 100% 0 no-repeat;
  padding: 10px 0 3px 0;
}

.even th div {
  padding: 9px 0 5px 0;
}

.odd.lastrow td.featurename {
  background: #EAECEA url(/i/bg-table-gray-big.gif) 0 100% no-repeat;
  padding: 5px 0 15px 20px;
}

.odd.lastrow td.lastcell {
  background: #EAECEA url(/i/bg-table-gray-big.gif) 100% 100% no-repeat;
  height: 20px;
}

.even.lastrow td.featurename {
  padding: 5px 0 15px 20px;
}

.comparetable .pricerow td {
  vertical-align: middle;
  background: #EAECEA;
  padding: 0 10px;
}

.comparetable .pricerow td.pricefirst {
  background: #fff;
  padding: 0;
}

.pricefirst div {
  background: url(/i/bg-table-gray.gif) 0 0 no-repeat;
  height: 29px;
  padding: 13px 0 0 20px;
}

.comparetable .pricerow td.lastpricetd {
  background: #fff;
  padding: 0 0 0 0;
}

.lastpricetd div {
  background: url(/i/bg-table-gray.gif) 100% 0 no-repeat;
  height: 30px;
  padding: 12px 0 0 10px;
}

.lastpricetd div.price {
  background:transparent;
}

.pricerow .price {
  font-weight:normal;
  font-size:12px;
  display:inline;
}

.pricerow p {
  margin:0 10px 0 0;
  line-height:1.2;
  display:inline;
}

.pricerow .rec-price {
  font-size:11px;
}

th ul.item-actions {
  float: none;
  margin: 0 0 20px 0;
  padding: 0;
  width: 100%;
}

ul.compare_switch {
  margin: 45px 0 10px 0px;
  padding: 0;
  list-style: none;
  float: left;
}

.compare_switch:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.incenter ul.compare_switch li {
  float: left;
  display: block;
  margin: 0 20px 0 0;
  padding: 0;
  position: relative;
  text-indent: 0;
}

.compare_switch li a {
  display: block;
  width: 100px;
  height: 18px;
  text-align: center;
  padding: 5px 0;
  font: normal 12px tahoma, arial, sans-serif;
  text-decoration: none;
}

u {
  text-decoration: none;
  border-bottom: dotted 1px #336699;
}

#all_features {
  width: 158px;
}

.compare_switch li a:hover {
  color: #f60;
}

.compare_switch li a.active {
  background-position: 50% 0;
  background-repeat: no-repeat;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border: none;
  cursor: default;
}

.compare_switch li a.active u {
  border: none;
}

.compare_switch li a.active#all_features {
  background-image: url(/i/bg-all_features.gif);
}

.compare_switch li a.active#diff {
  background-image: url(/i/bg-show_texts.gif);
}

#tbody_all_features { /*display:none;*/

}

#tbody_diff {
  display: none;
}

.pages h3 {
  font-size:1.1em;
  font-weight:bold;
  margin: 0 0 0.5em 0;
}

.pager {
  margin: 1em 0;
}
.pager a {
  margin: 0 .5em;
}

.pager a.active {
  text-decoration:none;
  color:#000;
  font-weight:bold;
}
