/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/*
 * Custom Style Sheet - Use this file to style your content
 */

html
{
  background-color: #F4F3F3;
}

body
{
  background-image: url("../images/bg_top.jpg");
  background-repeat: repeat-x;
}

.searchbox
{
  width: 100px;
  height: 20px;
  padding-top: 0px;
  padding-right: 25px;
  padding-bottom: 4px;
  padding-left: 25px;
  border-top-width: 1px;
  border: none;
}
.searchbox input
{
  height: 20px;
  font-size: 11px;
}

#maininner
{
  background-color: #FFF;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;  
  margin-left: -1px;
}

#sidebar-a
{
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

#header
{
  height: 144px;
}

#top-b { 
  background-image: url("../images/shadow.jpg");
  background-repeat: repeat-x;
  height: 27px;
}

#top-b .grid-box {
  max-height: 18px;
  margin-top: -12px;
}

.breadcrumbs {
  font-size: 10px;
  border: none;
}
