html, body {
  margin: 0px;
  padding: 0px;
}

body {
  background: url('/img/block-border-left.png') top left repeat-y;
}
body.large_image {
margin: 5px;
padding: 5px;
background-color: #ffffff;
background-image: none;
}

h2.large_image {
font-family: Arial, Tahoma, Verdana, Sans-Serif;;
font-size: 16px;
text-align: center;
}
div.goBack {
  margin: 12px 0px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  clear: both
}
div.goBack a {
  font-family: Arial, Tahoma, Verdana, Sans-Serif;
  font-size: 13px;
  font-weight: bold;
  color: red;
  width: 30px;
  margin: auto;
  display: block;
  background: url('/img/back.png') no-repeat center left;
  padding-left: 14px;
  text-decoration: none;
}
table.mainTable {
  background: url('/img/block-border-right.png') top right repeat-y;
}

table td {
  padding: 0px;
  text-align: left;
  vertical-align: top;
}

a img {
  border: none;
}

a.banner {
display: block;
width: 120px;
padding: 2px 0px 2px 0px;
}

/**********************************/
strong.eq {
  color: #EB3D00;
}

a.eq {
  font-weight: bold;
}

a strong.eq {
  font-weight: bold;
  color: inherit;
}

/**********************************/
/**********************************/
table.imgleft {
  float: left;
  margin: 5px 15px 5px 0px;
}

table.imgleft td.image {
  border-style: solid;
  border-width: 1px;
  border-color: #EB3D00;
  background-color: white;
  text-align: center;
}

table.imgleft td.caption {
  background-color: #EB3D00;
  text-align: center;
  border-style: none solid solid solid;
  border-width: 0px 1px 1px 1px;
  border-color: #EB3D00;
  font-family: Tahoma, Verdana, Arial, Sans-Serif;
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
  padding: 2px;
}
/**********************************/
table.imgright {
  float: right;
  margin: 5px 0px 5px 15px;
}

table.imgright td.image {
  border-style: solid;
  border-width: 1px;
  border-color: #EB3D00;
  background-color: white;
  text-align: center;
}

table.imgright td.caption {
  background-color: #EB3D00;
  text-align: center;
  border-style: none solid solid solid;
  border-width: 0px 1px 1px 1px;
  border-color: #EB3D00;
  font-family: Tahoma, Verdana, Arial, Sans-Serif;
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
  padding: 2px;
}
/**********************************/

table#greenRow {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #003300;
  background-image: url('/img/green-row-bg.png');
  background-position: top left;
  background-repeat: repeat-x;
  background-color: #114400;
}

table#greenRow td {
  text-align: left;
  vertical-align: middle;
  font-family: Arial, Tahoma, Verdana, Sans-Serif;
  font-size: 11px;
  color: #d9d9a4;
}

table#greenRow td.l {
  text-align: left;
}

table#greenRow td.r {
  text-align: right;
}

table#greenRow a {
  color: #d9d9a4;
  text-decoration: none;
}

table#greenRow a:hover {
  color: #eeeedd;
  text-decoration: none;
}

table#buttons {
position: absolute;
top: 108px;
left: 22px
}

td#searchCell {
  background-color: #114400;
  font-family: Arial, Tahoma, Verdana, Sans-Serif;
  font-size: 11px;
  color: #eeeedd;
  padding: 4px 8px;
}

td#searchCell input#searchField {
  width: 120px;
  font-size: 11px;
  border: solid 1px #999999;
}

td#searchCell td {
  vertical-align: middle;
}

td#searchCell a {
  color: #eeeedd;
}

td#rightCol {
  background-color: #ffffff;
  background-image: url('/img/dots-bg.png');
  background-position: top left;
  background-repeat: repeat-y;
  text-align: center;
}

img.rightColumnSep {
  display: block;
  padding: 0px 4px;
}

img.rightColumnBanner {
  display: block;
  margin: 4px;
}

div#voteForm {
  font-family: Arial, Tahoma, Verdana, Sans-Serif;
  font-size: 11px;
  color: #000000;
  text-align: left;
  margin: 4px;
}

div#voteForm h1 {
  margin: 0px;
  padding: 2px 4px;
  font-size: 11px;
  font-weight: bold;
  color: #114400;
  background-color: #bbbb55;
}

div#voteForm div {
  padding-left: 22px;
  text-indent: -20px;
}

