@charset "utf-8";
/* -------------------------------------- Χρώματα -------------------------------------- */
table.basket tr th,
table.basket tr.total td,
#main .chechoutbox h3,
table.addresses tr th {
  color: #333333;
}
table.basket tr td.price,
table.basket tr td .product h3 {
  color: #6A6A6A;
}
.chechoutbox p a:hover {
  color: #aaa;
}
/* -------------------------------------- Μεγέθη Γραμμάτων -------------------------------------- */
table.basket tr th {
  font-size: 16px;
  line-height: 40px;
}
table.basket tr.total td {
  font-size: 18px;
  line-height: 60px;
}
table.basket tr td.price {
  font-size: 18px;
}
table.basket tr td .product h3 {
  font-size: 20px;
  line-height: 20px;
}
table.basket tr td .product p,
#main table.basket tr td .product p {
  font-size: 16px;
}
#templatebox .buttons a,
.chechoutbox p input[type="submit"],
.chechoutbox p input[type="reset"],
a.newaddress {
  font-size: 16px;
  line-height: 40px;
}
.chechoutbox h3 {
  font-size: 16px;
  line-height: 40px;
}
.chechoutbox h4 {
  font-size: 16px;
  line-height: 50px;
}
table.addresses tr th,
#main table.addresses tr td {
  font-size: 16px;
  line-height: 30px;
}
.chechoutbox p {
  font-size: 14px;
  line-height: 30px;
}
.chechoutbox.data p.data {
  font-size: 14px;
  line-height: 20px;
}
table.addresses tr th {
  font-size: 16px;
  line-height: 40px;
}
/* -------------------------------------- Πίνακας Καλαθιού -------------------------------------- */
table.basket {
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  clear: both;
  margin-bottom: 20px;
}
table.basket tr th,
table.basket tr td {
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin: 0px;
  padding: 20px;
}
table.basket tr td:first-child {
  padding-top: 5px;
  padding-bottom: 5px;
}
table.basket tr th {
  background: #f2f2f2;
  padding: 0px 20px;
  font-weight: normal;
  text-align: left;
}
table.basket tr .price {
  width: 90px;
}
table.basket tr.total td {
  background: #f2f2f2;
  text-align: right;
  padding: 0px 20px;
}
table.basket tr td.price {
  text-align: right;
  vertical-align: top;
}
table.basket tr .quantity {
  width: 130px;
  text-align: left;
  vertical-align: top;
}
table.basket tr .quantity p,
#main table.basket tr .quantity p {
  margin: 0px 0px 10px;
  padding: 0px;
  clear: both;
  overflow: hidden;
}
table.basket tr .quantity input {
  height: 30px;
  width: 50px;
  border: 1px solid #cccccc;
  text-align: center;
  display: block;
  float: left;
  margin: 0px 10px 0px 0px;
  padding: 0px;
}
table.basket tr .quantity input + span {
  display: block;
  margin: 0px;
  padding: 0px;
  float: left;
  height: 30px;
  width: 15px;
}
table.basket tr .quantity input + span a {
  text-decoration: none;
  text-align: center;
  display: block;
  margin: 0px;
  padding: 0px;
  clear: both;
  height: 15px;
  width: 15px;
  font-size: 16px;
  line-height: 15px;
  color: #666;
}
table.basket tr .quantity p a {
  font-size: 13px;
  line-height: 20px;
  color: #666;
  text-decoration: none;
  display: block;
}
table.basket tr .quantity p a:hover {
  text-decoration: underline;
}
table.basket tr .quantity p + p,
#main table.basket tr .quantity p + p {
  margin: 0px;
}
table.basket tr td .product {
  margin: 0px;
  padding: 0px;
  height: 160px;
}
table.basket tr td .product p.photo,
#main table.basket tr td .product p.photo {
  margin: 0px 0px 0px 0px;
  padding: 0px;
  float: left;
  height: 160px;
  width: 160px;
  display: block;
  overflow: hidden;
}
table.basket tr td .product p.photo img,
#main table.basket tr td .product p.photo img {
  width: auto;
  height: auto;
  max-width: 95%;
  max-height: 95%;
  padding-top: 15px;
}
table.basket tr td .product h3 {
  font-weight: normal;
  display: block;
  margin: 0px 0px 5px;
  padding: 20px 0px 0px;
}
table.basket tr td .product p,
#main table.basket tr td .product p {
  color: #666;
  margin: 0px;
  padding: 0px;
}

