<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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: #457fd1;
}
.chechoutbox p a:hover {
	color: #21457a;
}



/* Μεγέθη Γραμμάτων */
table.basket tr th {
	font-size: 16px;
	line-height: 40px;
}
table.basket tr.total td {
	font-size: 18px;
	line-height: 60px;
}

table.basket tr.total td.deliverycost {
	line-height: inherit;
	font-size: 14px;
	padding: 10px;
}

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 #989dab;
	border-left: 1px solid #989dab;
	clear: both;
	margin-bottom: 20px;
}
table.basket tr th, table.basket tr td {
	border-right: 1px solid #989dab;
	border-bottom: 1px solid #989dab;
	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 #989dab;
	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 20px 0px 0px;
	padding: 0px;
	float: left;
	height: 160px;
	width: 160px;
	display: block;
}
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: #FFF;
	text-decoration: none;
	background: #999;
	text-align: center;
	display: block;
	margin: 0px;
	padding: 0px 30px;
	float: left;
	height: 40px;
	min-width: 200px;
}
#templatebox .buttons a:hover {
	background: #666;
}
#templatebox .buttons a + a {
	background: #457fd1;
	float: right;
}
#templatebox .buttons a + a:hover {
	background: #21457a;
}

/* Βήματα Προόδου */
#steps {
	display: block;
	margin: 0px;
	margin-left: 170px;
	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: #21457a;
}
#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%;
	height: auto;
}
.chechoutbox.long {
	width: 63%;
	height: auto;
}
.chechoutbox + .chechoutbox {
	float: right;
}
.chechoutbox + .chechoutbox + .chechoutbox,
.chechoutbox.full {
	clear: both;
	width: auto;
	float: none;
	height: auto;
	margin: 0px 0px 20px;
	padding: 0px;
	border: none;
}
.chechoutbox.long + .chechoutbox {
	width: 35%;
	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 #c6c9d1;
	text-align: center;
}
.chechoutbox p {
	margin: 0px 0px 10px;
	padding: 0px 4%;
	color: #252525;
}
.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%;
	    text-align: left;
}
.chechoutbox + .chechoutbox + .chechoutbox p label,
.chechoutbox.full p label {
	width: 21.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 0.5%;
	height: 28px;
	border: 1px solid #989dab;
	width: 70%;
	font: normal 14px/28px 'Open Sans', Arial, Helvetica, sans-serif;
	color: #000;
}

.chechoutbox.threecolumn p input[type="text"], .chechoutbox.threecolumn + .chechoutbox.threecolumn + .chechoutbox.threecolumn p input[type="text"] {
    width: 65%;
}

.chechoutbox textarea {
    font-size: 13px;
    line-height: 20px;
    margin: 0px;
    padding: 2px 5px;
    border: 1px solid #989dab;
    color: #000;
    width: 70%;
}

.chechoutbox p select {
	width: 71%;
}

.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: 120px;
	line-height: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.chechoutbox.long p select {
	width: 64%;
}
.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;
	padding: 0px;
}
.chechoutbox p a:hover {
	font-weight: normal;
}
.chechoutbox p input[type="submit"], .chechoutbox p input[type="reset"] {
	background: #010d4a;
	border-width: 0px;
	border-style: none;
	color: #FFF;
	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: #000;
}

.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: #6d97eb;
	border-width: 0px;
	border-style: none;
	color: #FFF;
	margin: -40px 0px 10px;
	padding: 0px 20px;
	height: 40px;
	width: auto;
	float: right;
	text-decoration: none;
}
a.newaddress:hover {
	background: #5272b3;
}

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 #cbced5;
}
.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%;
}
.chechoutbox.twocolumn p label, 
.chechoutbox.twocolumn + .chechoutbox.twocolumn + .chechoutbox.twocolumn p label {
	width: 25%;
}
.chechoutbox.threecolumn.full p {
	width: 29%;
	float: left;
}
.chechoutbox.threecolumn.full p label {
	width: auto;
}

#otheradr p label {
	width: 25%;
}

#otheradr p input[type="text"] {
    padding: 0px 1%;
    width: 25%;
}</pre></body></html>