#sdf23-main, table
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
}

h1, h2, h3, h4, h5, h6, p, a, ul, ol, li
{
    margin: 0;
    padding: 0;
}

.sdf23-postcontent,
.sdf23-postcontent li,
.sdf23-postcontent table,
.sdf23-postcontent a,
.sdf23-postcontent a:link,
.sdf23-postcontent a:visited,
.sdf23-postcontent a.visited,
.sdf23-postcontent a:hover,
.sdf23-postcontent a.hovered
{
    font-family: Arial, Helvetica, Sans-Serif;
}

.sdf23-postcontent p
{
    margin: 12px 0;
}
.sdf23-postcontent p, p
{
    margin: 0px;
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  text-decoration: none;
}

.sdf23-postcontent a
{
  text-decoration: none;
  color: #4F74C5;
}

.sdf23-postcontent a:link
{
  text-decoration: none;
  color: #4F74C5;
}

.sdf23-postcontent a:visited, .sdf23-postcontent a.visited
{
  color: #5A5858;
}

.sdf23-postcontent  a:hover, .sdf23-postcontent a.hover
{
  text-decoration: underline;
  color: #767474;
}

.sdf23-postcontent h1
{
   color: #5A5858;
margin: 21px 0;    
}

.sdf23-blockcontent h1
{
margin: 21px 0; 
}

.sdf23-postcontent h2
{
   color: #767474;
margin: 19px 0;
   font-size: 24px;    
}

.sdf23-blockcontent h2
{
margin: 19px 0;
   font-size: 24px; 
}

.sdf23-postcontent h2 a, .sdf23-postcontent h2 a:link, .sdf23-postcontent h2 a:hover, .sdf23-postcontent h2 a:visited, .sdf23-blockcontent h2 a, .sdf23-blockcontent h2 a:link, .sdf23-blockcontent h2 a:hover, .sdf23-blockcontent h2 a:visited 
{
   font-size: 24px; 
}

.sdf23-postcontent h3
{
   color: #595959;
margin: 19px 0;
   font-size: 19px;    
}

.sdf23-blockcontent h3
{
margin: 19px 0;
   font-size: 19px; 
}

.sdf23-postcontent h3 a, .sdf23-postcontent h3 a:link, .sdf23-postcontent h3 a:hover, .sdf23-postcontent h3 a:visited, .sdf23-blockcontent h3 a, .sdf23-blockcontent h3 a:link, .sdf23-blockcontent h3 a:hover, .sdf23-blockcontent h3 a:visited 
{
   font-size: 19px; 
}

.sdf23-postcontent h4
{
   color: #545454;
margin: 20px 0;
   font-size: 16px;    
}

.sdf23-blockcontent h4
{
margin: 20px 0;
   font-size: 16px; 
}

.sdf23-postcontent h4 a, .sdf23-postcontent h4 a:link, .sdf23-postcontent h4 a:hover, .sdf23-postcontent h4 a:visited, .sdf23-blockcontent h4 a, .sdf23-blockcontent h4 a:link, .sdf23-blockcontent h4 a:hover, .sdf23-blockcontent h4 a:visited 
{
   font-size: 16px; 
}

.sdf23-postcontent h5
{
   color: #545454;
margin: 26px 0;
   font-size: 13px;    
}

.sdf23-blockcontent h5
{
margin: 26px 0;
   font-size: 13px; 
}

.sdf23-postcontent h5 a, .sdf23-postcontent h5 a:link, .sdf23-postcontent h5 a:hover, .sdf23-postcontent h5 a:visited, .sdf23-blockcontent h5 a, .sdf23-blockcontent h5 a:link, .sdf23-blockcontent h5 a:hover, .sdf23-blockcontent h5 a:visited 
{
   font-size: 13px; 
}

.sdf23-postcontent h6
{
   color: #757575;
margin: 35px 0;
   font-size: 11px;    
}

.sdf23-blockcontent h6
{
margin: 35px 0;
   font-size: 11px; 
}

.sdf23-postcontent h6 a, .sdf23-postcontent h6 a:link, .sdf23-postcontent h6 a:hover, .sdf23-postcontent h6 a:visited, .sdf23-blockcontent h6 a, .sdf23-blockcontent h6 a:link, .sdf23-blockcontent h6 a:hover, .sdf23-blockcontent h6 a:visited 
{
   font-size: 11px; 
}

ul
{
  list-style-type: none;
}

ol
{
  list-style-position: inside;
}

html 
{
    height:100%;
}

#sdf23-main
{
  position: relative;
  z-index: 0;
  width: 100%;
  left: 0;
  top: 0;
  cursor:default;
  overflow:visible;
  background:#F3F3F3;
}

#sdf23-page-background-glare
{
  position: absolute;
  left: 50%;
  margin-left :-400px;
  top:0;
  width:800px;
  height:160px;
  overflow:hidden;
  min-width: 1000px;
}

#sdf23-page-background-glare-image
{
  position: fixed;
  width:800px;
  top: 0;
  height:160px;
  background-image: url('../images/page_gl.png');
  background-repeat: no-repeat;
}

html:first-child #sdf23-page-background-glare
{
  border: 1px solid transparent; /* Opera fix */
}

body
{
  padding: 0; 
  margin:0;
  color: #141414;
  height:100%;
  min-height:100%;
  background-color: #FFFFFF;
  min-width: 1000px;
}

.cleared
{
  display:block;
  clear: both;
  float: none;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 0;
  height:0;
  overflow:hidden;
}

.reset-box
{
  overflow:hidden;
  display:table; 
}

form
{
  padding: 0 !important;
  margin: 0 !important;
}

table.position
{
  position: relative;
  width: 100%;
  table-layout: fixed;
}
/* end Page */

/* begin HeaderFluidBg */
div#sdf23-header-bg
{
  position: absolute;
  overflow:hidden;
  top:54px;
  left:0;
  margin:0 auto;
  width: 100%;
  height: 250px;
  z-index:0;
}
/* end HeaderFluidBg */

/* begin MenuFluidBg */
div#sdf23-hmenu-bg
{
  position: absolute;
  overflow:hidden;
  top:0;
  left:0;
  margin:0 auto;
  width: 100%;
  height: 54px;
  z-index:0;
}
/* end MenuFluidBg */

/* begin Box, Sheet */
.sdf23-sheet
{
  position: relative;
  margin: 0 auto;
  min-width: 11px;
  min-height: 11px;
  margin-top: 0;
  margin-bottom: 0;
  cursor:auto;
  width: 1000px;
}

.sdf23-sheet-body
{
  position: relative;
  padding: 0;
    padding-top:0;
    padding-bottom:0;
 border-width: 2px;
border-style: solid;
border-radius: 12px 12px 12px 12px;
border-color: rgb(226, 226, 226);
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);   
}

.sdf23-sheet-tr, .sdf23-sheet-tl, .sdf23-sheet-br, .sdf23-sheet-bl, .sdf23-sheet-tc, .sdf23-sheet-bc,.sdf23-sheet-cr, .sdf23-sheet-cl
{
  position: absolute;
}

.sdf23-sheet-tr, .sdf23-sheet-tl, .sdf23-sheet-br, .sdf23-sheet-bl
{
  width: 10px;
  height: 10px;
  background-image: url('../images/sheet_s.png');
}

.sdf23-sheet-tl
{
  top: 0;
  left: 0;
  clip: rect(auto, 5px, 5px, auto);
}

.sdf23-sheet-tr
{
  top: 0;
  right: 0;
  clip: rect(auto, auto, 5px, 5px);
}

.sdf23-sheet-bl
{
  bottom: 0;
  left: 0;
  clip: rect(5px, 5px, auto, auto);
}

.sdf23-sheet-br
{
  bottom: 0;
  right: 0;
  clip: rect(5px, auto, auto, 5px);
}

.sdf23-sheet-tc, .sdf23-sheet-bc
{
  left: 5px;
  right: 5px;
  height: 10px;
  background-image: url('../images/sheet_h.png');
}

.sdf23-sheet-tc
{
  top: 0;
  clip: rect(auto, auto, 5px, auto);
}

.sdf23-sheet-bc
{
  bottom: 0;
  clip: rect(5px, auto, auto, auto);
}

.sdf23-sheet-cr, .sdf23-sheet-cl
{
  top: 5px;
  bottom: 5px;
  width: 10px;
  background-image: url('../images/sheet_v.png');
}

.sdf23-sheet-cr
{
  right: 0;
  clip: rect(auto, auto, auto, 5px);
}

.sdf23-sheet-cl
{
  left: 0;
  clip: rect(auto, 5px, auto, auto);
}

.sdf23-sheet-cc
{
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background-color: #FFFFFF;
}

#sdf23-page-background-top-texture, #sdf23-page-background-middle-texture{
  min-width: 1000px;
}

/* end Box, Sheet */

/* begin Menu */
/* menu structure */