/* -------------------------------------- Γραμή Κουμπιών */
#templatebox .buttons {
  display: block;
  margin: 0px;
  padding: 10px 0px 60px;
  height: 40px;
  clear: both;
}
#templatebox .buttons a {
  color: #ffffff !important;
  text-decoration: none;
  background: #6A6A6A;
  text-align: center;
  display: block;
  margin: 0px;
  padding: 0px 30px;
  float: left;
  height: 40px;
  min-width: 200px;
}
#templatebox .buttons a:hover {
  background: #666;
  background-color: #999;
}
#templatebox .buttons a + a {
  background: #6A6A6A;
  float: right;
}
#templatebox .buttons a + a:hover {
  background: #1a1a1a;
  background-color: #aaa;
}

/* -------------------------------------- Βήματα Προόδου -------------------------------------- */
#steps {
  display: block;
  margin: 0px;
  padding: 0px;
  height: 100px;
  font-size: 14px;
  color: #666;
  overflow: hidden;
}
#steps ul {
  margin: 40px auto 0px;
  padding: 0px;
  list-style: none;
  width: 800px;
  position: relative;
}
#steps ul li {
  width: 30px;
  margin: -15px 85px 0px;
  padding: 0px;
  float: left;
  display: block;
  text-align: center;
  background: #bcbdc0;
  height: 30px;
  position: relative;
  border-radius: 15px;
  z-index: 1;
}
#steps ul li.active {
  background: #aaa;
}
#steps ul li.ok {
  background: #333333;
}
#steps ul li span {
  display: block;
  margin: 35px 0px 0px -85px;
  padding: 0px;
  width: 200px;
  line-height: 20px;
}
#steps ul li.line {
  border-top: 1px solid #bcbdc0;
  background: url(transparent);
  margin: 0px;
  padding: 0px;
  height: 0px;
  width: 590px;
  position: absolute;
  z-index: 0;
  left: 100px;
  top: 0px;
}

/* -------------------------------------- Κουτιά Checkout -------------------------------------- */
.chechoutbox {
  margin: 0px 0px 20px;
  padding: 0px;
  float: left;
  width: 48%;
  border: 1px solid #cccccc;
  height: auto;
  min-height: 290px;
  clear: left;
}
.chechoutbox.long {
  width: 68%;
  height: auto;
}
.chechoutbox + .chechoutbox {
  float: right;
  clear: none;
}
.chechoutbox + .chechoutbox + .chechoutbox,
.chechoutbox.full {
  clear: both;
  width: auto;
  float: none;
  height: auto;
  margin: 0px 0px 20px;
  padding: 0px;
}
.chechoutbox.long + .chechoutbox {
  width: 31%;
  height: auto;
}
.chechoutbox form {
  margin: 0px;
  padding: 0px 0px 10px;
}
.chechoutbox h3 {
  font-weight: normal;
  background: #f2f2f2;
  margin: 0px 0px 20px;
  padding: 0px 0px 0px 4%;
}
.chechoutbox + .chechoutbox + .chechoutbox h3,
.chechoutbox.full h3 {
  padding: 0px 0px 0px 2%;
}
.chechoutbox.data h3 {
  margin: 0px;
}