div#voteForm input {
  position: relative;
  top: 3px;
}

td#sun {
  background: url('/img/sun-bg.png') top right repeat-x;
}

table#menuRow {
  background-color: #eeeeee;
}

td#menuRow {
  background-color: #eeeeee;
}

/*************************************/
#mainMenu {
  position: absolute;
  top: 49px;
  left: 110px;
  background: url('/img/main-menu-bg.png') top left repeat-x;
  margin: 6px 0px 0px 0px;
}

#mainMenu a {
  display: block;
  background: url('/img/main-menu-left-part.png') top left no-repeat;
  margin: 0px 2px 0px 0px;
  padding: 0px 0px 0px 7px;
  font-family: Arial, Tahoma, Verdana, Sans-Serif;
  font-size: 13px;
  text-decoration: none;
  color: #000000;
}

#mainMenu td.last a {
  margin-right: 0px;
}

#mainMenu a span {
  display: block;
  background: url('/img/main-menu-right-part.png') top right no-repeat;
  padding: 4px 7px 2px 0px;
}

#mainMenu #mainMenuCurrent a {
  background-position: 0 -200px;
  color: #ffffff;
}

#mainMenu #mainMenuCurrent a span {
  background-position: 100% -200px;
}

#mainMenu a:hover, #mainMenu a.active {
  background-position: 0 -200px;
  color: #ffffff;
}

#mainMenu a:hover span, #mainMenu a.active span {
  background-position: 100% -200px;
}

/*************************************/

td.mainContent {
font-family: Arial, Tahoma, Verdana, Sans-Serif;
background: #ffffff;
padding: 10px;
font-size: 13px;
text-align: justify;
}

td.mainContent h1 {
  margin: 6px 0px 6px 0px;
  font-family: Arial, Tahoma, Verdana, Sans-Serif;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
  color: #EB3D00;
}

td.mainContent h2 {
  margin: 6px 0px 6px 0px;
  font-family: Arial, Tahoma, Verdana, Sans-Serif;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
  color: #EB3D00;
}

/*************************************/

td.filials_link {
text-align: right;
vertical-align: middle;
padding-right: 12px
}

td.filials_link a {
font-size: 13px;
color: #999933;
text-decoration: none
}

td.filials_link a:hover {
color: #ffffff
}

/*************************************/

td.copyright {
  background-color: #999933;
  font-family: Arial, Tahoma, Verdana, Sans-Serif;
  font-size: 11px;
  text-align: center;
  text-decoration: none;
  color: #000000;
  height: 14px;
  padding-left: 236px;
}
/*************************************/
td.offpolyCounter {
  padding: 6px 14px;
  background: url('/img/cnt/offpoly-bg.png') top right no-repeat #999933;
}
/*************************************/
#bottomRow {
}

#bottomRow td {
}

#bottomRow td.feedback {
  padding: 4px;
  font-family: Arial, Tahoma, Verdana, Sans-Serif;
  font-size: 11px;
  text-align: right;
  background-color: #ffffff;
  width: 100%;
}

td.feedback a {
  text-decoration: underline;
  color: #888833;
}

td.feedback a:hover {
  text-decoration: underline;
  color: #bbbb66;
}
/*************************************/

#secondMenu {
  padding: 2px 0px 0px 4px;
  text-align: left;
  vertical-align: middle;
  background: url('/img/green-row-bg.png') top left repeat-x;
  border-bottom: solid 1px #336633;
}

#secondMenu td {
  padding: 2px 2px 2px 0px;
}

#secondMenu span.sptl {
  display: block;
  background: url('/img/second-menu-top-left.png') top left no-repeat;
  height: 100%;
}

#secondMenu #active span.sptl {
  background: url('/img/second-menu-act-top-left.png') top left no-repeat;
}

#secondMenu span.spbl {
  display: block;
  background: url('/img/second-menu-bottom-left.png') bottom left no-repeat;
  height: 100%;
}

#secondMenu #active span.spbl {
  background: url('/img/second-menu-act-bottom-left.png') bottom left no-repeat;
}

#secondMenu span.sptr {
  display: block;
  background: url('/img/second-menu-top-right.png') top right no-repeat;
  height: 100%;
}

#secondMenu #active span.sptr {
  background: url('/img/second-menu-act-top-right.png') top right no-repeat;
}

