html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 11px;
  vertical-align: baseline;
}

table, tr, td, th, thead {
  border-collapse: collapse;
}

html {
  background: #ffffff;
}

body {
  color: #4f4f4f;
  font-family: Verdana, sans-serif;
  font-size: 11px;
  line-height: 14px;
}

#site-wrap {
  margin: auto;
  padding: 10px 0 10px 0;
  width: 1000px;
  position: relative;
  min-height: 0;
  _zoom: 1;
  border: 1px solid #cccccc;
  border-top-width: 0;
}

#site-wrap:after {
  content: "";
  height: 0;
  clear: both;
  display: block;
}

p {
  margin: 1em 0;
}


/** Headings */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
h1 {
  margin: 0 0 18px;
  font-size: 20px;
  line-height: 36px;
}
h2 {
  margin: 18px 0;
  font-size: 18px;
  line-height: 18px;
}
h3 {
  margin: 18px 0;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
}
h4 {
  margin: 18px 0;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
}
h5 {
  margin: 18px 0;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
}
h6 {
  margin: 18px 0;
  font-size: 12px;
  line-height: 18px;
}

/** Lists */
ol, ul {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
ol ol, ol ul,
ul ul, ul ol {
  margin-top: 0;
  margin-bottom: 0;
}

dl {
  margin: 1em 0;
}
dt {}
dd {
  margin: 0 0 0 40px;
}

/** Links */
a {
  color: #4f4f4f;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:focus {
  outline: 1px dotted;
}

/** Images */
img, a img {
  border: none;
}

input, textarea, button, option, select {
  margin: 0;
  padding: 0;
}

/** Textboxes */
.text {
  padding: 2px;
  width: 174px;
  color: #000000;
  border: 1px solid #cccccc;
  font: 11px Verdana, sans-serif;
}

select.text {
  padding-top: 1px;
  padding-bottom: 1px;
}

.button {
  padding: 1px;
  color: #666666;
  background: #fafafa;
  border: 1px solid #cccccc;
  font: 11px Verdana, sans-serif;
}

input[type=image] {
  vertical-align: middle;
}

.buttons {
  margin: 1.5em 0 0 0;
  text-align: center;
}

/** Text alignment */
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-justify {
  text-align: justify !important;
}

/** Positioning classes */
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}

/** Visual clear */
.clear {
  clear: both;
}
.empty  {
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
}


.clear-fix {
  clear: both;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
}
.clear-left {
  clear: left;
}
.clear-right {
  clear: right;
}


.clear-after {
  min-height: 0;
  _zoom: 1;
}
.clear-after:after {
  content: "";
  height: 0;
  clear: both;
  display: block;
}

#header {
  background: url("/images/header-bg.gif") right top no-repeat;
  border-bottom: 4px solid #f27000;
  position: relative;
}

#header.main {
  border-bottom: 4px solid #f6bb00;
}

/** Header logo */
#header-logo {
  margin: 0 0 0 20px;
  width: 108px;
  height: 65px;
  background: url("/images/header-logo-bg.gif") left top no-repeat;
  overflow: hidden;
  text-indent: -9999em;
}

/** Header search */
#header-search {
  position: absolute;
  top: 5px;
  right: 220px;
  min-height: 0;
  _zoom: 1;
}
#header-search:after {
  content: "";
  height: 0;
  clear: both;
  display: block;
}

#header-search .text {
  width: 135px;
  border-right: 0;
  float: left;
  font-size: 9px;
  height: 11px;
}
#header-search .button {
  width: 60px;
  float: left;
  height: 17px;
}

/** Header bar */
#header-bar {
  margin: 10px 0 0 0;
  padding: 0 12px 2px 12px;
  color: #ffffff;
  background: #00324f url("/images/header-bar-tile.gif") left top repeat-x;
  font-size: 10px;
  text-transform: uppercase;
  min-height: 0;
  _zoom: 1;
}
#header-bar:after {
  content: "";
  height: 0;
  clear: both;
  display: block;
}


#header-bar p {
  margin: 0;
}
#header-bar .primary {
  float: left;
}
#header-bar .secondary {
  float: right;
}




/** @endregion */




/*--------------------------------------------------------------------------*/




/**
 * @region Header top navigation
 */
#header-top-nav {
  font-size: 11px;
  position: absolute;
  top: 5px;
  right: 10px;
}


