#content {
  min-height: 650px;
}

#subscribe {
  clear: both;
}

a.more {
  float: right;  
  font-size: 85%;
}

p.pdf {
  background: transparent url(../images/pdf.gif) top left no-repeat;
  padding-left: 17px;
  padding-top: 0;
}

#homepage-special {
  padding-bottom: 15px;
}

#homepage-special p {
  padding-bottom: 0;
  min-height: 16px;
}

#homepage-special p.pdf {
  font-size: 70%;
  float: right;
}

table.products {
  width: 99%;
  margin: auto;
  font-size: 12px;
}

table.products th {
  padding: 10px;
  background: #01245C url(/images/bg-top.jpg) center left repeat-x;
  border: 1px solid #01245C;
  color: #fff;
}

table.products td {
  padding: 10px;
  border: 1px solid #01245C;
}

table.products tr.even td {
  background: #FEFEFE;
}

table.products tr:hover td {
  background: #E6F2FB;
}

/* breadcrumbs */
#breadcrumbs ul {
  list-style-type: none;
  margin: -10px 0 20px;
  padding: 0;
  
}

#breadcrumbs ul li {
  display: inline;
  margin: 0 5px 0 0;
  padding: 0;
}

#breadcrumbs ul li a {
  padding: 0 5px 0 0;
}

/* styles for cart */
.cart_put { text-align: center; }
#cart { font-size: 0.7em; margin-bottom: 6px; }
#cart th, #cart tfoot td { background: #E6AC5F; }
#cart th, #cart td { border: 1px solid black;  }
#cart th, #cart td {
  padding: 3px;
}
.cart { margin-bottom: 2em; }
.cart_data { text-align: center; }
.cart .checkout { color: #fff !important; background: #01245C; border: 1px solid #ccc; padding: 3px 10px; font-size: 80%; margin-top: 1em;}

/* styles for checkout form */
#checkoutform table td  { padding: 4px; }
#checkoutform h4 { margin-top: 40px; border-top: solid 1px; padding-top: 20px; }
#summary td, #summary th { border: solid 1px; padding: 3px; }
.error { color: red }

/* news */
.mainContentNews {
  width: 91% !important;
}

.mainContentNews h3.date {
  font-size: 80%;
  float: right;
  width: 20%;
}

.newsImage {
  border: 1px solid #ccc;
  padding: 4px;
}

.mainContentNews .right {
  margin: 0 0 10px 10px;
  float: right;
  clear: right;
}

.mainContentNews .left {
  margin: 0 10px 10px 0;
  float: left;
  clear: left;
}

.mainContentNews .gallery {
  margin: 10px;
  float: left;
  clear: none;
  min-height: 220px;
}

.newsImage .caption {
  display: block;
  width: 100%;
  margin: 0.3em;
  font-size: 75%;
  line-height: 1.5;
}

#newsContent h2 {
  text-transform: none;
}

/* others */
ul#promos {margin: 10px 0 10px 0;}

/* style for page project building */
#mainContent p a[rel~="prettyPhoto[gallery]"] {padding: 4px; border: solid #B0D5F2 3px; display:block; float:left; margin-right: 5px;}
#mainContent p a[rel~="prettyPhoto[gallery]"]:hover {border-color: #DA8103;}
a.pdf {float:left; display:block; padding-left:15px; background:url(/images/pdf.gif) no-repeat; margin-right: 10px;}

/* extra block style */
#extraBlock {padding-top: 5px; border-top:solid #BDBDBD 1px;}
#extraBlock li {display:block; float:left; padding-right: 10px;}
#extraBlock li a.pdf {color: #01245C ;}