.sdf23-hmenu a, .sdf23-hmenu a:link, .sdf23-hmenu a:visited, .sdf23-hmenu a:hover
{
    outline: none;
}

.sdf23-hmenu, .sdf23-hmenu ul
{
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none;
  display: block;
}

.sdf23-hmenu li
{
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  float: left;
  position: relative;
  z-index: 5;
  background: none;
}

.sdf23-hmenu li:hover
{
  z-index: 10000;
  white-space: normal;
}

.sdf23-hmenu li li
{
  float: none;
}

.sdf23-hmenu ul
{
  visibility: hidden;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  background: none;
  min-height: 0;
  background-image: url('../images/spacer.gif');
  padding: 10px 30px 30px 30px;
  margin: -10px 0 0 -30px;
}

.sdf23-hmenu li:hover>ul
{
  visibility: visible;
  top: 100%;
}

.sdf23-hmenu li li:hover>ul
{
  top: 0;
  left: 100%;
}

.sdf23-hmenu:after, .sdf23-hmenu ul:after
{
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}
.sdf23-hmenu{
  min-height: 0;
  position:relative;
  padding: 0 0 0 0;
  float: left;
}

.sdf23-hmenu ul ul
{
  padding: 30px 30px 30px 10px;
  margin: -30px 0 0 -10px;
}

/* menu structure */

.sdf23-nav
{
   position: relative;
  margin:0 auto;
  min-height: 54px;
  z-index: 100;
    margin-top: 0;
    margin-bottom: 0;
}

.sdf23-nav-outer
{
    position:fixed;
    width:1020px;
}