#header-top-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#header-top-nav ul:after {
  content: "";
  height: 0;
  clear: both;
  display: block;
}
#header-top-nav li {
  margin: 0 5px 0 0;
  float: left;
  display: inline;
  text-align: center;
  color: #cccccc;
}


#header-top-nav a {
  font-size: 10px;
  color: #999999;
}




/** @endregion */




/*--------------------------------------------------------------------------*/




/**
 * @region Header navigation
 */
#header-nav {
  text-transform: uppercase;
  position: absolute;
  top: 50px;
  right: 10px;
}





#header-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#header-nav ul:after {
  content: "";
  height: 0;
  clear: both;
  display: block;
}
#header-nav li {
  margin: 0 0 0 20px;
  padding-left: 5px;
  float: left;
  display: inline;
  background: url("/images/header-div.gif") left center no-repeat;
}

#header-nav li.first {
  background: none;
}


/** Header navigation links */
#header-nav a {
  color: #004e78;
  padding: 0 0 1px 14px;
  display: block;
  _display: inline-block;
  font-size: 14px;
}
#header-nav a:hover {
  background: url("/images/header-nav-item-hover-bg-small.png") left center no-repeat;
  text-decoration: none;
}


#header-nav .selected a {
  color: #e97118;
}




/** @endregion */




/*--------------------------------------------------------------------------*/




/**
 * @region Header rotator
 */
#header-rotator {
  position: relative;
  min-height: 0;
  _zoom: 1;
}
#header-rotator:after {
  content: "";
  height: 0;
  clear: both;
  display: block;
}


#header-rotator ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  right: 5px;
  bottom: 5px;
}
#header-rotator ul:after {
  content: "";
  height: 0;
  clear: both;
  display: block;
}
#header-rotator li {
  margin: 0 0 0 1px;
  width: 20px;
  height: 20px;
  background: url("/images/header-rotator-item-bg.gif") left top no-repeat;
  font-size: 11px;
  line-height: 20px;
  text-align: center;
  float: left;
  display: inline;
}
#header-rotator li.selected {
  background-image: url("/images/header-rotator-item-selected-bg.gif");
}




/** Header navigation links */
#header-rotator a {
  color: #dddddd;
  display: block;
}
#header-rotator a:hover {
  color: #eeeeee;
  text-decoration: none;
}


#header-rotator .selected a {
  color: #ffffff;
}




/** @endregion */




/*--------------------------------------------------------------------------*/




/**
 * @region Middle layouts
 */
#middle {
  margin: 5px 0 0 0;
  min-height: 0;
  _zoom: 1;
}
#middle:after {
  content: "";
  height: 0;
  clear: both;
  display: block;
}




/** Layout C */
.layout-c {}




/** Layout SC */
.layout-sc {}
.layout-sc #content {
  width: 775px;
  float: right;
  display: inline;
}
.layout-sc #sb-1 {
  width: 180px;
  float: left;
  display: inline;
}




/** Layout SC */
.layout-cs {}
.layout-cs #content {
  width: 775px;
  float: left;
  display: inline;
}
.layout-cs #sb-1 {
  width: 180px;
  float: right;
  display: inline;
}




/** Layout SCS */
.layout-scs {}
.layout-scs #content {
  margin: 0 5px;
  width: 580px;
  float: left;
  display: inline;
}
.layout-scs #sb-1 {
  width: 200px;
  float: left;
  display: inline;
}
.layout-scs #sb-2 {
  width: 200px;
  float: right;
  display: inline;
  margin-right: 10px;
}




/** @endregion */




/*--------------------------------------------------------------------------*/





/**
 * @region Footer
 */
#footer {
  margin: 10px 0 20px 0;
  color: #aaaaaa;
  text-align: center;
}


#footer p {
  margin: 0;
}


#footer a {
  color: #888888;
}




/** @endregion */




/*--------------------------------------------------------------------------*/




/**
 * @region Main content
 */
.main {}




/** Main section */
.main .section {
  margin: 0 0 5px 0;
}




/** Main titles */
.main .title {
  margin: 0;
  color: #00476e;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
}

/** Main content */
.main .content {}




/** Main other content */
.main p {
  margin: 0 0 9px 0;
}
.main ul {
  margin: 9px 0;
  padding: 0;
  list-style: none;
}
.main li {}
.main blockquote {}