#secondMenu a {
  display: block;
  background: url('/img/second-menu-bottom-right.png') bottom right no-repeat;
  margin: 0px;
  font-family: Arial, Tahoma, Verdana, Sans-Serif;
  font-size: 11px;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  color: #dcdc98;
  height: 100%;
}

#secondMenu #active a {
  background: url('/img/second-menu-act-bottom-right.png') right bottom no-repeat;
  color: #ffffff;
}

#secondMenu a:hover {
  color: #ffffff;
}

#secondMenu a span {
  display: block;
  padding: 2px 8px 2px 8px;
  vertical-align: middle;
}
/*************************************/
#path {
  border: solid 1px #ffffff;
  background-color: #eeeedd;
  padding: 4px 8px;
  font-family: Arial, Tahoma, Verdana, Sans-Serif;
  font-size: 11px;
  text-decoration: none;
  text-align: left;
}

#path a {
  color: #003300;
  text-decoration: none;
}

#path a:hover {
  color: #336633;
  text-decoration: underline;
}

#path a#pathRoot {
  color: #666600;
  font-weight: bold;
}

#path a#pathRoot:hover {
  color: #999933;
}
/*************************************/
h1#pageCaption {
  margin: 6px 0px 6px 0px;
  font-family: Arial, Tahoma, Verdana, Sans-Serif;
  font-size: 19px;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
  color: #EB3D00;
}

#thirdMenu {
  padding: 4px 12px;
  background-color: #ebefe4;
  font-family: Arial, Tahoma, Verdana, Sans-Serif;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  text-align: left;
  color: #003300;
}

#thirdMenu a {
  text-decoration: underline;
  color: #003300;
}

#thirdMenu a:hover {
  color: #336633;
}
/*************************************/
table#shopLevel {
  border: solid 1px #eeeeee;
  margin: 0px 0px 12px 0px;
}

table#shopLevelCaption {
  margin: 0px 0px 12px 0px;
}

table#shopLevelCaption td {
  font-family: Arial, Tahoma, Verdana, Sans-Serif;
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  padding: 2px 8px 2px 8px;
  background: url('/img/shop-third-level-pin-bg.png') center right no-repeat;
  background-color: #CCCCCC;
}

table#shopLevel td {
  font-size: 13px;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  padding: 0px;
}

table#shopLevel td.Lvl {
  padding: 2px 8px;
  background-color: #eeeeee;
}

table#shopLevel td.Lvl span.arrow {
  padding-right: 5px;
}

table#shopLevel td.Lvl span.arrow img {
  vertical-align: bottom;
}

table#shopLevel td.Lvl span.name {
  font-weight: bold;
}

table#shopLevel a {
  font-weight: normal;
  text-decoration: none;
  color: #000000;
}

table#shopLevel a:hover {
  text-decoration: none;
  color: #555555;
}
/*************************************/
table.shopGoods {
  margin: 0px;
  font-size: 11px;
}

table.shopGoods caption {
  font-size: 17px;
  font-weight: bold;
  color: #555555;
}

table.shopGoods th {
  font-family: Arial, Tahoma, Verdana, Sans-Serif;
  font-size: 11px;
  padding: 3px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}

table.shopGoods td {
  padding: 4px;
  text-align: center;
  vertical-align: middle;
}

table.shopGoods tr.odd td {
  background-color: #C6C6C6;
}

table.shopGoods tr.even td {
  background-color: #EEEEEE;
}

table.shopGoods td.art {
  color: #666666;
}

table.shopGoods td.al {
  font-family: Arial, Tahoma, Verdana, Sans-Serif;
  font-size: 11px;
  text-align: left;
}

table.shopGoods td.al a {
  color: #000000;
}

table.shopGoods td.al a:hover {
  color: #666666;
}

table.shopGoods td input.text {
  width: 30px;
  font-size: 11px;
  border: solid 1px #000000;
}

table.shopGoods tr.total td.number {
  font-weight: bold;
  color: #990000;
}

div.cartLinks {
  margin: 12px;
}

div.cartLinks img {
  margin: 2px 0px;
}
/*************************************/
#search {
  text-align: right;
}

#search table {
  background-color: #eeeeee;
  height: 24px;
}

#search table td {
  vertical-align: middle;
  padding-top: 4px;
}

#search table td.searchText {
  padding-left: 20px;
  padding-right: 8px;
  background: url('/img/search-left-cell-bg.png') top left no-repeat;
  font-size: 11px;
  color: #000000;
}

