/*
 * Project  : SUM-PA
 * Author   : Erhan Abay
 * Date     : 07.08.2008
 */

body {
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
  color: #000;
}

#Wrapper {
  width: 950px;
  margin: 0 auto;
}

input,
textarea {
  border-style: solid;
  padding: 2px;
}

a {
  color: #3f89c3;
  text-decoration: none;
}

a:hover {
  color: #8f8f8f;
  text-decoration: underline;
}

p {
  margin: 10px 0;
  text-align: justify;
}

strong {
  font-weight: bold;
}

td {
    padding: 6px;
}

th {
  font-weight: bold;
}

thead th {
  background-color: #3f89c3;
  color: #fff;
    padding: 6px;
  text-align: center;
}

tr.alt td,
tr.alt td {
    background: #f2f2f2;
}

tr.over td,
tr.over td {
    background: #ecf6fc;
}

/*
 * for tables
 */
.table {
  width: 100%;
  text-align: center;
}

.table td {
    border-bottom: 1px solid #95bce2;
    padding: 6px;
}

.table td * {
    padding: 6px;
}

#UrunGami {
  width: 100%;
}

#UrunGami thead th {
    text-align: left;
  padding-left: 10px;
}

#UrunGami td {
    border-bottom: 1px solid #95bce2;
    padding: 10px;
}

h1 {
  font-size: 160%;
  font-weight: bold;
  color: #3f89c3;
  border-bottom: 1px solid #3f89c3;
  margin-bottom: 5px;
}

h2 {
  font-size: 140%;
  font-weight: bold;
  color: #3f89c3;
  border-bottom: 1px dashed #3f89c3;
  margin-bottom: 5px;
}

h3 {
  font-size: 130%;
  font-weight: bold;
}

.clearfix {
  clear: both;
}
  .small {
    height: 10px;
  }
  .medium {
    height: 20px;
  }
  .large {
    height: 30px;
  }

#Logo {
  float: left;
  position: relative;
  top: 10px;
}

#SearchWrapper {
  float: right;
  background-color: #f2f2f2;
  padding: 10px;
}

#Magnifier {
  vertical-align: text-top;
}

#SearchForm {
  display: inline;
}

#SearchForm input {
  width: 150px;
  text-align: center;
}

#Menu {
  width: 100%;
  background-color: #232781;
}

#Menu ul {
  float: right;
}

#Menu li {
  float: left;
  margin: 10px;
}

#Menu li a {
  color: #fff;
  font-weight: bold;
}

#Body li {
  list-style: circle inside;
}

#Boxes {
  margin-left: -25px;
}

#Content {
  float: left;
  width: 625px;
}

#Sidebar {
  float: right;
  width: 325px;
}

#Content.anticron {
  width: 720px;
}

#Sidebar.anticron {
  width: 230px;
}

.menu li {
  list-style: none;
  font-weight: bold;
  line-height: 2;
  border-bottom: 1px dotted #8f8f8f;
}

.box {
  float: left;
  color: #fff;
  padding: 10px;
  margin-left: 25px;
}

  .boxWide {
    width: 300px;  
  }

  .boxMedium {
    width: 250px;  
  }
  
  .boxNarrow {
    width: 200px;  
  }
  
  .fixedHeight {
    height: 120px;
  }

.box a {
  color: #fff;
}

.boxContent {
  padding: 10px;
}

  .withIcon {
    width: 150px;
  }
  
  .withoutIcon {
    width: 270px;
  }

/*
 * for jQuery scrollbar in fixed height box
 */
.productCategories {
  height: 80px;
}

/*
 * various colors for boxes
 */
.bg-green {
  background-color: #008c00;
}

.bg-red {
  background-color: #ee0000;
}

.bg-orange {
  background-color: #ff6e00;
}

.bg-blue {
  background-color: #232781;
}

.bg-white {
  background-color: #fff;
  color: #3f89c3;
  height: auto;
  border: 1px solid #8f8f8f;
  padding: 10px;
  margin: 30px 0 0 25px;
}

.bg-white a {
  color: #3f89c3;
}

#Footer {
  text-align: center;
  color: #8f8f8f;
  padding-bottom: 10px;
}

/*
 * hacks for the table displayed in services menu
 */
#Services {
    width: 100%;
    margin-top: 10px;
}

#Services td {
    width: 50%;
    padding: 10px;
    vertical-align: top;
    
}
/*
 * footer brands' logos
 */
#Brands {
  text-align: center;
}

#Brands li {
  float: left;
  width: 210px;
}

fieldset { border: none; background-color: #eee; margin-top: 20px; }
label { display: block; float: left; width: 230px; font-weight: bold; }
input, textarea { width: 360px; color: #8E8E91; }
.message { color: #fff; font-weight: bold; padding: 3px; margin: 3px 0px 3px 230px; width: 360px; }
.required, .validation { background-color: #DA0303; }
input.action { color: #000; font-weight: bold; }
div.field { margin: 10px; }
div.Actions { margin: 5px; text-align: center; }

/*
 * Anticron recipes sub-page
 */
.recipes,
.recipe {
  width: 100%;
}

.recipes td,
.recipe td {
  padding: 2px;
}

.recipe-holder {
  width: 100%;
  border: 1px solid #000;
}

.number-box {
  width: 20px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}


#SearchResults li {
  padding: 10px;
}

#LikeButton {
    float: right;
    border: none;
    overflow: hidden;
    width: 305px;
    height: 25px;
}