table.borderUpTop
{
border-color: #00224A;
border-style: solid;
border-width:3px;
border-left:0px;
border-right:0px;
border-top:0px;
}

table.borderBottom
{
border-color: #113d62;
border-top: 1px solid #ff5205;
border-style: solid;
border-width:1px;
border-left:0px;
border-right-width:0px;
border-bottom:0px;
}

table.borderLeftTableRight
{
border-color: #F5F5F5;
background-color: #F8F9FA;
border-style: solid;
border-width:1px;
border-left:0px;
border-right-width:1px;
border-bottom:0px;
}

a {
   font-weight:bold;
   color: #00224A;
   font-size : 12px;
}

gotolink {
   font-weight:bold;
   color: #00224A;
   font-size : 18px;
}


td.borderright
{
border-color: #00224A;
border-style: solid;
border-width:1px;
border-left:0px;
border-bottom:0px;
border-top:0px;
}

.divtextcontent {
 width:98.8%;
 padding:0px;
 vertical-align: text-top;
 //height:82%;
 margin:4px;

}

#container
    {
        text-align: center;
        padding: 10px;

        background: -webkit-gradient(linear, left top, left bottom, from(#243d63), to(#1a2638));
        background: -moz-linear-gradient(top,  #243d63,  #1a2638);

        border-radius: 20px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;

        -webkit-box-shadow: 0px 1px 0px #000;

        border: 1px #1a2638 solid;
}



input.subscribe
{
    font-size: 16px;

    width: 350px;
    padding: 20px;

    border: none;

    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;

    text-shadow: 1px 1px 0px #fff;

    -webkit-box-shadow: -1px -1px 0px #000;

    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#efefef));
    background: -moz-linear-gradient(top,  #ffffff,  #efefef);
}

input.subscribe#submit
{
    cursor: pointer;
    color: #fff;
    font-weight: bold;

    width: 140px;
    margin-left: 20px;

    text-shadow: 0px 1px 2px #000;

    -webkit-box-shadow: -1px -1px 0px #fe864f, 1px 1px 0px #000;

    background: -webkit-gradient(linear, left top, left bottom, from(#ff6a25), to(#fd5100));
    background: -moz-linear-gradient(top,  #fe864f,  #fe864f);
}

DIV.shadow {
   float: left;
   background-color: #bbb;
   padding: 0;
   margin: 0.7em 1em;
   }

DIV.shadow table {
   display:block;
   border: 1px solid #666;
   position: relative;
   top: -2px;
   left: -2px;
   }

/*- Menue left--------------------------- */
.menueText {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:10px;
    line-height:18px;
    color:#FFFFFF;
    font-weight:bold;
}


.button {
        width:  180px;
        padding: 0 0 0 0;
        margin-bottom: 0px;
        font-family: Verdana,Tahoma, Arial, sans-serif;
                /*'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif;*/
        font-size : 11px;
        background-color: #113d62;
        color: #333;
        }

        .button ul {
                list-style: none;
                font-size : 11px;
                margin: 0;
                padding: 0;
                border: none;
                }

        .button li {
                border-bottom: 1px solid #e0ede9;
                border-right: 10px solid #113d62;
                margin: 0;
                list-style: none;
                list-style-image: none;
                }

        .button li a {
                display: block;
                font-weight:bold;
                padding: 3px 0px 3px 5px;
                border-left: 10px solid #113d62;
                border-right: 10px solid #113d62;
                background-color: #F8F9FA;
                color: #00224A;
                font-size : 12px;
                text-decoration: none;
                width: 175px;
                }

        html>body #button li a {
                width:  178px;
                }

        .button li a:hover {
                border-left: 10px solid #113d62;
                background-color: #ff8a4a;
                font-size : 12px;
                color: #FFFFFF;
                }

        .button li #active {
 width:  178px;
                border-left: 10px solid #113d62;
                background-color: #2586d7;
                color: #fff;
                }

/*- Menue top--------------------------- */
    .leftMenue {
      margin:0px;
      float:left;
      width:179px;
    }

    #tabs1 {
      margin:0;
      float:left;
      width:100%;
      background:#113d62;
      border-bottom: 1px solid #ff5205;
      border-top: 1px solid #ff5205;
      line-height:normal;
      }
    #tabs1 ul {
          margin:0;
          padding:2px 10px 0 50px;
          list-style:none;
      }
    #tabs1 li {
      display:inline;
      margin:0px;
      padding:0;
      }
    #tabs1 a {
      float:left;
  border-left-width:1px;
  border-left-style:solid;
  border-left-color:#FFFFFF;
      //background:url("http://www.getyourlogos.com/images/tableft1.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 0px;
      text-decoration:none;
      }
    #tabs1 a span {
      float:left;
      display:block;
      //background:url("http://www.getyourlogos.com/images/tabright1.gif") no-repeat right top;
      padding:5px 19px 4px 15px;
      color:#FFFFFF;
      font-size:12px;
      font-weight:bold;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs1 a span {float:none;}
    /* End IE5-Mac hack */

    #tabs1 a:hover {
      background-position:0% -46px;
      }
    #tabs1 a:hover span {
       background-color:#ff5205;
      background-position:100% -46px;
      }

      #tabs1 #current a {
              background-position:0% -47px;
      }
      #tabs1 #current a span {
              background-position:100% -47px;
      }