.main .tabs {
  margin: 0;
  padding: 0;
  color: #aaaaaa;
  border-bottom: 5px solid #cccccc;
  border-left: 1px solid #cccccc;
  font-size: 11px;
  text-transform: lowercase;
  list-style: none;
  position: relative;
  min-height: 0;
  _zoom: 1;
}
.main .tabs:after {
  content: "";
  height: 0;
  clear: both;
  display: block;
}
.main .tabs li {
  padding: 5px;
  border: 1px solid #cccccc;
  border-bottom: 0;
  border-left: 0;
  float: left;
}
.main .tabs li.selected {
  color: #888888;
  background: #cccccc;
}
.main .tabs li a {
  color: inherit;
}


.main .grid {
  width: 100%;
}
.main .grid th,
.main .grid td {
  padding: 5px;
  border-bottom: 1px solid #cccccc;
  text-align: left;
  vertical-align: top;
}


.main .form {
  width: 100%;
}
.main .form th,
.main .form td {
  padding: 5px;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}
.main .form th {
  text-align: right;
}
.main .form .required {
  color: #cc0000;
}
.main .form .text {
  width: 99%;
}

.main .form .error {
  font-size: 10px;
  color: #cc0000;
}
.main .more {
  margin: 9px 0 0 0;
  text-align: right;
  text-transform: lowercase;
}




/** @endregion */




/*--------------------------------------------------------------------------*/




/**
 * @region  Sidebar
 */
.sidebar {
  color: #252525;
  font-size: 11px;
  line-height: 18px;
}




/** Sidebar section */
.sidebar .section {
  margin: 0 0 5px 0;
}




/** Sidebar titles */
.sidebar .title {
  margin: 0;
  padding: 0 10px;
  color: #ffffff;
  background: #00324f url("/images/sb-title-tile.gif") left top repeat-x;
  font-size: 12px;
  line-height: 30px;
  font-weight: normal;
  text-transform: uppercase;
}

.sidebar .newsTitle {
  padding-left: 12px;
}
.sidebar .alt .title {
  background-color: #4e4b49;
  background-image: url("/images/sb-title-alt-tile.gif");
}
.sidebar .focus .title {
  background-color: #f48001;
  background-image: url("/images/sb-title-focus-tile.gif");
}


#sb-2 .title {
  background-color: #4e4b49;
  background-image: url("/images/sb-title-alt-tile.gif");
}
#sb-2 .alt .title {
  background-color: #00324f;
  background-image: url("/images/sb-title-tile.gif");
}
#sb-2 .focus .title {
  background-color: #f48001;
  background-image: url("/images/sb-title-focus-tile.gif");
}


.sidebar .title a {
  margin: 0 -10px;
  padding: 0 10px;
  height: 30px;
  color: #ffffff;
  background: url("/images/sb-title-link-bg.gif") left top no-repeat;
  display: block;
}
.sidebar .alt .title a {
  background: url("/images/sb-title-link-bg.gif") left top no-repeat;
}
.sidebar .focus .title a {
  background-image: url("/images/sb-title-link-focus-bg.gif");
}
#sb-2 .title a {
  background-image: url("/images/sb-title-link-alt-bg.gif");
}
#sb-2 .alt .title a {
  background-image: url("/images/sb-title-link-bg.gif");
}
#sb-2 .focus .title a {
  background-image: url("/images/sb-title-link-focus-bg.gif");
}



.sidebar h1,
.sidebar h2,
.sidebar h3,
.sidebar h4,
.sidebar h5,
.sidebar h6 {
  margin: 9px 0;
  font-size: inherit;
  line-height: inherit;
}




/** Sidebar content */
.sidebar .content {
  padding: 5px 5px 5px 7px;
  border-top: none;
}

.border_left {
  border: 1px solid #cccccc;
  border-top-width: 0px;
  padding-top: 7px!important;
}

.sidebar .collapsed .content {
  display: none;
}




/** Sidebar other content */
.sidebar p {
  margin: 0 0 9px 0;
  color: #4f4f4f;
  line-height: 14px;
}
.sidebar ul {
  margin: 9px 0;
  padding: 0;
  list-style: none;
}
.sidebar li {}
.sidebar blockquote {}


.sidebar .more {
  margin: 9px 0 0 0;
  text-align: right;
  clear: both;
}




/** @endregion */




/*--------------------------------------------------------------------------*/




/**
 * @region System pages
 */
/** @endregion */




/*--------------------------------------------------------------------------*/




/**
 * @region Main modules
 */




