#PageSysCtrl
{
  width: 32px;
  height: 60px;
  position: absolute;
  top: 20px;
  left: 10px;
  z-index: 1000;
}

#PageSysCtrl img
{
  margin: 0 0 0 1px;
}

div.tabs a span
{
  color: #000;

}

table.CMS_LoginTB
{
  width: 250px;
  margin: 0px;
  padding: 0px;
}

/************************/

body.Design
{
  margin: 0px;
  padding: 0px;

  background-color : #ffffff;
  overflow: auto;
}

body
{
  margin: 0px;
  padding: 0px;
  color: #000;

  background-color : #ffffff;
}

td,div 
{
  color: #000;

}

p 
{
  margin: 0px;
  padding: 0px;

}

a,
a:visited
{
  color: #000;
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6
{
  margin: 0px;
  padding: 0px;
}


img
{
  border-width: 0;
}

table.design_main
{
  width: 900px;
  height: 500px;
  background-color: #ffffff;
}

td.design_content
{
  padding: 0px;
  vertical-align: top;
}
#mainnav li.has-child > a:after {
   color: #444;
   content: ' \25B8';
}
#mainnav li.has-child:hover > a:after{
   color: #fff;
   content: ' \25B8';
}

.secondary{
margin-top: 80px;
}

.offer{
float: right;
}

blockquote em, blockquote p{
color: #000;
font-size: 17.5px !important;
}
/* Begin Page Specific CSS */
.mobil{
display: none;
}

@media (max-width: 767px){
.mobil{
display: block;
}

img.mobil{
height: 300px !important;
margin-bottom: 20px;
}

.mobil a{
background-color: #a5c615;
    padding: 8px 20px 8px 20px;
    border-radius: 20px;
    color: #fff !important;
    text-decoration: none !important;
    width: 170px;
    text-align: center;
    display: inline-block;
}
}
/* End Page Specific CSS */