#search table input {
  font-size: 11px;
  color: #000000;
  border: solid 1px #999999;
}

#search table td.searchButton {
  padding-right: 12px;
  font-size: 11px;
  color: #000000;
}

#search table td.searchButton input {
  border: none;
}
/*************************************/
#topLinks td {
  padding: 5px 8px 6px 28px;
  font-size: 11px;
}

#topLinks td#tl1 {
  background: url('/img/top-links-bg1.png') top left no-repeat;
}

#topLinks td#tl2 {
  background: url('/img/top-links-bg2.png') top left no-repeat;
}

#topLinks td#tl3 {
  background: url('/img/top-links-bg3.png') top left no-repeat;
}

#topLinks td a {
  text-decoration: none;
  color: #000000;
}

#topLinks td a:hover {
  text-decoration: none;
  color: #333333;
}

/*************************************/
#subscribe {
  margin: 1px 6px;
}

#subscribe td {
  padding: 0px;
  font-family: Arial, Tahoma, Verdana, Sans-Serif;
  font-size: 11px;
  color: #d9d9a4;
  text-align: left;
  vertical-align: middle;
}

#subscribe td input {
  margin-left: 6px;
}

#subscribe td input.textField {
  font-family: Arial, Tahoma, Verdana, Sans-Serif;
  font-size: 11px;
  color: #000000;
  border: solid 1px #000000;
  width: 100px;
}
/*************************************/
#orderCatalog {
}

#orderCatalog td {
  vertical-align: middle;
}

#orderCatalog td.image{
  vertical-align: bottom;
}
/*************************************/

#mapSplash {
  border-top: solid 1px #f2f2f2;
}

#mapSplash #mapSplashLeft {
  background: url('/img/map-bg.png') top left repeat-x;
}

/*************************************/

table#newsBlock table#caption {
  border-top: solid 1px #f2f2f2;
}

table#newsBlock table#caption td {
  background: url('/img/news-caption-bg.png') top left repeat-x
}

table#newsBlock table#caption img#gifts {
position: relative;
top: -14px;
z-index: 1000
}

table#newsBlock td {
  background: #eeeedd;
}

/*************************************/
#shopTree th {
  font-family: Tahoma, Verdana, Sans-Serif;
  padding: 2px 8px;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  color: #000000;
  background: #c6c6c6;
  vertical-align: top;
}

#shopTree th a {
  color: #000000;
  text-decoration: none;
}

#shopTree th.shopTreeSep, #shopTree td.shopTreeSep {
  padding: 0px;
}

#shopTree th.shopTreeSepLeft {
  background: url('/img/shop-tree/head-sep-left.png') top left repeat-y;
}

#shopTree th.shopTreeSepRight {
  background: url('/img/shop-tree/head-sep-right.png') top left repeat-y;
}

#shopTree th.shopTreeSepMiddle {
  background: url('/img/shop-tree/head-sep.png') top left repeat-y;
}

#shopTree td.sep-end {	background:url('/img/shop-tree/sep-end.png');
}

#shopTree td.shopTreeSep {
  background: url('/img/shop-tree/body-sep.png') top left repeat-y;
}

#shopTree td.shopTreeSepLeft {
  background: url('/img/shop-tree/body-sep-left.png') top left repeat-y;
}

#shopTree td.shopTreeSepRight {
  background: url('/img/shop-tree/body-sep-right.png') top left repeat-y;
}

#shopTree td {
  padding: 0px 5px 5px 5px;
  background-color: #eeeeee;
  font-family: Arial, Tahoma, Verdana, Sans-Serif;
  font-size: 12px;
}

#shopTree td table.shopTreeList td {
  padding: 1px 0px;
  border-bottom: solid 1px #c6c6c6;
}

#shopTree td a {
  font-family: Arial, Tahoma, Verdana, Sans-Serif;
  color: #000000;
  display: block;
  height: 100%;
  padding: 2px;
  text-decoration: none;
}

#shopTree td div {
  padding: 2px;
  color: #E83200;
  background-color: #c6c6c6;
}
/*************************************/
#shopSearch td {
  background: url('/img/shop-search-bg.png') top left
}

#shopSearch #shopSearchForm td {
  padding-top: 14px;
  background-image: none;
  vertical-align: middle;
}