.sdf23-nav-l, .sdf23-nav-r
{
  position: fixed;
  z-index: -1;
  top: 0;
  height: 55px;
  background-image: url('../images/nav.png');
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.sdf23-nav-l
{
  left: 0;
  right: 0;
}

.sdf23-nav-r
{
  right: 0;
  width: 1920px;
  clip: rect(auto, auto, auto, 1920px);
}

.sdf23-hmenu-extra1
{
  position: relative;
  display: block;
  float: left;
  width: auto;
  height: 54px;
  background-position: center;
}

.sdf23-hmenu-extra2
{
  position: relative;
  display: block;
  float: right;
  width: auto;
  height: 54px;
  background-position: center;
}

/* images in menu items */
ul.sdf23-hmenu img.sdf23-menu-image, ul.sdf23-hmenu img.sdf23-menu-image-left
{
  vertical-align: middle;
  margin-right: 5px;
}

ul.sdf23-hmenu img.sdf23-menu-image-right
{
  vertical-align: middle;
  margin-left: 5px;
}
/* end Menu */

/* begin MenuItem */
.sdf23-hmenu a
{
  position: relative;
  display: block;
  overflow: hidden;
  height: 54px;
  cursor: pointer;
  text-align: left;
  text-decoration: none;
}

.sdf23-hmenu ul li
{
    margin:0;
    clear: both;
}

.sdf23-hmenu a .r, .sdf23-hmenu a .l
{
  position: absolute;
  display: block;
  top: 0;
  z-index: -1;
  height: 172px;
  background-image: url('../images/menuitem.png');
}

.sdf23-hmenu a .l
{
  left: 0;
  right: 0;
}

.sdf23-hmenu a .r
{
  width: 400px;
  right: 0;
  clip: rect(auto, auto, auto, 400px);
}

.sdf23-hmenu a .t, .sdf23-hmenu ul a, .sdf23-hmenu a:link, .sdf23-hmenu a:visited, .sdf23-hmenu a:hover
{
  text-align: left;
  text-decoration: none;
}

.sdf23-hmenu a .t
{
  color: #FFFFFF;
  padding: 0 12px;
  margin: 0 0;
  line-height: 54px;
  text-align: center;
}

.sdf23-hmenu a:hover .l, .sdf23-hmenu a:hover .r
{
  top: -59px;
}

.sdf23-hmenu li:hover>a .l, .sdf23-hmenu li:hover>a .r
{
  top: -59px;
}

.sdf23-hmenu li:hover a .l, .sdf23-hmenu li:hover a .r
{
  top: -59px;
}
.sdf23-hmenu a:hover .t
{
  color: #7F5305;
}

.sdf23-hmenu li:hover a .t
{
  color: #7F5305;
}

.sdf23-hmenu li:hover>a .t
{
  color: #7F5305;
}

.sdf23-hmenu a:hover.separator-without-submenu 
{
  cursor: default;
}

.sdf23-hmenu a:hover.separator-without-submenu .t
{
  color: #FFFFFF;
}

.sdf23-hmenu li:hover a.separator-without-submenu .t
{
  color: #FFFFFF;
}

a:hover.separator-without-submenu .r, a:hover.separator-without-submenu .l 
{
  top: 0 !important;
}
/* end MenuItem */

/* begin MenuSeparator */
.sdf23-hmenu .sdf23-hmenu-li-separator
{
  display: block;
  width: 1px;
  height:54px;
}
.sdf23-nav .sdf23-hmenu-separator
{
  display: block;
  margin:0 auto;
  width: 1px;
  height: 54px;
  background-image: url('../images/menuseparator.png');
}
/* end MenuSeparator */

/* begin MenuSubItem */
.sdf23-hmenu ul a
{
  display: block;
  white-space: nowrap;
  height: 20px;
  width: 180px;
  overflow: hidden;
  background-image: url('../images/subitem.png');
  background-position: left top;
  background-repeat: repeat-x;
  border-width: 1px;
  border-style: solid;
  border-color: #FEF2D2;
  text-align: left;
  text-indent: 12px;
  text-decoration: none;
  line-height: 20px;
  color: #761414;
  font-size: 12px;
  margin:0;
  padding:0;
}

.sdf23-nav ul.sdf23-hmenu ul span, .sdf23-nav ul.sdf23-hmenu ul span span
{
  display: inline;
  float: none;
  margin: inherit;
  padding: inherit;
  background-image: none;
  text-align: inherit;
  text-decoration: inherit;
}

.sdf23-hmenu ul a:link, .sdf23-hmenu ul a:visited, .sdf23-hmenu ul a:hover, .sdf23-hmenu ul a:active, .sdf23-nav ul.sdf23-hmenu ul span, .sdf23-nav ul.sdf23-hmenu ul span span
{
  text-align: left;
  text-indent: 12px;
  text-decoration: none;
  line-height: 20px;
  color: #761414;
  font-size: 12px;
  margin:0;
  padding:0;
}

.sdf23-hmenu ul li a:hover
{
  color: #000000;
  border-color: #E15151;
  background-position: 0 -20px;
}

.sdf23-hmenu ul li:hover>a
{
  color: #000000;
  border-color: #E15151;
  background-position: 0 -20px;
}

.sdf23-nav .sdf23-hmenu ul li a:hover span, .sdf23-nav .sdf23-hmenu ul li a:hover span span
{
  color: #000000;
}

.sdf23-nav .sdf23-hmenu ul li:hover>a span, .sdf23-nav .sdf23-hmenu ul li:hover>a span span
{
  color: #000000;
}

/* end MenuSubItem */

/* begin Header */
div.sdf23-header
{
    margin: 0 auto;
  position: relative;
  width:100%;
  height: 250px;
  margin-top: 0;
  margin-bottom: 0;
}

div.sdf23-header-clip
{
  position: absolute;
  width:100%;
  left:0;
  overflow:hidden;
  height:250px;
}

div.sdf23-header-center
{
	position: relative;
	width: 1920px;
	left:50%;
}

div.sdf23-header-jpeg
{
  position: absolute;
  top: 0;
  left:-50%;
  width: 1920px;
  height: 250px;
  background-image: url('../images/header.jpg');
  background-repeat: no-repeat;
  background-position: center center;
}
/* end Header */

/* begin Logo */
div.sdf23-logo
{
  display: block;
  position: absolute;
  top: 99px;
  left: 0;
  margin-left: 12px;
}

h1.sdf23-logo-name
{
  display: block;
  text-align: left;
  font-size: 28px;
  padding: 0;
  margin: 0;
  color: #F5F5F5 !important;
}
h1.sdf23-logo-name a, 
h1.sdf23-logo-name a:link, 
h1.sdf23-logo-name a:visited, 
h1.sdf23-logo-name a:hover
{
  font-size: 28px;
  padding: 0;
  margin: 0;
  color: #F5F5F5 !important;
  background-color: #000000;
  
}

h2.sdf23-logo-text
{
  display: block;
  text-align: left;
  font-size: 14px;
  padding: 0;
  margin: 0;
  color: #EBEAEA !important;
}
h2.sdf23-logo-text a,
h2.sdf23-logo-text a:link,
h2.sdf23-logo-text a:visited,
h2.sdf23-logo-text a:hover
{
  font-size: 14px;
  padding: 0;
  margin: 0;
  color: #EBEAEA !important;
}

/* end Logo */

/* begin Layout */
.sdf23-content-layout
{
  display: table;
  position:relative;
  margin: 0 auto;
  table-layout: fixed;
  border-collapse: collapse;
  background-color: Transparent;
  border: none !important;
  padding:0 !important;
  width:100%;
  margin-top:0;
  margin-bottom:0;
}
.sdf23-layout-cell, .sdf23-content-layout-row
{
  background-color: Transparent;
  vertical-align: top;
  text-align: left;
  border: none;
  margin:0;
  padding:0;
}

.sdf23-content-layout .sdf23-content-layout{margin:0;}
.sdf23-content-layout .sdf23-layout-cell, .sdf23-content-layout .sdf23-layout-cell .sdf23-content-layout .sdf23-layout-cell{display: table-cell;}
.sdf23-layout-cell .sdf23-layout-cell{display: block;}
.sdf23-content-layout-row {display: table-row;}
.sdf23-layout-glare{position:relative;}/* end Layout */

/* begin Box, Block, VMenuBlock */
.sdf23-vmenublock
{
  position: relative;
  min-width: 1px;
  min-height: 1px;
  margin: 10px;
}

.sdf23-vmenublock-body
{
  position: relative;
  padding: 0;
}

/* end Box, Block, VMenuBlock */

/* begin BlockHeader, VMenuBlockHeader */
.sdf23-vmenublockheader
{
  margin-bottom: 0;
  position: relative;
  height: 34px;
}

.sdf23-vmenublockheader h3.t
{
  position: relative;
  height: 34px;
  color: #878787;
  font-size: 14px;
  margin:0;
  padding: 0 10px 0 5px;
  white-space: nowrap;
  line-height: 34px;
}

.sdf23-vmenublockheader h3.t a,
.sdf23-vmenublockheader h3.t a:link,
.sdf23-vmenublockheader h3.t a:visited, 
.sdf23-vmenublockheader h3.t a:hover
{
  color: #878787;
  font-size: 14px;
}

/* end BlockHeader, VMenuBlockHeader */

/* begin Box, Box, VMenuBlockContent */
.sdf23-vmenublockcontent
{
  position: relative;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.sdf23-vmenublockcontent-body
{
  position: relative;
  padding: 0;
}

/* end Box, Box, VMenuBlockContent */

/* begin VMenu */
ul.sdf23-vmenu, ul.sdf23-vmenu li
{
  list-style: none;
  margin: 0;
  padding: 0;
  width: auto;
  line-height: 0;
}

ul.sdf23-vmenu
{
  margin-top: 0; 
  margin-bottom: 0;
}

/* collapsible separators */
.sdf23-vmenu .collapsed
{
  display: none;
}

/* images in menu items */
ul.sdf23-vmenu img.sdf23-menu-image, ul.sdf23-vmenu img.sdf23-menu-image-left
{
  vertical-align: middle;
  margin-right: 5px;
}

ul.sdf23-vmenu img.sdf23-menu-image-right
{
  vertical-align: middle;
  margin-left: 5px;
}
/* end VMenu */

/* begin VMenuItem */
ul.sdf23-vmenu a
{
  position: relative;
  display: block;
  overflow: hidden;
  height: 30px;
  cursor: pointer;
  text-decoration: none;
}

ul.sdf23-vmenu li.sdf23-vmenu-separator
{
  display: block;
  padding: 1px 0 1px 0;
  margin: 0;
  font-size: 1px;
}

ul.sdf23-vmenu .sdf23-vmenu-separator-span
{
  display: block;
  padding: 0;
  font-size: 1px;
  height: 0;
  line-height: 0;
  border: none;
}

ul.sdf23-vmenu a .r, ul.sdf23-vmenu a .l
{
  position: absolute;
  display: block;
  top: 0;
  height: 100px;
  background-image: url('../images/vmenuitem.png');
}

ul.sdf23-vmenu a .l
{
  left: 0;
  right: 1px;
}

ul.sdf23-vmenu a .r
{
  width: 1002px;
  right: 0;
  clip: rect(auto, auto, auto, 1001px);
}

ul.sdf23-vmenu a .t, ul.sdf23-vmenu ul a
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
}

ul.sdf23-vmenu a .t
{
  display: block;
  position:relative;
  top:0;
  line-height: 30px;
  color: #949494;
  padding: 0 11px 0 11px;
  margin-left:0;
  margin-right:0;
}

ul.sdf23-vmenu a.active .l, ul.sdf23-vmenu a.active .r
{
  top: -70px;
}

ul.sdf23-vmenu a.active .t
{
  color: #FFFFFF;
}

ul.sdf23-vmenu a:hover .l, ul.sdf23-vmenu a:hover .r
{
  top: -35px;
}

ul.sdf23-vmenu a:hover .t
{
  color: #FFFFFF;
}

/* end VMenuItem */

/* begin VMenuSubItem */
ul.sdf23-vmenu ul, ul.sdf23-vmenu ul li
{
  margin: 0;
  padding: 0;
}

ul.sdf23-vmenu ul a
{
  display: block;
  white-space: nowrap;
  height: 28px;
  overflow: visible;
  background-image: url('../images/vsubitem.gif');
  background-position: 25px 0;
  background-repeat: repeat-x;
  padding: 0 0 0 41px;
  line-height: 28px;
  color: #403F3F;
  font-size: 11px;
  margin-left: 0;
}

ul.sdf23-vmenu ul li
{
  padding: 0;
}

ul.sdf23-vmenu ul ul li
{
  padding:0;
}

ul.sdf23-vmenu ul span, ul.sdf23-vmenu ul span span
{
  display: inline;
  float: none;
  margin: inherit;
  padding: inherit;
  background-image: none;
  text-align: inherit;
  text-decoration: inherit;
}

ul.sdf23-vmenu ul a:link, ul.sdf23-vmenu ul a:visited, ul.sdf23-vmenu ul a:hover, ul.sdf23-vmenu ul a:active, ul.sdf23-vmenu ul span, ul.sdf23-vmenu ul span span
{
  line-height: 28px;
  color: #403F3F;
  font-size: 11px;
  margin-left: 0;
}

ul.sdf23-vmenu ul
{
    margin:0 0 0 0;
}

ul.sdf23-vmenu ul ul
{
  margin:0 0 0 0;
}

ul.sdf23-vmenu ul li.sdf23-vsubmenu-separator
{ 
  display: block;
  margin: 0;
  font-size: 1px;
  padding: 0 0 0 0;
 }

ul.sdf23-vmenu ul .sdf23-vsubmenu-separator-span
{
  display: block;
  padding: 0;
  font-size: 1px;
  height: 0;
  line-height: 0;
  margin: 0;
  border: none;
}

ul.sdf23-vmenu ul li.sdf23-vmenu-separator-first
{
    margin-bottom:1px;
    padding-bottom:0;
}

ul.sdf23-vmenu ul li li a
{
  background-position: 50px 0;
  padding: 0 0 0 66px;
}

ul.sdf23-vmenu ul li li li a
{
  background-position: 75px 0;
  padding: 0 0 0 91px;
}

ul.sdf23-vmenu ul li li li li a
{
  background-position: 100px 0;
  padding: 0 0 0 116px;
}

ul.sdf23-vmenu ul li li li li li a
{
  background-position: 125px 0;
  padding: 0 0 0 141px;
}

ul.sdf23-vmenu ul li a.active
{
  color: #1C1C1C;
  background-position: 25px -66px;
}

ul.sdf23-vmenu ul li li a.active
{
  background-position: 50px -66px;
}

ul.sdf23-vmenu ul li li li a.active
{
  background-position: 75px -66px;
}

ul.sdf23-vmenu ul li li li li a.active
{
  background-position: 100px -66px;
}

ul.sdf23-vmenu ul li li li li li a.active
{
  background-position: 125px -66px;
}

ul.sdf23-vmenu ul li a:hover, ul.sdf23-vmenu ul li a:hover.active
{
  color: #242424;
  background-position: 25px -33px;
}

ul.sdf23-vmenu ul li li a:hover, ul.sdf23-vmenu ul li li a:hover.active
{
  background-position: 50px -33px;
}

ul.sdf23-vmenu ul li li li a:hover, ul.sdf23-vmenu ul li li li a:hover.active
{
  background-position: 75px -33px;
}

ul.sdf23-vmenu ul li li li li a:hover, ul.sdf23-vmenu ul li li li li a:hover.active
{
  background-position: 100px -33px;
}

ul.sdf23-vmenu ul li li li li li a:hover, ul.sdf23-vmenu ul li li li li li a:hover.active
{
  background-position: 125px -33px;
}
/* end VMenuSubItem */

/* begin Box, Block */
.sdf23-block
{
  position: relative;
  min-width: 1px;
  min-height: 1px;
  margin: 10px;
}

.sdf23-block-body
{
  position: relative;
  padding: 0;
}

div.sdf23-block img
{
/* WARNING do NOT collapse this to 'border' - inheritance! */
    border-color: #C7C7C7;
  border-style: solid;
  margin: 0;
}

/* end Box, Block */

/* begin BlockHeader */
.sdf23-blockheader
{
  margin-bottom: 0;
  position: relative;
  height: 26px;
}

.sdf23-blockheader h3.t
{
  position: relative;
  height: 26px;
  color: #878787;
  font-size: 14px;
  margin:0;
  padding: 0 10px 0 5px;
  white-space: nowrap;
  line-height: 26px;
}

.sdf23-blockheader h3.t a,
.sdf23-blockheader h3.t a:link,
.sdf23-blockheader h3.t a:visited, 
.sdf23-blockheader h3.t a:hover
{
  color: #878787;
  font-size: 14px;
}

/* end BlockHeader */

/* begin Box, BlockContent */
.sdf23-blockcontent
{
  position: relative;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.sdf23-blockcontent-body
{
  position: relative;
  padding: 5px;
  color: #404040;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 13px;
}

.sdf23-blockcontent-body table,
.sdf23-blockcontent-body li, 
.sdf23-blockcontent-body a,
.sdf23-blockcontent-body a:link,
.sdf23-blockcontent-body a:visited,
.sdf23-blockcontent-body a:hover
{
  color: #404040;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 13px;
}

.sdf23-blockcontent-body p
{
  margin: 6px 0;
}

.sdf23-blockcontent-body a, .sdf23-blockcontent-body a:link
{
  color: #5A5858;
  text-decoration: underline;
}

.sdf23-blockcontent-body a:visited, .sdf23-blockcontent-body a.visited
{
  color: #949494; 
  text-decoration: none;
}

.sdf23-blockcontent-body a:hover, .sdf23-blockcontent-body a.hover
{
  color: #767474;
  text-decoration: none;
}

.sdf23-blockcontent-body ul li
{
  line-height: 125%;    
  color: #545454;
  padding: 0 0 0 12px;
  background-image: url('../images/blockcontentbullets.png');
  background-repeat: no-repeat;
}/* end Box, BlockContent */

/* begin Button */
.sdf23-button-wrapper a.sdf23-button,
.sdf23-button-wrapper a.sdf23-button:link,
.sdf23-button-wrapper input.sdf23-button,
.sdf23-button-wrapper button.sdf23-button
{
  text-decoration: none;
  font-family: Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  position:relative;
  top:0;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  color: #FFFFFF !important;
  width: auto;
  outline: none;
  border: none;
  background: none;
  line-height: 34px;
  height: 34px;
  margin: 0 !important;
  padding: 0 21px !important;
  overflow: visible;
  cursor: pointer;
}

.sdf23-button img, .sdf23-button-wrapper img
{
  margin: 0;
  vertical-align: middle;
}

.sdf23-button-wrapper
{
  vertical-align: middle;
  display: inline-block;
  position: relative;
  height: 34px;
  overflow: hidden;
  white-space: nowrap;
  width: auto;
  margin: 0;
  padding: 0;
  z-index: 0;
}

.firefox2 .sdf23-button-wrapper
{
  display: block;
  float: left;
}

input, select, textarea
{
  vertical-align: middle;
  font-family: Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
}

.sdf23-block select 
{
    width:96%;
}

.sdf23-button-wrapper.hover .sdf23-button, .sdf23-button-wrapper.hover a.sdf23-button:link, .sdf23-button:hover
{
  color: #7F5305 !important;
  text-decoration: none !important;
}

.sdf23-button-wrapper.active .sdf23-button, .sdf23-button-wrapper.active a.sdf23-button:link
{
  color: #FCFCFC !important;
}

.sdf23-button-wrapper .sdf23-button-l, .sdf23-button-wrapper .sdf23-button-r
{
  display: block;
  position: absolute;
  height: 112px;
  margin: 0;
  padding: 0;
  background-image: url('../images/button.png');
}

.sdf23-button-wrapper .sdf23-button-l
{
  left: 0;
  right: 11px;
}

.sdf23-button-wrapper .sdf23-button-r
{
  width: 411px;
  right: 0;
  clip: rect(auto, auto, auto, 400px);
}

.sdf23-button-wrapper.hover .sdf23-button-l, .sdf23-button-wrapper.hover .sdf23-button-r
{
  top: -39px;
}

.sdf23-button-wrapper.active .sdf23-button-l, .sdf23-button-wrapper.active .sdf23-button-r
{
  top: -78px;
}

.sdf23-button-wrapper input
{
  float: none !important;
}
/* end Button */

/* begin Box, Post */
.sdf23-post
{
  position: relative;
  min-width: 1px;
  min-height: 1px;
  margin: 0;
}

.sdf23-post-body
{
  position: relative;
  padding: 10px;
}

a img
{
  border: 0;
}

.sdf23-article img, img.sdf23-article, .sdf23-block img, .sdf23-footer img
{
  border: solid 0 #C7C7C7;
  margin: 7px;
}

.sdf23-metadata-icons img
{
  border: none;
  vertical-align: middle;
  margin: 2px;
}

.sdf23-article table, table.sdf23-article
{
  border-collapse: collapse;
  margin: 1px;
}

.sdf23-article th, .sdf23-article td
{
  padding: 2px;
  border: solid 0 #A6A6A6;
  vertical-align: top;
  text-align: left;
}

.sdf23-article th
{
  text-align: center;
  vertical-align: middle;
  padding: 7px;
}

pre
{
  overflow: auto;
  padding: 0.1em;
}

/* end Box, Post */

/* begin PostHeaderIcon */
h2.sdf23-postheader
{
  color: #403F3F;
  margin: 5px 0;
  font-size: 24px;
}

h2.sdf23-postheader a, 
h2.sdf23-postheader a:link, 
h2.sdf23-postheader a:visited,
h2.sdf23-postheader a.visited,
h2.sdf23-postheader a:hover,
h2.sdf23-postheader a.hovered
{
  font-size: 24px;
}

h2.sdf23-postheader a, h2.sdf23-postheader a:link
{
  text-align: left;
  text-decoration: none;
  color: #4D4C4C;
}

h2.sdf23-postheader a:visited, h2.sdf23-postheader a.visited
{
  color: #808080;
}

h2.sdf23-postheader a:hover,  h2.sdf23-postheader a.hovered
{
  color: #767474;
}

/* end PostHeaderIcon */

/* begin PostIcons, PostHeaderIcons */
.sdf23-postheadericons,
.sdf23-postheadericons a,
.sdf23-postheadericons a:link,
.sdf23-postheadericons a:visited,
.sdf23-postheadericons a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  color: #545454;
}

.sdf23-postheadericons
{
  padding: 1px;
}

.sdf23-postheadericons a, .sdf23-postheadericons a:link
{
  text-decoration: none;
  color: #5A5858;
}

.sdf23-postheadericons a:visited, .sdf23-postheadericons a.visited
{
  font-style: italic;
  font-weight: normal;
  color: #5A5858;
}

.sdf23-postheadericons a:hover, .sdf23-postheadericons a.hover
{
  font-style: italic;
  font-weight: normal;
  text-decoration: underline;
  color: #767474;
}
/* end PostIcons, PostHeaderIcons */

/* begin PostBullets */
.sdf23-post ol, .sdf23-post ul
{
  margin: 1em 0 1em 2em;
  padding: 0;
}

.sdf23-post li
{
  font-size: 13px;
  color: #404040;
  padding: 0 0 0 16px;
}

.sdf23-post li ol, .sdf23-post li ul
{
  margin: 0.5em 0 0.5em 2em;
  padding: 0;
}

.sdf23-post ol>li
{
  background: none;
  padding-left: 0;
  /* overrides overflow for "ul li" and sets the default value */
  overflow: visible;
}

.sdf23-post ul>li
{
  background-image: url('../images/postbullets.png');
  background-repeat: no-repeat;
  padding-left: 16px;
  /* makes "ul li" not to align behind the image if they are in the same line */
  overflow-x: visible;
  overflow-y: hidden;
}

/* end PostBullets */

/* begin PostQuote */
.sdf23-postcontent blockquote,
.sdf23-postcontent blockquote a,
.sdf23-postcontent blockquote a:link,
.sdf23-postcontent blockquote a:visited,
.sdf23-postcontent blockquote a:hover
{
  color: #1A0404;
  font-style: italic;
  font-weight: normal;
  text-align: left;
}

.sdf23-postcontent blockquote p
{
   margin: 2px 0 2px 15px;
}

.sdf23-postcontent blockquote
{
   border: solid 0 #EA8181;
  margin: 10px 10px 10px 50px;
  padding: 0 0 0 33px;
  background-color: #F4BEBE;
  background-image: url('../images/postquote.png');
  background-position: left top;
  background-repeat: no-repeat;
  /* makes blockquote not to align behind the image if they are in the same line */
  overflow: auto;
  clear:both;
}

/* end PostQuote */

/* begin PostIcons, PostFooterIcons */
.sdf23-postfootericons,
.sdf23-postfootericons a,
.sdf23-postfootericons a:link,
.sdf23-postfootericons a:visited,
.sdf23-postfootericons a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  color: #545454;
}