/** Main categories */
.main .categories {
  font-size: 10px;
  min-height: 0;
  _zoom: 1;
}
.main .categories:after {
  content: "";
  height: 0;
  clear: both;
  display: block;
}

.main .categories a,
.main .categories a:hover {
  font-size: 10px;
  text-decoration: none;
}

.main .categories .title {
  display: none;
}


.main .categories .category {
  margin: 0 3px 3px 0;
  padding: 5px 10px 10px 75px;
  width: 200px;
  background: #e0e0e0 url("/images/main-category-tile.gif") left top repeat-x;
  border: 1px solid #cccccc;
  position: relative;
}
.main .categories .odd {
  float: left;
  clear: both;
  display: inline;
}
.main .categories .even {
  float: right;
  display: inline;
}


.main .categories h3,
.main .categories h3 a,
.main .categories h3 a:hover,
.main .categories h3 span {
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
}
.main .categories h3 span {
  color: #e97118;
}
.main .categories p {
  margin: 0;
}

.main .categories .thumb {
  position: absolute;
  left: 5px;
  top: 10px;
}
.main .categories .thumb img {
  /* border: 1px solid #ebebeb; */
}




/** Main custom content */
.main .custom-content {}

.main .custom-content .title {
  padding: 0 8px;
  margin: 0;
  font-weight: normal;
  font-size: 22px;
}

.main .custom-content .content {
  padding: 0 10px;
  margin: 0;
}

.main .custom-content ul {
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 10px;
}

.main .custom-content ul li {
  margin-bottom: 5px;
}

/** Main gallery */
.main .gallery {}


.main .gallery .content {
  margin: 0 -5px;
  min-height: 0;
  _zoom: 1;
}
.main .gallery .content:after {
  content: "";
  height: 0;
  clear: both;
  display: block;
}


.main .gallery .thumb {
  margin: 0 5px 10px 5px;
  border: 1px solid #cccccc;
  float: left;
}




/** Main gallery compact */
.main .gallery-compact {}


.main .gallery-compact .content {
  min-height: 0;
  _zoom: 1;
}
.main .gallery-compact .content:after {
  content: "";
  height: 0;
  clear: both;
  display: block;
}


.main .gallery-compact .thumb {
  width: 116px;
  height: 116px;
  border: 1px solid #cccccc;
  float: left;
  overflow: hidden;
}




/** Main help desk */
.main .help-desk {padding: 10px}


.main .help-desk .title {
  padding: 5px;
  padding-left: 10px;
  color: #ffffff;
  background: #bbbbbb;
  font-size: 14px;
  line-height: inherit;
}


.main .help-desk .content {
  background: #eeeeee;
}

.main .help-desk .sent {
  padding: 25px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}



/** Main products */
.main .products {}


.main .products .title {
  color: #808080;
  font-size: 12px;
  font-weight: normal;
  background-color: #fff;
  display: inline;
  padding-right: 5px;
}
.main .products .divider {
  background: url("/images/top-bg.gif") right center repeat-x;

}
.main .products .product {
  margin: 2px 4px 20px 0;
  padding: 0 0 0 108px;
  min-height: 90px;
  _height: 90px;
  position: relative;
}

.main .products h3 {
  margin: 0;
  padding: 0;
  font-size: 11px;

}

.main .products p {
  margin: 0;
  padding: 0;
}

.main .products .wrapper {
  position: absolute;
  left: 0;
  top: 3px;
  border: 1px solid #cccccc;
  width: 100px;
  height: 100px;
}
.main .products .thumb {
  display: table-cell;
  width: 100px;
  height: 100px;
  text-align: center;
  vertical-align: middle;
}
.main .products .thumb * {
  vertical-align: middle;
}
/*\*//*/
.main .products .thumb {
    display: block;
}
.main .products .thumb span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/

.product_wrapper {
  border: 1px solid #cccccc;
  float: left;
  text-align: center;
  margin: 2px 5px 2px 0;
  width: 100px;
  height: 100px;
}

.product_thumb {
  display: table-cell;
  width: 100px;
  height: 100px;
  text-align: center;
  vertical-align: middle;
}
.product_thumb * {
  vertical-align: middle;
}
/*\*//*/
.product_thumb {
    display: block;
}
.product_thumb span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/


/** Main single product  */
.main .single-product {
  padding: 0 10px;
}