#shopSearch #shopSearchForm td input {
  margin: 0px 25px 0px 5px;
}

#shopSearch #shopSearchForm td input.searchField {
  font-family: Arial, Tahoma, Verdana, Sans-Serif;
  font-size: 11px;
  color: #000000;
  border: solid 1px #999999;
  width: 200px;
  margin-right: 0px;
}
/*************************************/
td#manufacturerSearch {
 padding: 0px 4px 4px 4px;
}
/*************************************/
td.upwardButton {
  vertical-align: middle;
  padding: 0px 20px;
}
/*************************************/
td.bl {
  padding: 0px 12px;
}

td.blRight {
  padding: 0px 12px;
  padding-left: 0px;
}

td.blockSeparator {
  background: url('/img/block-sep.png') top left repeat-x;
}

td.blockSeparator td.l {
  text-align: left;
}

td.blockSeparator td.r {
  text-align: right;
}
/*************************************/
#nBlock {
  border-style: none solid;
  border-width: 3px;
  border-color: white;
}

#nBlock td.nBlockCaption {
  background: url('/img/news-block/caption-bg.png') top right repeat-x;
}

#nBlock td.nBlockContent {
  border-style: solid solid none solid;
  border-width: 1px;
  border-color: #666600;
}

#nBlock td.nBlockContent div.nBlockContentInner {
  border-style: solid solid none solid;
  border-width: 3px 1px 0px 1px;
  border-color: #999933;
  padding: 12px 12px;
  padding-top: 0px;
}

#nBlock td.nBlockContent table.nBlockContentInner {
  border-style: solid solid none solid;
  border-width: 3px 1px 0px 1px;
  border-color: #999933;
}

#nBlock td.nBlockContent table.nBlockContentInner td {
  padding: 0px 12px 12px 12px;
}

#nBlock td.nBlockContent div.filBlock {
  padding: 0px;
}

#nBlock td.nBlockBottom {
  background: url('/img/news-block/bottom-bg.png') bottom right repeat-x;
}

#nBlock div.salesItem {
  font-size: 11px;
  color: #666666;
  margin: 0px;
  padding-top: 12px;
}

#nBlock div.salesItem span.date {
  font-size: 11px;
  color: #660000;
}

#nBlock div.salesItem h1 {
  margin: 0px;
  display: inline;
  font-size: 11px;
  color: #000000;
}

#nBlock div.salesItem p {
  margin: 0px;
  margin-top: 3px;
  font-size: 11px;
  color: #666666;
}

#nBlock div.salesItem .tm {
  color: #666600;
}

#nBlock div.newsItem {
  font-size: 11px;
  color: #666666;
  margin: 0px;
  padding-top: 12px;
}

#nBlock div.newsItem span.date {
  font-size: 11px;
  color: #660000;
}

#nBlock div.newsItem h1 {
  margin: 0px;
  display: inline;
  font-size: 11px;
  color: #000000;
}

#nBlock div.newsItem p {
  margin: 0px;
  margin-top: 3px;
  font-size: 11px;
  color: #666666;
}

#nBlock div.newsItem .tm {
  color: #666600;
}

#nBlock table.filialsItem {
}

#nBlock table.filialsItem td {
  vertical-align: middle;
}

#nBlock table.odd td {
  background-color: #eeeedd;
}

#nBlock table.even td {
  background-color: #d9decf;
}

#nBlock table.filialsItem td.text {
  padding: 3px 6px;
  font-size: 11px;
  width: 99%;
}

#nBlock table.odd td.text {
  background: url('/img/filials-block/fil-bg1.png') top left repeat-y #eeeedd;
}

#nBlock table.even td.text {
  background: url('/img/filials-block/fil-bg2.png') top left repeat-y #d9decf;
}
/*************************************/
h1.shopGoods {
  margin: 12px;
  padding: 3px;
  font-size: 13px;
  text-align: left;
  font-weight: bold;
  background-color: #ebefe4;
  color: #000000;
}
/*************************************/
table.shopSearchRow {
  font-size: 11px;
  color: #ffffcc;
}

table.shopSearchRow td {
  padding: 2px;
  vertical-align: middle;
}

table.shopSearchRow input {
  font-size: 11px;
  color: #000000;
  border: solid 1px #003300;
}

table.shopSearchRow input.image {
  border: none;
}