body {
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size:13px;
 margin-bottom:0px;
 padding-bottom:0px;
}
input.search
{       background-color: #FFFFFF;
        color: #000000;
        height: 19px;
        border: 1px solid #447AB7;
}

font {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:13px;
}

ul {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:13px;
}

h1 {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:16px;
    font-weight:bold;
    color: #00224A;
}

p {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:13px;
}

div.copyright {
 margin-left:5px;
 margin-top:40px;
 padding-top:5px;
 width:220px;
 height:20px;
 border-top: 1px dotted;
 border-color:#CCCCCC;
 font-color: #000000;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size:9px;
}

/* category list*/
.headingfont {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size:12px;
 color: #FFFFFF;
}
div.categoryheading {
 padding: 5 0 0 5;
 float:center;
 margin-bottom: 0px;
 height:25px;
 background-color: #113d62;
 border-bottom:1px solid #ff8a4a;
}

div.categorydetailbottom {
 height:10px;
 background-color: #00224A;
 border-bottom:1px solid #ff8a4a;
}

div.categorydetaildiv {
 margin:0px;
 padding:0;
 height:125px;
 border:solid;
 background-color:#F8F9FA;
 border-color:#113d62;
 border-width:1px;
 border-top:0px;
 border-left:0px;
 border-right:0px;
}

div.categorydetaildivinnen {
 height:125px;
 width:80%;
 text-align:left;
 float:left;
}

p.categorydetaildivinnen {
 text-align:left;
 width:120px;
 float:left;

 margin:3px;
}

p.categorydetaildivinnen {
 text-align:left;
 width:120px;
 float:left;

 margin:3px;
}

div.sponsordetail {
 height:135px;
 width:80%;
 text-align:left;
 float:left;
}
p.sponsordetail {
 text-align:left;
 width:115px;
 float:left;

 margin:3px;
}

p.moresponsordetails {
 text-align:left;
 float:left;
 margin:3px;

}

div.moresponsordetails {
 height:300px;
 width:100%;
 margin:4px;
 float:left;
}

font.moresponsordetailsfonts {

    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#131346;
    font-weight:bold;
}

div.ratingdiv {
 margin:0px;
 padding:0;
 height:60px;
 border:solid;
 background-color:#F8F9FA;
 border-color:#113d62;
 border-width:1px;
 border-top:0px;
 border-left:0px;
 border-right:0px;
}

p.ratingdivinnen {
 text-align:left;
 width:180px;
 float:left;

 margin:3px;
}

/* Register */
div.registerdiv {
 margin:0px;
 padding:0;
 height:25px;
 background-color:#FFFFFF;
}

p.registerdivinnen {
 text-align:left;
 width:150px;
 float:left;

 margin:3px;
}

div.registerdetaildiv {
 margin:0px;
 padding:3px;
 height:50px;
 border:solid;
 background-color:#EAEFFA;
 border-color:#113d62;
 border-width:1px;
 border-top:0px;
 border-left:0px;
 border-right:0px;
}

table.listing {
  border:1px solid  #113d62;
  width:100%;
  background-color: #F8F9FA;
}




th.listing {
  border-bottom:1px solid #113d62;
}

td.listing_price {
  border-bottom:1px dashed #113d62;
  width:70px;
  padding:7px 20px;
}
td.listing_company {
  border-bottom:1px dashed #113d62;
  width:200px;
  background-color: #F8F9FA;
  text-align:center;
 padding-bottom:10px;
}
td.listing_product {
  border-bottom:1px dashed #113d62;
  width:200px;
  height:150px;
  background-color: #F8F9FA;
  text-align:center;
}
td.listing_discount {
  border-bottom:1px dashed #113d62;
  width:auto;
  text-align:center;
}


td.listing {
  border-bottom:1px solid #113d62;
}
tr.categoryheading {
 margin-bottom: 0px;
 height:25px;
 background-color: #113d62;
 color:#FFFFFF;
}