.main .single-product .product {
  position: relative;
  min-height: 0;
  _zoom: 1;
}
.main .single-product .product:after {
  content: "";
  height: 0;
  clear: both;
  display: block;
}


.main .single-product h3 {
  margin: 0;
  color: #00476e;
  font-size: 18px;
  line-height: 30px;
  font-weight: normal;
  font-size: 22px;
}

.main .single-product .thumb {
  margin: 0 10px 10px 0;
  border: 1px solid #cccccc;
  float: left;
}




/** Main specs */
.main .specs {
  padding: 0 10px;
}


.main .specs .content {
  padding: 10px;
  border: 1px solid #cccccc;
}




/** Main video */
.main .video {}


.main .video ul {
  margin: 0;
}
.main .video li {
  border-bottom: 2px solid #cccccc;
  padding: 5px 0;
  min-height: 0;
  _zoom: 1;
}
.main .video li:after {
  content: "";
  height: 0;
  clear: both;
  display: block;
}


.main .video .thumb {
  margin: 0 10px 10px 0;
  float: left;
}
.main .video .thumb img {
  border: 1px solid #cccccc;
}


.main .video .featured {
  padding: 0 10px 0 370px;
  border: 1px solid #cccccc;
}
.main .video .featured .movie {
  margin: 0 0 0 -370px;
  padding: 20px;
  width: 320px;
  background: #dddddd;
  float: left;
}




/** @endregion */




/*--------------------------------------------------------------------------*/




/**
 * @region Sidebar modules
 */




/** Sidebar help desk */
.sidebar .help-desk {}


.sidebar .help-desk h2 {
  display: none;
}


.sidebar .help-desk .content {
  padding: 0;
  border: 0;
}
.sidebar .help-desk .sb-help-desk-link {
  padding: 10px 10px 10px 20px;
  height: 20px;
  color: #ffffff;
  background: url("/images/sb-help-desk-link-bg.png") left top no-repeat;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  display: block;
}

/** Sidebar ibcs */
.sidebar .ibcs {}


.sidebar .ibcs h2 {
  display: none;
}


.sidebar .ibcs .content {
  padding: 5px 10px;
  height: 20px;
  color: #ffffff;
  background: url("/images/sb-ibcs-bg.png") left top no-repeat;
  font-size: 12px;
  text-align: left;
  border: 0;
}
.sidebar .ibcs img {
  vertical-align: baseline;
}




/** Sidebar navigation */
.sidebar .nav {
  color: #ffffff;
  background: #f27000;
  position: relative;
  top: -2px;
}


.sidebar .nav .title {
  width: 180px;
  background: #f27000;
  position: absolute;
  top: -43px;
  font-size: 16px;
  padding: 5px 8px 5px 12px;
}


.sidebar .nav .content {
  padding: 0;
  font-size: 12px;
}


.sidebar .nav ul {
  margin: 0;
  padding: 0;
}
.sidebar .nav li {}


.sidebar .nav li ul {
  background: #f68f00;
  margin-left: 25px;
}

.sidebar .nav li.selected {
  background: #f68f00;
}

.sidebar .nav li.current {
  background: #ffa900;
}

.sidebar .nav li.current_small {
  background: #f68f00;
  margin-left: 0;
}

.sidebar .nav a {
  padding: 10px 10px 10px 25px;
  color: #ffffff;
  display: block;
  text-decoration: none;
}
.sidebar .nav a:hover {
  background: url("/images/sb-nav-item-hover-bg.png") 5px center no-repeat;
}

.sidebar .nav li.current a:hover {
  background: url("/images/sb-nav-item-hover-bg.png") 5px center no-repeat;
}

.sidebar .nav li.current_small a:hover {
  
}

/** Sidebar news */
.sidebar .news {
  font-size: 10px;
  line-height: 14px;
}
.sidebar .news a {
  text-decoration: none;
  font-size: 10px;
}

.sidebar .news ul {
  margin: 0;
}
.sidebar .news li {
  margin-bottom: 7px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
}
.sidebar .news li.last {
  border-bottom: none;
}
.sidebar .news h3 {
  margin: 0;
  padding: 0;
  color: #e97118;
  font-size: 10px;
  font-weight: normal;
}
.sidebar .news h3 a {
  color: #e97118;
  display: block;
  font-size: 10px;
}
.sidebar .news h3 a:hover {
  /*
  background: url("/images/sb-news-item-hover-bg.gif") left center no-repeat;
  */
}
.sidebar .news h2.news {
  margin: 0;
  margin-bottom: 2px;
  padding: 0;
  font-size: 12px;
  line-height: 12px;
}
.sidebar .news h2 a {
  font-size: 10px;
  font-weight: bold;
}