/*************************************/
td.additional {
  font-size: 11px;
  background: #f3f3f3;
  width: 120px;
}

div.addInfo {
  margin: 2px 0px 2px 2px;
  padding: 2px;
  border: solid 1px #ffffff;
  text-align: center;
}

div.addInfo a {
  font-weight: normal;
}

div.addInfoBanner {
  margin: 2px 0px 2px 2px;
  padding: 2px;
  border: solid 1px #ffffff;
  text-align: center;
}

/*************************************/
table.consultant {
  width: 120px;
}

table.consultant td {
  margin: 10px 0px 2px 2px;
  padding: 2px;
  border: solid 1px #ffffff;
  font-size: 11px;
  text-align: center;
}

table.consultant td img {
  margin: 0px;
  display: inline;
  float: none;
  border: none;
  position: relative;
  top: 5px;
}

/*************************************/
table.mainConsultant {
  margin: 8px 0px;
  font-size: 11px;
}

table.mainConsultant td {
  padding: 2px 4px;
}
/*************************************/
#offpolyMap #opMapButtons {
  background: url('/img/offpoly-map-top-left.png') top left no-repeat;
}

#offpolyMap #opMapButtons table {
  margin-top: 7px;
  margin-left: 10px;
}
/*************************************/

a.search {
font-family: Arial, Helvetica, SansSerif;
font-size: 11px;
line-height: 13px;
}

/*** print version ***/

a.prn {
font-family: Arial, Tahoma, Verdana, Sans-Serif;
font-size: 11px;
display: block;
margin: 10px 0px 0px 0px;
float: right;
clear: both;
}

/*** tema links ***/

a.tema {
font-family: Arial, Tahoma, Verdana, Sans-Serif;
font-size: 13px;
color: #eb3d00;
}

a.tema:hover {
color: #555555;
}

/*** dealers form ***/

form.dealersForm {
  font-family: Arial, Verdana, Sans-Serif;
  font-size: 13px;
}

form.dealersForm fieldset {
  border: solid 1px #666633;
}

form.dealersForm legend {
  font-weight: bold;
}

form.dealersForm table {
  width: 95%;
  margin: 12px 0px 12px 12px;
  font-family: Arial, Verdana, Sans-Serif;
  font-size: 13px;
}

form.dealersForm table td {
  padding: 2px 0px;
}

form.dealersForm table td.submit {
  text-align: center;
}

form.dealersForm input.text {
  width: 100%;
  border: solid 1px #666633;
}

form.dealersForm textarea {
  width: 100%;
  border: solid 1px #666633;
}

/*** poly dictionary ***/

a.letter {
  font-size: 14px;
  font-weight: bold;
}

a.word {
  font-size: 13px;
}

table.dictionary-search td {
  font-size: 13px;
}

input#searchField {
  border: solid 1px #666633;
}

div.letters {
  width: 100%;
  clear: both;
  margin: 4px 0px;
  text-align: center;
}

div.wordsGroup {
  clear: both;
  margin: 4px 0px;
}

div.wordArticle {
  clear: both;
  font-size: 13px;
}

div.wordArticle strong {
  color: #990000;
}

div.searchResult {
  clear: both;
  text-align: center;
  margin: 16px 0px;
  font-size: 13px;
  color: #003300;
}

span.letter {
  font-size: 14px;
  font-weight: bold;
  color: #990000;
}

/*************************************/
table#newsLevel {
  border: solid 1px #eeeeee;
  margin: 0px 0px 12px 0px;
}

table#newsLevelCaption {
  margin: 0px 0px 12px 0px;
}

table#newsLevelCaption td {
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  padding: 2px 8px 2px 8px;
  background: url('/img/shop-third-level-pin-bg.png') center right no-repeat;
  background-color: #ebefe4;
}

table#newsLevel td {
  font-size: 13px;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  padding: 0px;
}

table#newsLevel td.Lvl {
  padding: 2px 8px;
  background-color: #eeeeee;
}

table#newsLevel td.Lvl span.arrow {
  padding-right: 5px;
}

table#newsLevel td.Lvl span.arrow img {
  vertical-align: bottom;
}

table#newsLevel td.Lvl span.name {
  font-weight: bold;
}

table#newsLevel a {
  font-weight: normal;
  text-decoration: none;
  color: #003300;
}

table#newsLevel a:hover {
  text-decoration: none;
  color: #336633;
}