/*** assistant.ch extended style definition ***/
/*** for newer browsers that understand media="all" ***/
/*** created by nexbyte.com, all rights reserverd ***/

.product, .producto
{
  margin-top:4px;
  margin-bottom:2px;
}

a.subnav, a.subnav-selected
{
  display:block;
  margin-left:0px;
  padding-left:60px;
  padding-right:0px;
  padding-top:2px;
  padding-bottom:2px;
}

a.thirdnav, a.thirdnav-selected
{
  display:block;
  margin-left:0px;
  padding-left:80px;
  padding-right:0px;
  padding-top:2px;
  padding-bottom:2px;
}



/* form element styless used for cummunity

input.cool, textarea.cool, input.required, textarea.required, input.highlight, textarea.highlight
{
  border:1px solid #A3A9B3;
  padding:1px;
}

input.cool, textarea.cool, select.cool
{
  background-color:#F0F2F8;
}

input.required, textarea.required, select.required
{
  background-color:#DDEDF6;
}

input.highlight, textarea.highlight, select.highlight
{
  background-color:#FBFBFB;
}

input.bluebutton
{
  border:1px solid #A3A9B3;
  padding:2px;
  font-size:11px;
  background-color:#D4DCEA;
  color:#5F6E81;
  font-weight:bold;
  text-decoration:none;
}

*/