/* commmon css */
body {
  font: normal 62.5% Verdana, Arial, Helvetica, sans-serif;
  background-color: #f6f7f7;
  color: #444;
  margin: 0;
  background-repeat: repeat-x;
  background-position: 0 112px;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  font: normal 1em Cambria, Georgia, "Times New Roman", serif;
}

h2 {
  font-size: 2.2em;
  font-weight: bold;
}

#container {
  width: 960px;
  margin: 0 auto;
}

a {
  text-decoration: none;
  color: inherit;
}

a img {
  border: none;
}

#header {
  position: relative;
  height: 108px;
  margin-top: 4px;
}

/* top menu */
#top-menu {
  position: absolute;
  top: 4px;
  right: 310px;
  list-style: none;
  padding: 0;
  margin: 0;
  display: table; /* fx whitespace bug */
}

#top-menu li {
  display: inline;
  padding: 0 8px;
  border-left: 1px solid #444;
}


#map{
  width: 600px;
  height: 300px;
  border: 2px solid #d1d1d1;
}

#map-wrapper { 
 margin-left: 68px;
}

#top-menu li:first-child, #top-menu li.first-child {
  border-left: none;
}

#top-menu li a {
  font-size: 1.3em;
}

/* search bar */
#search-bar {
  position: absolute;
  right: 10px;
  margin: 0;
  padding: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
}

#search-bar input, #search-bar button {
  font-family: inherit;
}

#search-bar input {
  padding: 2px;
  border: none;
  font-size: 1.1em;
  width: 180px;
}

#search-bar button {
  border: none;
  padding: 0 5px;
  margin: 0;
  background-color: transparent;
  color: #1b3c5a;
  font-weight: bold;
  font-size: 1.2em;
}

/* switcher */
#switcher {
  position: absolute;
  right: 2px;
  bottom: 0;
  width: 230px;
  height: 40px;
  padding: 25px 20px 0 20px;
  font-size: 1.2em;
  font-weight: bold;
}
#switcher a { display: block; }
#switcher .collection { font-size: 1.33em; }

/* breadcrumbs */
.breadcrumbs {
  display: table;
  padding: 5px 0;
  margin: 0;
}

.breadcrumbs li {
  display: inline;
  padding: 0 0 0 12px;
  background: url(../img/breadcrumb.gif) 4px 4px no-repeat;
  text-transform: lowercase;
}

.breadcrumbs li:first-child {
  padding-left: 0;
  background: none;
}

/* main area */
#main {
  background-color: #fff;
  margin-top: 18px;
}

#main.internal {
  background: #fff url(../img/cube.gif) bottom right no-repeat;
}

/* left-menu */
#left-menu, #left-menu ul { /* all levels */
  padding: 0;
  margin: 0;
  list-style: none;
}

#left-menu { /* 1st level */
  margin: 0 25px 0 15px;
  width: 150px;
  float: left;
  list-style: none;
}

#left-menu ul { /* 2nd level */
  margin: 0px 0 0 27px;
  width: 90px;
}

#left-menu ul ul { /* 3rd level */
  margin: 2px 0 2px 5px;
}

#left-menu li a { /* 1st level */
  display: block;
  padding:11px 14px 11px 14px;
  font-size: 2em;
  font-weight: bold;
  font-family: Cambria, Georgia, "Times New Roman", serif;
}

#left-menu > li > a { text-align: center; }

#main #left-menu li li a { /* 2nd level */
  font-size: 1.6em;
  padding: 0 0 0 10px;
  color: #444;
  background: url(../img/left-menu-l2-bg.gif) left center no-repeat;
}

#main #left-menu li li li a { /* 3rd level */
  font-size: 1.3em;
  padding: 5px 0px 5px 15px;
  background: none;
}

#main #left-menu li li li a:hover {
  background: url(../img/left-menu-l3-hover.gif) top center no-repeat;
}

#main #left-menu .onelv li a { /* 2nd level */
  font-size: 1.6em;
  padding: 0 0 0 10px;
  color: #444;
  background: url(../img/left-menu-l2-bg.gif) left center no-repeat;
}

#main #left-menu .onelv li a { /* 3rd level */
  font-size: 1.3em;
  padding: 5px 0px 5px 15px;
  background: none;
}

#main #left-menu .onelv li a:hover {
  background: url(../img/left-menu-l3-hover.gif) top center no-repeat;
}

#home-image {
  width: 580px;
  padding: 390px 150px 20px 40px;
  margin-left: 190px;
  height:136px;
  font-size: 3em;
  font-family: Cambria, Georgia, "Times New Roman", serif;
  color: #696969;
}

#order-telephone {
  width: 145px;
  height: 220px;
  padding: 40px 27px 10px 18px;
  font-size: 1.8em;
  font-family: Cambria, Georgia, "Times New Roman", serif;
  color: #fff;
  text-align: center;
  float: left;
}

.telephone {
  font-size: 1.1em;
  color: #fedf0c;
}

#home-text {
  background-color: #fff;
  float: left;
  padding: 30px 20px 0 50px;
  width: 700px;
}

