<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body
{
  background-color: #424141;
}

p
{
  /*  line-height: 100%; */
}

h1
{
  color: #333333;
  font-size: large;
  font-weight: normal;
}

.Content
{
  background-color: #424141;
}

.Banner
{
  /*  background-color: #FF6600; */
  background-color: #666600;
}

.PaleBanner
{
  /*  background-color: #FF6600; */
  background-color: #FFFAFA;
}

.SiteName
{
  color: #CCCCCC;
  font-size: x-large;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

.Labels
{
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.CenterLayout
{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 900px;
  border-style: solid;
  border-width: 0px;
}

.ProductBreadCrumb
{
  color: #808080;
  text-decoration: none;
  font-size: smaller;
}

.ProductCategoryLink
{
  color: #333333;
  text-decoration: none;
  font-size: smaller;
}

.ProductLink, .ProductLink:visited, .ProductLink:hover, .ProductLink:active
{
  color: #000033;
  font-weight: normal;
  text-decoration: none;
}

.ProductTitle
{
  color: #333333;
  font-size: large;
  font-weight: bold;
}

/*
  Borders and shading
*/

.Shading
{
  background: -webkit-linear-gradient(white, #DCDCDC); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(white, #DCDCDC); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(white, #DCDCDC); /* For Firefox 3.6 to 15 */
  background: linear-gradient(white, #DCDCDC); /* Standard syntax */
}

.RoundCornersTop
{
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 1px solid #ABABAB;
  padding: 10px;
  text-align: center;
  box-shadow: 1px 1px 5px #888888;
}

.RoundCornersBottom
{
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid #ABABAB;
  padding: 10px;
  box-shadow: 1px 1px 5px #888888;
}

.RoundCornersBorderShadows
{
  border-radius: 5px;
  border: 1px solid #ABABAB;
  padding: 10px;
  margin: 0 10px;
  box-shadow: 1px 1px 5px #888888;
  position: relative;
}

.RoundCornersBorder
{
  border-radius: 5px;
  border: 1px solid #ABABAB;
  padding: 10px;
  background-color: #F5F5F5;
}

.row
{
  /*  border: thin solid #FF0000; */
  margin: 0 -0x;
  max-width: none;
  width: auto;
  padding: 0px 10px;
  position: relative;
}

.row::after, .group::after
{
  clear: both;
  content: "";
  display: table;
}

.thirdx
{
  border: thin solid #00AAFF;
  width: 30.5%;
}

@media (min-width: 0px)
{
  .third
  {
    width: 100%;    
  }
  
  .bodyNews
  {
    display: table-row; 
  }
}

@media (min-width: 850px)
{
  .third
  {
    width: 33.3333%;
  }
  
  .bodyNews
  {
    display: none; 
  }
}

.col
{
  float: left;
  padding: 10px 0px;
  position: relative;
}

[class*=dxdvFlowItemsContainer] {
    width: 100%;
}
[class*=dxdvFlowItemsContainer] &gt; tbody &gt; tr &gt; td {
    text-align: center;
}
[class*=dxdvFlowItem] {
    display: inline-block;
    float: none !important;
}
</pre></body></html>