.sidebar .news p {
  margin: 0;
  font-size: 10px;
}

.sidebar .news p div {
  margin: 4px;
  display: inline;
}

.sidebar .news p strong a {
}



/** Sidebar products */
.sidebar .products {
  margin-bottom: 7px;
}

.sidebar .products ul {
  margin: 0;
}
.sidebar .products li {
  margin-bottom: 7px;
}


.sidebar .products .thumb {
  margin: 0 5px 0 0;
  float: left;
}
.sidebar .products .thumb img {
  border: 1px solid #cccccc;
}




/** Sidebar video */
.sidebar .video {}


.sidebar .video ul {
  margin: 0;
}
.sidebar .video li {
  padding: 5px 0;
  border-bottom: 2px solid #cccccc;
  min-height: 0;
  _zoom: 1;
}
.sidebar .video li:after {
  content: "";
  height: 0;
  clear: both;
  display: block;
}


.sidebar .video .thumb {
  margin: 0 5px 0 0;
  float: left;
}
.sidebar .video .thumb img {
  border: 1px solid #cccccc;
}


.sidebar .video .featured .thumb {
  margin: 0;
  float: none;
}




/** @endregion */




/*--------------------------------------------------------------------------*/




/**
 * @region Fixes
 */
/** @endregion */

a.subcategory {
  color: #004e78;
  font-size: 17px;
}

.description {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  margin-top: 5px;
}

.border {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #cccccc;
}

.description a {
  color: #004e78;
  text-decoration: underline;
}

.description ul {
  margin: 0 0 0 15px;
  padding: 0;
  list-style: disc!important;
}

.description li {
  margin: 0;
  padding: 2px;
}


.wraptocenter {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 64px;
  height: 64px;
  border: 1px solid #cccccc;
}
.wraptocenter * {
  vertical-align: middle;
}
/*\*//*/
.wraptocenter {
  display: block;
}
.wraptocenter span {
  display: inline-block;
  height: 100%;
  width: 1px;
}
/**/

.short_description {
  margin: 10px 0 9px 0;
}
.news_item {
  margin-bottom: 15px;
}
.news_item a {
  color: #4f4f4f;
  font-size: 11px;
}
.news_item .news {
  color: #004e78;
  font-size: 14px;
}
.news_item .date {
  color: #e97118;
  font-size: 14px;
  text-decoration: none;
}

.pager {
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #000000;
  margin-top: 10px;
  border-top: 1px solid #cccccc;
  padding-top: 10px;
  clear: both;
}
.pager a {
  color: #000000;
}
.pager a.first {
  float: left;
}
.pager a.previous {
  margin-right: 10px;
}
.pager a.next {
  margin-left: 10px;
}
.pager a.last {
  float: right;
}

.breadcrumb {
  margin-left: 10px;
  font-size: 10px;
}

.breadcrumb a {
  font-size: 10px;
}

.newsArticle {
  margin: 0;
  padding: 0;
}

.newsArticle h2 {
  margin: 3px 0 0 0;
  padding: 0;
  color: #00476e;
  font-size: 22px;
  line-height: 22px;
  font-weight: normal;
}
.newsArticle h3 {
  margin: 5px 0;
  color: #e97118;
  font-size: 14px;
  font-weight: normal;
}
.faq_item {
  margin-bottom: 15px;
}
.faq_item a {
  color: #4f4f4f;
  font-size: 11px;
  cursor: pointer;
}
.faq_item .answer {
  color: #004e78;
  font-size: 14px;
}

.thumbnail {
  margin: 10px 5px 5px 0;
  float: left;
}

.floater {
  display: inline;
  float: left;
  margin: 5px 10px 10px 5px;
}

.wrapper {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 64px;
    height: 64px;
    border: 1px solid #cccccc;
}
.wrapper * {
    vertical-align: middle;
}
/*\*//*/
.wrapper {
    display: block;
}
.wrapper span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/

a.item_name {
  font-weight: bold;
  display: inline-block;
  margin-bottom: 4px;
}

.image-banner {
  margin: 0 0 7px 1px;
}

.image-l-banner {
  margin: 0 0 7px 7px;
}