.sdf23-postfootericons
{
  padding: 1px;
}

.sdf23-postfootericons a, .sdf23-postfootericons a:link
{
  text-decoration: none;
  color: #5A5858;
}

.sdf23-postfootericons a:visited, .sdf23-postfootericons a.visited
{
  color: #5A5858;
}

.sdf23-postfootericons a:hover, .sdf23-postfootericons a.hover
{
  color: #767474;
}
/* end PostIcons, PostFooterIcons */

/* begin Footer */
.sdf23-footer
{
  position: relative;
  margin-top:0;
  margin-bottom:0;
  width: 100%;
}

.sdf23-footer-t
{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
}

.sdf23-footer-body
{
    position:relative;
    padding: 5px;
     background-color: #F3F3F3;
}

.sdf23-footer-body .sdf23-rss-tag-icon
{
  position: absolute;
  left:   -6px;
  bottom:0;
  z-index:1;
 
}

.sdf23-rss-tag-icon
{
  display: block;
  background-image: url('../images/livemarks.png');
  background-position: center right;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  cursor: default;
}

.sdf23-footer-text p
{
  padding:0;
  margin:0;
  text-align: center;
}

.sdf23-footer-text,
.sdf23-footer-text a,
.sdf23-footer-text a:link,
.sdf23-footer-text a:visited,
.sdf23-footer-text a:hover,
.sdf23-footer-text td, 
.sdf23-footer-text th,
.sdf23-footer-text caption
{
    color: #292929;
    font-size: 11px;
}