.chechoutbox h4 {
  font-weight: normal;
  color: #666;
  display: block;
  margin: 0px;
  padding: 0px;
  border-bottom: 1px solid #cccccc;
  text-align: center;
}
.chechoutbox p {
  margin: 0px 0px 10px;
  padding: 0px 4%;
  color: #666;
}
.chechoutbox + .chechoutbox + .chechoutbox p,
.chechoutbox.full p {
  padding: 0px 2%;
}
.chechoutbox.data p.data {
  color: #666;
  margin-top: 20px;
  margin-bottom: 20px;
}
.chechoutbox p label {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  width: 20%;
}
.chechoutbox + .chechoutbox + .chechoutbox p label,
.chechoutbox.full p label {
  width: 9.5%;
}
.chechoutbox.long p label {
  width: 30%;
  vertical-align: top;
}
.chechoutbox p input[type="text"],
.chechoutbox p input[type="password"],
.chechoutbox p select,
.chechoutbox.long p textarea {
  margin: 0px;
  padding: 0px 2.5%;
  height: 28px;
  border: 1px solid #cccccc;
  width: 70%;
  font: normal 14px/28px "Open Sans", Arial, Helvetica, sans-serif;
  color: #666;
}
.chechoutbox + .chechoutbox + .chechoutbox p input[type="text"] {
  padding: 0px 1%;
  width: 32%;
}
.chechoutbox.long p input {
  width: 63%;
}
.chechoutbox.long p input[type="checkbox"],
.chechoutbox.long p input[type="radio"] {
  width: auto;
}
.chechoutbox.long p textarea {
  width: 63%;
  height: auto;
  line-height: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.chechoutbox.long p select {
  width: 68%;
}
.chechoutbox.long p select.small {
  margin: 0px 3% 0px 0px;
  width: 32%;
}
.chechoutbox.long p select.small + select {
  margin: 0px;
}
.chechoutbox p a {
  color: #666;
  text-decoration: underline;
  margin: 0px 5px;
  padding: 0px;
}
.chechoutbox p a:hover {
  font-weight: normal;
}
.chechoutbox p input[type="submit"],
.chechoutbox p input[type="reset"] {
  background: #6F6F6F;
  border-width: 0px;
  border-style: none;
  color: #ffffff;
  margin: 0px 0px 0px 95px;
  padding: 0px 30px;
  height: 40px;
  width: auto;
  cursor: pointer;
}
.chechoutbox p input[type="submit"]:hover,
.chechoutbox p input[type="reset"]:hover {
  background: #1a1a1a;
  background: #aaa;
}

.chechoutbox.long p input[type="submit"] {
  margin-left: 30%;
}
.chechoutbox p input[type="reset"] {
  margin-left: 3%;
}
.chechoutbox input[type="radio"] {
  margin-top: 7px;
}
.chechoutbox input[type="radio"] + label {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  width: 27%;
}
.chechoutbox input[type="radio"] + label.long {
  width: auto;
}
.chechoutbox input[type="radio"] + label.last {
  /*width: 140px;*/
}
.chechoutbox.textbox {
  width: 100%;
  clear: both;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
.chechoutbox.textbox p {
  line-height: 20px;
}
.chechoutbox.textbox img.right {
  margin: 10px 20px;
  padding: 0px;
  float: right;
}
a.newaddress {
  background: #aaa;
  border-width: 0px;
  border-style: none;
  color: #ffffff;
  margin: -40px 0px 10px;
  padding: 0px 20px;
  height: 40px;
  width: auto;
  float: right;
  text-decoration: none;
}
a.newaddress:hover {
  background: #1a1a1a;
  background: #aaa;
}

table.addresses {
  border-top: 1px solid #989dab;
  border-left: 1px solid #989dab;
  border-right: 1px solid #989dab;
  margin-bottom: 20px;
}
table.addresses tr th,
#main table.addresses tr td {
  border-bottom: 1px solid #989dab;
  margin: 0px;
  padding: 20px;
}
table.addresses tr th {
  background: #f2f2f2;
  margin: 0px;
  height: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: left;
  font-weight: normal;
}
.chechoutbox.data table {
  font-size: 16px;
  margin: 0px;
  padding: 0px;
  line-height: 20px;
}
.chechoutbox.data table tr td {
  margin: 0px;
  padding: 10px 20px;
  border-bottom: 1px solid #cccccc;
}
.chechoutbox.data table tr td em {
  font-style: normal;
  color: #ec008c;
}
.chechoutbox.long p.notes {
  font-size: 14px;
  line-height: 18px;
  color: #999;
  padding-left: 50px;
}
.chechoutbox.threecolumn {
  width: 32%;
  float: left;
  margin-right: 1.8%;
}
.chechoutbox.threecolumn + .chechoutbox.threecolumn + .chechoutbox.threecolumn {
  margin: 0px 0px 0px -10px;
  width: 32%;
  clear: none;
  float: right;
}
.chechoutbox.twocolumn,
.chechoutbox.threecolumn.full {
  clear: both;
  float: none;
  min-height: auto;
  margin-bottom: 20px;
  overflow: hidden;
}

.chechoutbox.twocolumn p {
  width: 46%;
  float: left;
}
.chechoutbox.twocolumn p input[type="text"],
.chechoutbox.twocolumn
  + .chechoutbox.twocolumn
  + .chechoutbox.twocolumn
  p
  input[type="text"] {
  width: 65%;
  padding: 0 2.5%;
}
.chechoutbox.twocolumn p label,
.chechoutbox.twocolumn
  + .chechoutbox.twocolumn
  + .chechoutbox.twocolumn
  p
  label {
  width: 25%;
}
.chechoutbox.twocolumn
  + .chechoutbox.twocolumn
  + .chechoutbox.twocolumn
  p
  input[type="radio"]
  + label {
  width: auto;
}
.chechoutbox.threecolumn.full p {
  width: 29%;
  float: left;
}
.chechoutbox.threecolumn.full p label {
  width: auto;
}