#home-text h2 {
  background: url(../img/news-heading.gif) no-repeat;
  padding: 3px;
  height: 30px;
  width: 351px;
  text-align: center;
  margin-bottom: 30px;
}

.news-item {
  float: left;
  width: 340px;
  margin-bottom: 40px;
}

.news-item.odd {
  clear: left;
  margin-right: 10px;
}

.news-item.even {
  margin-left: 10px;
}

.news-item .news-date {
  font: bold 1.2em/1.3em Georgia, "Times New Roman", serif;
  color: #99958e;
  width: 40px;
  margin-right: 5px;
  float: left;
}

.news-item .news-date .news-day {
  font-size: 2.25em;
  font-family: "Times New Roman", serif;
  font-style: italic;
}

.news-item .news-body {
  color: #696969;
  font-size: 1.2em;
  line-height: 1.4em;
  float: left;
  width: 295px;
}

#left-column {
  float: left;
  width: 190px;
}

#left-column #order-telephone {
  margin-top: 80px;
}

#right-column {
  float: left;
  width: 770px;
  padding-top: 10px;
}

#right-column p { font-size: 12px; line-height: 18px;}

/* product info */
#product-info { margin: 20px; }

#product-thumbs {
  width: 141px;
  min-height: 1px;
  margin-right: 20px;
  float: left;
}
#contact-info { text-align: center; }

#product-thumbs a {
  display: block;
  padding: 2px;
  border: 1px solid #e6e6e6;
  margin-bottom: 5px;
}

#product-thumbs a:last-child { margin-bottom: 0; }
#product-thumbs a:hover { border-color: #aeaeae; }
#product-thumbs img { display: block; }

#product-image {
  float: left;
  width: 534px;
  height: 304px;
  margin-right: 10px;
}

#product-details {
  clear: both;
  background-color: #f1f1f1;    
  padding: 10px;
  margin-top: 10px;
  position: relative;
}

#product-title {
  font: normal 2.2em Cambria, "Times New Roman", serif;
  width: 700px;
  margin: 0 auto 20px auto;
}

#product-description {
  font-size: 1.2em;
  width: 660px;
  margin: 0 auto;
  border: 2px dotted #cecece;
  background-color: #fff;
  padding: 10px 20px;
}

#product-more {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../img/foot.gif) left center no-repeat;
  padding: 10px 20px;
  font-size: 1.2em;
}

#related-products {
  margin-top: 40px;
  padding: 20px 5px 120px 5px;
  position: relative;
}

#related-products h2 { margin-bottom: 1em; }

/* product thumbs */
.product-card {
  border: 1px solid #e6e6e6;
  float: left;
  margin: 0 10px 10px 0;
  width: 240px;
  cursor: pointer;
}

.product-card:hover {
  border-color: #aeaeae;
}

.product-thumb {
  width: 240px;
  height: 139px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
}

.product-caption {
  font-size: 1.1em;
  background-color: #ededed;
  display: block;
  padding: 3px;
}

.product-caption span {
  font-size: 1.1em;
  color: #000;
}

/* paging */
.paging {
  font-size: 1.2em;
  margin: 0 10px 0 0;
  text-align: right;
  padding: 3px 10px;
}

.paging select {
  /*font-size: 0.9em;*/
  padding: 1px;
  font-family: Verdana, Arial, sans-serif;
}

.paging a {
  display: inline-block;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #ededed;
  padding: 1px 4px;
  margin-right: 3px;
}

.paging a:hover { background-color: #fff; }

.paging a.selected {
  font-weight: bold;
  background-color: #fff;
}

/* product list */
#product-list {
  margin: 1em 0 0 6px;
  padding-bottom: 120px;
}

/* footer */
#footer {
  text-align: center;
  color: #fff;
  font-size: 1.1em;
  padding: 12px;
}

/* contact form */
#contact-form label, #contact-form input, #contact-form textarea {
  float: left;
  font-size: 1.2em;
  font-family: Verdana, Arial, sans-serif;
  margin: 3px 0;
  padding: 2px;
}

#contact-form label {
  width: 130px;
  clear: left;
  display: block;
  text-align: right;
  margin-right: 5px;
  padding: 2px 0;
}
#partners-form label, #partners-form input, #partners-form textarea , #partners-form select{
  float: left;
  font-size: 1.2em;
  font-family: Verdana, Arial, sans-serif;
  margin: 3px 0;
  padding: 2px;
}

#partners-form label {
  width: 130px;
  clear: left;
  display: block;
  text-align: right;
  margin-right: 5px;
  padding: 2px 0;
}

.error{ color: #bb0000; }

#contact-form label.required:before, #right-column label.required:before  {
  content: "*";
  font-weight: bold;
  color: #f00;
}

/* language flags */
.language-link {
  padding-right: 25px;
  background-position: right center;
  background-repeat: no-repeat;
}

#lang-en { background-image: url(../img/flag-en.png); }
#lang-el { background-image: url(../img/flag-el.png); }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

#partner{
  width: 290px;
  height: 60px;
  position: absolute;
  left: 275px;
  top: 48px;
}

#designed-by {
  padding-top: 4px;
}

#designed-by a {
  padding-right: 16px;
  background: url('../img/gen_y.gif') center right no-repeat;
}