.sdf23-footer-text
{
  min-height: 32px;
  padding-left: 42px;
  padding-right: 42px;
  position: relative;
  float: left;
  left: 50%;
  text-align: center;
  min-width: 1000px;
}

.sdf23-footer-text a,
.sdf23-footer-text a:link
{
  color: #5A5858;
  text-decoration: none;
}

.sdf23-footer-text a:visited
{
  color: #595959;
}

.sdf23-footer-text a:hover
{
  color: #959393;
  text-decoration: underline;
}

.sdf23-footer-center
{
  position: relative;
  float: right;
  right: 50%;
}

div.sdf23-footer img
{
/* WARNING do NOT collapse this to 'border' - inheritance! */
    border-color: #C7C7C7;
  border-style: solid;
  margin: 0;
}/* end Footer */

/* begin PageFooter */
.sdf23-page-footer, 
.sdf23-page-footer a,
.sdf23-page-footer a:link,
.sdf23-page-footer a:visited,
.sdf23-page-footer a:hover
{
  font-family: Arial;
  font-size: 10px;
  letter-spacing: normal;
  word-spacing: normal;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
  color: #767474;
}

.sdf23-page-footer
{
  padding: 1em;
  text-align: center;
  text-decoration: none;
  color: #595959;
}
/* end PageFooter */

/* begin LayoutCell, sidebar1 */

.sdf23-content-layout .sdf23-sidebar1
{
  width: 20%;
}

/* end LayoutCell, sidebar1 */

/* begin LayoutCell, content */

/* end LayoutCell, content */

/* begin LayoutCell, sidebar2 */

.sdf23-content-layout .sdf23-sidebar2
{
  width: 25%;
}

/* end LayoutCell, sidebar2 */

table.moduletable th
{
  padding: .5em 0;
  margin: 0;
  font-weight: bold;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 1.5em;
  padding-left: 0;
  margin-bottom: 10px;
  text-align: left;
}

.firefox2 table.poll tr td div
{
  font-size: 0;
}

#footer
{
  text-align: center;
}

.contentpaneopen span.small,
.contentpaneopen td.createdate,
.contentpaneopen td.modifydate
{
  font-size: 75%;
  padding-bottom: 1em;
}

.column_separator
{
  padding-left: 10px;
}

div.offline
{
  background: #fffebb;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.2em;
  padding: 5px;
}

/* headers */
legend
{
  font-weight: bold;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 1.5em;
  padding-left: 0;
  margin-bottom: 10px;
  text-align: left;
  margin: 0;
  padding: 0 10px;
}

/* form validation */
.invalid
{
  border-color: #ff0000;
}

label.invalid
{
  color: #ff0000;
}

/** overlib **/

.ol-foreground
{
  background-color: #f6f6f6;
}

.ol-background
{
  background-color: #666;
}

.ol-textfont
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

.ol-captionfont
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #f6f6f6;
  font-weight: bold;
}

.ol-captionfont a
{
  color: #0B55C4;
  text-decoration: none;
  font-size: 12px;
}

/* spacers */
span.article_separator
{
  display: none;
}

td.buttonheading img
{
  border: none;
}

.clr
{
  clear: both;
}

div#maindivider
{
  border-top: 1px solid #ddd;
  margin-bottom: 10px;
  overflow: hidden;
  height: 1px;
}

table.blog span.article_separator
{
  display: none;
}

/* edit button */
.contentpaneopen_edit
{
  float: left;
}

/* table of contents */
table.contenttoc
{
  margin: 5px;
  border: 1px solid #ccc;
  padding: 5px;
  float: right;
}

table.contenttoc td
{
  padding: 0 5px;
}

/* content tables */
td.sectiontableheader
{
  background: #efefef;
  color: #333;
  font-weight: bold;
  padding: 4px;
  border-right: 1px solid #fff;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td
{
  padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2
{
  padding: 3px;
}

/* content styles */
table.contentpaneopen,
table.contentpane
{
  margin: 0;
  padding: 0;
  width: auto;
}

table.contentpaneopen li
{
  margin-bottom: 5px;
}

table.contentpaneopen fieldset
{
  border: 0;
  border-top: 1px solid #ddd;
}

table.contentpaneopen h3
{
  margin-top: 25px;
}

table.contentpaneopen h4
{
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
}

.highlight
{
  background-color: #fffebb;
}

/* module control elements */
table.user1user2 div.moduletable
{
  margin-bottom: 0;
}

div.moduletable,
div.module
{
  margin-bottom: 25px;
}

div.module_menu h3
{
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #eee;
  margin: -23px -4px 5px -5px;
  padding-left: 10px;
  padding-bottom: 2px;
}

div.module_menu
{
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}

div.module_menu div div div
{
  padding: 10px;
  padding-top: 30px;
  padding-bottom: 15px;
  width: auto;
}

div.module_menu div div div div
{
  background: none;
  padding: 0;
}

div.module_menu ul
{
  margin: 10px 0;
  padding-left: 20px;
}

div.module_menu ul li a:link,
div.module_menu ul li a:visited
{
  font-weight: bold;
}

#leftcolumn div.module
{
  padding: 0 10px;
}

#leftcolumn div.module table
{
  width: auto;
}

/* forms */
table.adminform textarea
{
  width: 540px;
  height: 400px;
  font-size: 1em;
  color: #000099;
}

div.search input
{
  width: 95%;
  border: 1px solid #ccc;
  margin: 5px 0 5px 0;
}

.sdf23-nav div.search input 
{
    width: auto;
}

/* login component */

form#com-form-login
{
  text-align: left;
}

form#com-form-login fieldset
{
  border: 0 none;
  margin: 0;
  padding: 0.2em;
}

form#com-form-login ul
{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

form#com-form-login ul li
{
  background-image: none;
  padding: 0;
}

/* thumbnails */
div.mosimage
{
  margin: 5px;
}

div.mosimage_caption {
  font-size: .90em;
  color: #666;
}

div.caption
{
  padding: 0 10px 0 10px;
}

div.caption img
{
  border: 1px solid #CCC;
}

div.caption p
{
  font-size: .90em;
  color: #666;
  text-align: center;
}

/* Parameter Table */
table.paramlist
{
  margin-top: 5px;
}

table.paramlist td.paramlist_key
{
  width: 128px;
  text-align: left;
  height: 30px;
}

div.message
{
  font-weight: bold;
  font-size: 14px;
  color: #c30;
  text-align: center;
  width: auto;
  background-color: #f9f9f9;
  border: solid 1px #d5d5d5;
  margin: 3px 0 10px;
  padding: 3px 20px;
}

/* Banners module */

/* Default skyscraper style */
.banneritem img
{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Text advert style */

.banneritem_text
{
  padding: 4px;
  font-size: 11px;
}

.bannerfooter_text
{
  padding: 4px;
  font-size: 11px;
  background-color: #f7f7f7;
  text-align: right;
}

/* Polls */
.pollstableborder
{
  margin-top: 8px;
}

.pollstableborder td
{
  text-align: left;
  vertical-align: middle;
}

/* WebLinks */
span.description
{
  display: block;
  padding-left: 30px;
}

/* Frontend Editing*/
fieldset
{
  border: 1px solid #ccc;
  margin-top: 15px;
  padding: 15px;
}

td.key
{
  border-bottom: 1px solid #eee;
  color: #666;
}

/* Tooltips */

.tool-tip
{
  float: left;
  background: #ffc;
  border: 1px solid #d4d5aa;
  padding: 5px;
  max-width: 200px;
}

.tool-title
{
  padding: 0;
  margin: 0;
  font-size: 100%;
  font-weight: bold;
  margin-top: -15px;
  padding-top: 15px;
  padding-bottom: 5px;
  background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text
{
  font-size: 100%;
  margin: 0;
}

#syndicate
{
  float: left;
  padding-left: 25px;
}

/* Component Specific Fixes */

#component-contact table td
{
  padding: 2px 0;
}

.breadcrumbs img
{
  margin: 0;
  padding: 0;
  border: 0;
}

.mceToolbarTop {
  white-space: normal;
}

.mceEditor
{
  background: none;
}

#archive-list
{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#archive-list li
{
  list-style-type: none;
  background-image: none;
  margin-left: 0;
  padding-left: 0;
}

#navigation,
#navigation p
{
  text-align: center;
}

.article h3 img
{
  border: none;
  display: inline;
  margin: 0;
  padding: 0;
}

.sdf23-footer-text .moduletable
{
  border: none;
  margin: 0;
  padding: 0;
}

.img_caption.left
{
  float: left;
  margin-right: 1em;
}

.img_caption.right
{
  float: right;
  margin-left: 1em;
}

.img_caption.left p
{
  clear: left;
  text-align: center;
}

.img_caption.right p
{
  clear: right;
  text-align: center;
}

.img_caption img
{
  margin: 0;
}

.contentheading
{
font-size: 19px;
  color: #595959;
}

#system-message ul li {
  background-image: none;
  padding-left: 0;
}

/* category items */

.sdf23-j16 .category ul.actions,
.sdf23-j16 .category ul.actions li,
.sdf23-j16 .category ul.actions li img
{
  display: inline;
  margin: 0;
  padding: 0;
}

.sdf23-j16 .category ul.actions li
{
  background: none;
}

/* pagination */

.sdf23-j15 .pagination
{
  margin: 0;
  padding: 0;
  text-align: center;
}

.sdf23-j15 .pagination span
{
  margin: 0;
  padding: 0;
}

.sdf23-j15 .pagination a
{
  padding: 2px;
}

/* article navigation */

.sdf23-j15 .pagenav
{
  width: 100%;
}

.sdf23-j15 .pagenav td,
.sdf23-j15 .pagenav th
{
  border: none;
  font-weight: normal;
}

/* categories list container */

.sdf23-j16 .category-desc .image-left
{
  float: left;
  margin: 0 5px 5px 0;
}

.sdf23-j16 .category-desc .image-right
{
  float: left;
  margin: 0 0 5px 5px;
}

 /* categories list items */

.sdf23-j16 .categories-list ul
{
  list-style-type: none;
  margin: 0 0 0 20px;
  padding: 0;
}

.sdf23-j16 .categories-list ul li
{
  background-image: none;
  padding: 5px;
  clear: both;
}

.sdf23-j16 .categories-list ul ul
{
  margin-left: 10px;
}

.sdf23-j16 dl.newsfeed-count dl,
.sdf23-j16 dl.weblink-count dl,
.sdf23-j16 dl.article-count dl
{
  clear: both;
}

.sdf23-j16 dl.newsfeed-count dt,
.sdf23-j16 dl.newsfeed-count dd,
.sdf23-j16 dl.weblink-count dt,
.sdf23-j16 dl.weblink-count dd,
.sdf23-j16 dl.article-count dt,
.sdf23-j16 dl.article-count dd
{
  display: inline;
}

.sdf23-j16 dl.newsfeed-count dd,
.sdf23-j16 dl.weblink-count dd,
.sdf23-j16 dl.article-count dd
{
  padding: 0;
  margin: 0;
}

/* category subcategories */

.sdf23-j16 .cat-children ul
{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.sdf23-j16 .cat-children ul li
{
  background-image: none;
  padding: 5px;
  clear: both;
}

/* contact */

.sdf23-j16 .contact-email div
{
  padding: 3px 0;
}

.sdf23-j16 .contact-email label
{
  width: 15em;
  float: left;
}

/* articles archive items */

.sdf23-j16 #archive-items
{
  list-style-type: none;
  margin: 10px 0;
  padding: 0;
}

.sdf23-j16 #archive-items li
{
  list-style-type: none;
  background-image: none;
  margin: 10px 0;
  padding: 0;
}

/* article */
.sdf23-j16 .pagenav
{
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

.sdf23-j16 .pagenav li
{
  display: inline-block;
  padding: 0 5px;
  text-align: center;
  background-image: none;
}

/* blog layout */

.sdf23-j16 .cols-2 .column-1,
.sdf23-j16 .cols-2 .column-2,
.sdf23-j16 .cols-3 .column-1,
.sdf23-j16 .cols-3 .column-2,
.sdf23-j16 .cols-3 .column-3
{
  float: left;
  clear: right;
}

.sdf23-j16 .cols-2 .column-1 { width: 50%; }
.sdf23-j16 .cols-2 .column-2 { width: 50%; }
.sdf23-j16 .cols-3 .column-1 { width: 33%; }
.sdf23-j16 .cols-3 .column-2 { width: 33%; }
.sdf23-j16 .cols-3 .column-3 { width: 34%; }

.sdf23-j16 .row-separator
{
  clear: both;
  float: none;
  font-size: 1px;
  display: block;
}

/* article info */

.sdf23-j16 .article-info
{
  margin: 10px 0;
}

.sdf23-j16 .article-info .article-info-term
{
  display: none;
}

.sdf23-j16 .article-info dd
{
  background-image: none;
  margin: 0;
  padding: 0;
  line-height: 120%;
}

/* login */

.sdf23-j16 .login .login-description img
{
  float: left;
  margin: 0 5px 5px 0;
}

.sdf23-j16 .login fieldset
{
  clear: both;
  border:  0;
}

.sdf23-j16 .login .login-fields label
{
  float: left;
  width: 15em;
  display: block;
}

/* search form */

.sdf23-j16 #searchForm .phrases-box label
{
  display: block;
  line-height: 1.6em;
  margin-left: 2em;
}

.sdf23-j16 #searchForm .phrases-box input
{
  display: block;
  float: left;
  width: auto;
  border: none;
  line-height: 1.6em;
  margin: 0;
}

.sdf23-j16 #searchForm .only label
{
  display: block;
  line-height: 1.6em;
  margin-left: 2em;
}

.sdf23-j16 #searchForm .only input
{
  display: block;
  float: left;
  width: auto;
  border: none;
  line-height: 1.6em;
  margin: 0;
}

.sdf23-j16 #searchForm .form-limit
{
  margin-top: .5em;
}

/* pagination */

.sdf23-j16 .pagination
{
  margin: 0;
  padding: 0;
  text-align: center;
}

.sdf23-j16 .pagination .counter
{
  text-align: center;
}

.sdf23-j16 .pagination ul
{
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.sdf23-j16 .pagination li
{
  display: inline;
  padding: 2px 5px;
  text-align: left;
  margin: 0 2px;
  background-image: none;
}

.sdf23-j16 .pagination li.pagination-start,
.sdf23-j16 .pagination li.pagination-start span,
.sdf23-j16 .pagination li.pagination-end,
.sdf23-j16 .pagination li.pagination-end span
{
  padding: 0;
}

/* system messages */

.sdf23-j16 #system-message
{
  margin-bottom: 20px;
}

.sdf23-j16 #system-message dd.message ul
{
  background: #c3d2e5 url(../../system/images/notice-info.png) 4px center no-repeat;
  border-top: 3px solid #de7a7b;
  border-bottom: 3px solid #de7a7b;
  margin: 0;
  padding-left: 40px;
  text-indent: 0;
}

.sdf23-j16 #system-message dd.error ul
{
  color: #c00;
  background: #e6c0c0 url(../../system/images/notice-alert.png) 4px center no-repeat;
  border-top: 3px solid #de7a7b;
  border-bottom: 3px solid #de7a7b;
  margin: 0;
  padding-left: 40px;
  text-indent: 0;
}

.sdf23-j16 #system-message dd.notice ul
{
  color: #c00;
  background: #efe7b8 url(../../system/images/notice-note.png) 4px center no-repeat;
  border-top: 3px solid #f0dc7e;
  border-bottom: 3px solid #f0dc7e;
  margin: 0;
  padding-left: 40px;
  text-indent: 0;
}

.sdf23-j16 #system-message ul li
{
  background-image: none;
  padding-left: 0;
}

/* icon tooltip */

.sdf23-j16 .tip
{
  border: solid 1px #333;
  background: #ffffcc;
  padding: 3px;
  text-align: left;
}

.sdf23-j16 .tip-title
{
  font-weight: bold;
}

/* login module */

.sdf23-j15 #form-login fieldset.input,
.sdf23-j16 #login-form fieldset
{
  border: none;
  margin: 0;
  padding: 0;
}

.sdf23-j15 #form-login br
{
  display: none;
}

.sdf23-j15 #form-login p,
.sdf23-j16 #login-form p
{
   margin: 0.5em 0 0 0;
}

.sdf23-j15 #form-login #form-login-username label,
.sdf23-j15 #form-login #form-login-password label,
.sdf23-j16 #login-form #form-login-username label,
.sdf23-j16 #login-form #form-login-password label
{
  display: block;
}

.sdf23-j15 #form-login #form-login-remember input,
.sdf23-j16 #login-form #form-login-remember input
{
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  position: relative;
  top: -1px;
}

.sdf23-j15 #form-login #modlgn_username,
.sdf23-j15 #form-login #modlgn_passwd,
.sdf23-j16 #login-form #modlgn-username,
.sdf23-j16 #login-form #modlgn-passwd
{
  width: 95%;
  margin: 0;
  padding: 0;
}

.sdf23-j15 #form-login ul,
.sdf23-j16 #login-form ul
{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.sdf23-j15 #form-login ul li,
.sdf23-j16 #login-form ul li
{
  background-image: none;
  padding: 0;
}

/* Plugin compatilibity. */

/* 152316, DOCman */

.dm_taskbar ul
{
  background-image: none;
  margin: 0;
  padding: 0;
}

.dm_taskbar ul li
{
  background-image: none;
}

/* Custom styles */

#vmCartModule.vmCartModule {
    position: absolute;
    float: left;
    border-width: 0px 4px 4px;
    border-style: solid;
    border-color:  white white;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    color: white;
    background-color: #8BB2A7;
    border-radius: 0px 0px 15px 15px;
    z-index: 10000;
    text-decoration: none;
    padding: 10px 10px 5px 5px;
    margin-top: -2px;
    min-height: 55px;
    max-width: 125px;
    text-align: center;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    left: 700px;
    z-index: 100000;
}

.baner {
width: 100%;
height: 50px;
margin-top: 10px;	
	}
	
.banerl {
width: 290px;
float: left;
min-height: 100%;
border-style: solid;
border-color: #F3F3F3;
margin-left: -5px;
border-width: 2px;
border-radius: 5px;
color: #34981C;
font-size: 16px;
font-weight: bold;	
/*text-align: right;*/

	}
	
.banerr {
width: 150px;
float: right;
min-height: 100%;
border-style: solid;
border-color: #F3F3F3;
margin-left: -5px;
border-width: 2px;
border-radius: 5px;
color: #34981C;
font-size: 12px;
font-weight: bold;
text-align: left;
/*text-indent: 1.5em*/
	}		
.banerr p {

	}		

.price1 
{
	background-color: #FAFEC1;
border-radius: 5px;
	}
.price11 
{
font-size: 19px;
font-weight: bold;
width: 52%;
float: left;
font-style: italic;
text-align: left;
margin: 18px 0px -8px 10px;
	}	

.price2 
{
	background-color: #EFEFEF;
border-radius: 5px;
	}
.price22 
{
font-size: 16px;
font-weight: bold;
width: 52%;
float: left;
font-style: italic;
text-align: left;
margin: 18px 0px -8px 10px;
	}		
	
.product-box {
height:100%; 	
	}
.poshtychno:hover {
background:url('../images/button_P_2.png') no-repeat	
}	
.poshtychno {
background:url('../images/button_P_1.png') no-repeat;
/* background-size:150px;*/
width: 197px;
/*onmouseover="this.style.backgroundImage='url(/templates/kolpak/images/button_P_2.png)no-repeat'" onmouseout="this.style.backgroundImage='url(/templates/kolpak/images/button_P_1.png)no-repeat'"*/
float: right;
height: 58px;
}	
.blok2{
height: 60px;
margin-top: 10px;	
	}
/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */
		
	.reveal-modal-bg { 
		position: fixed; 
		height: 100%;
		width: 100%;
		background: #000;
		background: rgba(0,0,0,.8);
		z-index: 100;
		display: none;
		top: 0;
		left: 0; 
		}
	
	.reveal-modal {
		visibility: hidden;
		top: 100px; 
		left: 50%;
		margin-left: -300px;
		width: 520px;
		background: #eee url(../images/modal-gloss.png) no-repeat -200px -80px;
		position: absolute;
		z-index: 101;
		padding: 30px 40px 34px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-box-shadow: 0 0 10px rgba(0,0,0,.4);
		}
		
	.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
	.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
	.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
	.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}
	
	.reveal-modal .close-reveal-modal {
		font-size: 22px;
		line-height: .5;
		position: absolute;
		top: 8px;
		right: 11px;
		color: #aaa;
		text-shadow: 0 -1px 1px rbga(0,0,0,.6);
		font-weight: bold;
		cursor: pointer;
		} 
	/*
		
	NOTES
	
	Close button entity is &#215;
	
	Example markup
	
	<div id="myModal" class="reveal-modal">
		<h2>Awesome. I have it.</h2>
		<p class="lead">Your couch.  I it's mine.</p>
		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. In ultrices aliquet placerat. Duis pulvinar orci et nisi euismod vitae tempus lorem consectetur. Duis at magna quis turpis mattis venenatis eget id diam. </p>
		<a class="close-reveal-modal">&#215;</a>
	</div>
	
	*/
	.footer2{
height: 120px;
background-color: rgb(227, 225, 210);
background-image: url(../images/shadow.jpg);
background-size:100px;
		}
	.footer2-cnt {
width: 1000px;
margin: 0 auto;
padding-top: 10px;	
text-align: center;	
		}	
		
		
		
		
		
		
		
		
		/*********************************Virtuemart Plugin Filter (top) module*******************/










/*.sdf23-content-layout
{
    width:auto;
}*/
#paramfilter-121
{
    margin-top: 10px;
    margin-bottom: 10px;
}
#paramfilter-121 .horizontbox .filter_manufacturers .heading,
#paramfilter-121 .horizontbox .custom_params-18 .heading,
#paramfilter-121 .horizontbox .custom_params-5 .heading
{
    display: none
}
#paramfilter-121 .fullreset
{
    display: none;
}
#paramfilter-121 select
{
    background: #f6f6f6;
  background-image: -webkit-linear-gradient(top, #f6f6f6, #f8f8f8);
  background-image: -moz-linear-gradient(top, #f6f6f6, #f8f8f8);
  background-image: -ms-linear-gradient(top, #f6f6f6, #f8f8f8);
  background-image: -o-linear-gradient(top, #f6f6f6, #f8f8f8);
  background-image: linear-gradient(to bottom, #f6f6f6, #f8f8f8);
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 5px #666666;
  -moz-box-shadow: 0px 1px 5px #666666;
  box-shadow: 0px 1px 5px #666666;
  color: #000000;
  /*font-size: 11px;*/
  padding: 10px 10px 10px 10px;
  border: solid #fafafa 1px;
    font-family: "Sansus Webissimo", Arial, sans-serif;
    text-shadow: 0px 1px 1px rgba(150, 150, 150, 0.81);
}
#paramfilter-121 select:hover
{
     background: #f3f3f3;
    background-image: linear-gradient(to bottom, #f3f3f3, #f5f5f5);
}
#paramfilter-121 td .values span
{
    margin-left:10px;
    font-size:23px;
}
#paramfilter-121 td:nth-child(4) .values span
{
   visibility: hidden;
}
#paramfilter-121 td:nth-child(4) .values
{
   margin-left: 3px;
}

#paramfilter-121
{
    padding: 10px;
   /* border: solid rgb(100, 200, 150) 2px; */
    border: solid  #8BB2A7 2px;
    border-radius: 5px;
}

#paramfilter-121 .mcf_button {
  background: #7cb346;
  background-image: -webkit-linear-gradient(top, #7cb346, #509908);
  background-image: -moz-linear-gradient(top, #7cb346, #509908);
  background-image: -ms-linear-gradient(top, #7cb346, #509908);
  background-image: -o-linear-gradient(top, #7cb346, #509908);
  background-image: linear-gradient(to bottom, #7cb346, #509908);
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 5px #666666;
  -moz-box-shadow: 0px 1px 5px #666666;
  box-shadow: 0px 1px 5px #666666;
   color: #FFF;
  /*font-size: 11px;*/
  padding: 10px 10px 10px 10px !important;
  border: solid #fafafa 1px;
    font-family: "Sansus Webissimo", Arial, sans-serif;
    text-shadow: 0px 1px 1px rgba(150, 150, 150, 0.81);
  border: solid #7cb346 1px;
  text-decoration: none;
}

#paramfilter-121 .mcf_button:hover {
  background: #628c38;
  background-image: -webkit-linear-gradient(top, #628c38, #438007);
  background-image: -moz-linear-gradient(top, #628c38, #438007);
  background-image: -ms-linear-gradient(top, #628c38, #438007);
  background-image: -o-linear-gradient(top, #628c38, #438007);
  background-image: linear-gradient(to bottom, #628c38, #438007);
  text-decoration: none;
}









/**********************************End Plugin filter***********************************/


.custom_params-12 .cv-12 select{
    width: 220px;
}
		
.call_me_back_form_name{
    max-width: 170;
    
}
.mobile-wrapper {
  display: none;
}
.logo-tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1000px) {
  .sdf23-sheet {
    width: 100%;
  }
  .sdf23-footer-center {
    right: 0;
    float: none;
  }
  .sdf23-footer-text {
    min-width: 100%;
    width: 100%;
    float: none;
    left: 0;
    display: flex;
    align-items: center;
    padding: 0;
    justify-content: center;
  }
  .mobile-wrapper {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    font-family: Arial, Helvetica, Sans-Serif;
    background-color: rgb(84 130 117);
  }
  .top-mobile {
    padding: 0 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .bottom-mobile ul {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .bottom-mobile ul li {
    display: flex;
  }
  .bottom-mobile ul li + li {
    margin-top: 5px;
  }
  .mobile-wrapper .logo {
    display: inline-flex;
    align-items: center;
    color: #fff; 
    text-decoration: none;
  }
  .mobile-wrapper .logo img {
    max-height: 45px;
    width: auto;
  }
  .bottom-mobile ul li .l,
  .bottom-mobile ul li .r {
    display: none;
  }
  .bottom-mobile .sdf23-hmenu .sdf23-hmenu-li-separator {
    display: none;
  }
  .bottom-mobile .sdf23-hmenu a {
    height: auto;
    
  }
  .bottom-mobile .sdf23-hmenu a .t {
    line-height: inherit;
    padding: 0;
  }
  .phone-mobile {
    color: #fff; 
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
  }
  .toggle-mnu {
    display: block;
    width: 28px;
    height: 28px;
    margin-top: 7px;
  }

  .toggle-mnu span:after,
  .toggle-mnu span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
  }

  .toggle-mnu span:after {
    top: 18px;
  }

  .toggle-mnu span {
    position: relative;
    display: block;
  }

  .toggle-mnu span,
  .toggle-mnu span:after,
  .toggle-mnu span:before {
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: all 0.3s;
    backface-visibility: hidden;
    border-radius: 2px;
  }

  .toggle-mnu.on span {
    background-color: transparent;
  }

  .toggle-mnu.on span:before {
    transform: rotate(45deg) translate(-1px, 0px);
  }

  .toggle-mnu.on span:after {
    transform: rotate(-45deg) translate(6px, -7px);
  }
  .sdf23-nav-l,
  .sdf23-nav-r {
    display: none;
  }
  body {
    min-width: 100%;
  }
  .footer2-cnt {
    width: 100%;
  }
  #sdf23-page-background-glare {
    display: none;
  }
  div.sdf23-header-jpeg,
  div.sdf23-header-center {
    width: 100%;
    left: 0;
    right: 0;
  }
  .footer2 {
    height: auto;
  }
  .footer2 table {
    margin: 0 !important;
  }
  .footer2 table tr {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
   .footer2 table tr td {
     margin: 0 2.5px 5px;
   }
   table {
     width: 100% !important;
     height: auto !important;
   }
   .cart-mobile #vmCartModule.vmCartModule {
     position: relative;
     top: auto;
     left: auto;
     right: auto;
     bottom: auto;

     border: none;
     color: white;
     background-color: transparent;
     border-radius: 0px;
     padding: 0;
     margin-top: 0;
     min-height: 100%;
     max-width: 100%;
     text-align: center;
     box-shadow: none
   }
   .cart-mobile #vmCartModule.vmCartModule .total {
     display: none;
   }
   .cart-mobile #vmCartModule.vmCartModule .show_cart a {
     font-size: 0;
     line-height: 0;
     position: absolute;
     left: 0;
     right: 0;
     top: 0;
     bottom: 0;
     width: 100%;
   }
   .btns-mobile {
     display: flex;
     align-items: center;
   }
   .cart-mobile {
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     margin-right: 20px;
   }
   .cart-mobile #vmCartModule.vmCartModule .total_products {
     font-size: 10px;
   }
   .sdf23-content-layout .sdf23-sidebar1 {
     display: none;
   }
   span.addtocart-button {
     margin: 0;
   }
   span.addtocart-button input.addtocart-button,
   span.addtocart-button input.notify-button
   {
     	width: 130px;
       background-size: contain !important;
       background-position: center;
   }
   * {
     box-sizing: border-box;
   }

   .sdf23-nav {
     display: none;
   }
   body {
     padding-top: 45px;
   }
   #sdf23-main + img {
     display: none !important;
   }
   div.sdf23-logo {
     display: block;
     position: relative;
     top: auto;
     left: auto;
     margin-left: 10px;
     padding-top: 30px;
   }
   h1.sdf23-logo-name {
     font-size: 22px;
   }
   .bottom-mobile {
     padding: 10px;
   }
   .reveal-modal {
     margin-left: 0;
     left: 0;
     width: 100%;
     max-width: 520px;
   }
   .PricesalesPrice {
     width: 100%;
   }
   .product-price {
     float: none;
     margin: 0;
   }
   .price11 {
     width: 100%;
     margin: 0;
     padding: 10px 10px 0;
     display: flex;
     align-items: center;
     justify-content: center;
   }
   .productdetails-view .spacer-buy-area {
     padding: 0;
   }
   .blog img, .item-page img {
     max-width: 100%;
     height: auto;
   }
}
@media (max-width: 768px) {
  .category-view .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .price11 {
    float: none;
  }
  span.addtocart-button {
    float: none;
  }
  .productdetails-view .addtocart-bar {
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .category-view .width12 {
    width: 60px;
    margin: 0 5px 10px;
  }
#paramfilter-121 tr {
  display: flex;
  flex-direction: column;
}
.orderlistcontainer {
  margin: 0 10px 5px 0;
}
.sdf23-post-body {
  padding: 0 10px 10px;
}
#paramfilter-121 select {
  width: 100%;
  margin: 0;
}
#paramfilter-121 td:nth-child(4) .values {
  margin-left: 0;
}
#paramfilter-121 td .values span {
  margin: 4px 0;
  display: block;
}
.orderby-displaynumber {
  margin: 0;
}
.breadcrumbs {
  margin-top: 10px;
}
.productdetails > div {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.productdetails .width60, .productdetails .width30 {
  width: 100%;
}
.baner, .banerr {
  float: none;
  width: 100%;
  padding: 5px;
  text-align: left;
}
.banerr {
  padding: 5px;
  text-align: left;
}
.banerr p {
  display: inline-block;
  margin: 0 2px;
}
.banerr > div {
  margin-left: 0 !important;
}
.baner {
  height: auto;
  display: flex;
  flex-direction: column;
}
#fancybox-title {
  width: 100% !important;
  margin: 0 !important;
}
#facebox {
  left: 0 !important;
  right: 0;
}
#facebox h4 {
  font-size: 22px;
  text-align: center;
  margin: 10px 0 0;
}
#facebox div {
text-align: center;
}
#facebox br {
  display: none;
}
#facebox .continue,
#facebox .showcart {
  font-size: 16px;
  color: #000;
  text-decoration: underline;
  margin: 0 5px;
}
#fancybox-img {
  background-color: #fff;
}
.banerl {
  width: 100%;
  text-align: left;
  padding: 5px;
}
.banerl center {
  text-align: left;
}
}
@media (max-width: 600px) {
div.product .spacer {
  display: flex;
  flex-direction: column;
}
div.product .spacer .width40,
div.product .spacer .width60 {
  width: 100%;
}
div.product .spacer .width40 {
  margin-top: auto;
}
div.product {
  display: flex;
}
.sdf23-postcontent h5 a,
.sdf23-postcontent h5 a:link,
.sdf23-postcontent h5 a:hover,
.sdf23-postcontent h5 a:visited,
.sdf23-blockcontent h5 a,
.sdf23-blockcontent h5 a:link,
.sdf23-blockcontent h5 a:hover,
.sdf23-blockcontent h5 a:visited {
  font-size: 12px;
}
.mobile-wrapper .logo {
  font-size: 12px;
}
.cart-mobile {
  margin-right: 10px;
}
}
@media (max-width: 400px) { 
.mobile-wrapper .logo {
  font-size: 8px;
}
.phone-mobile{
  font-size: 12px;
}
}