@charset "utf-8";

/***************  COLOR VALUES  **************
	
	#06f  Θάλασσα
	#339cfe  Ουρανός-αρχή
	#c9e1f7 Ουρανός-ψηλά
	#88c2fa Ουρανός-μέση
	#f93  Πορτοκαλί
	#c4b596 Body-bgnd
	
	#f93 Nav1 Bgnd
	#fec Nav1 Bgnd Hover
	#25c Μπλε γράμματα ανοιχτά
	
	#ff0 Price Bgnd Yellow
	#10a Μπλέ γράμματα εντονα
	#800 Μπορντώ γράμματα
	
******************   BODY   ***************/

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFF;
	background-image: url(../Raw_images/corel_brick_10x124_120..png);
	background-repeat: repeat-x;
	background-position: top;
}

/****************   CONTAINER   ***************/

.thrColFixHdr #container {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background-image: none;
	background-color: #FFF;
	background-position: center top;
	background-repeat: no-repeat;
}

/***************   HEADER REL STYLES   **************/

.thrColFixHdr #header {
	height: 128px;
	padding-top: 1px;
	background-image: url(../Raw_images/corel_brick_10x124_120..png);
	background-repeat: repeat-x;
	background-position: center top;
	position: relative;
} 

.linkheader {
	color: #FFF;
	vertical-align: bottom;
}

.thrColFixHdr #container #header #breadcrumbs {
	color: #FFF; /* Αφορά τα βελάκια > */
	font-size: 80%; /* Αφορά τα βελάκια > */
	position: absolute;
	right: 20px;
	bottom: 6px;
}

#breadcrumbs a {
	color: #FFF;
	font-size: 95%;
	text-decoration: none; /* Οχι υπογράμμιση */
}

/*************   SIDEBAR1 REL STYLES   *************/

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the div away from the edges */
	font-weight: bold;
	font-size: 85%;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	position: relative;
}

.sidebar1_h1 {
	color: f93;
}
.sidebar1_h2 {
	color: #004691;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: left;
	font-size: 100%;
	font-weight: normal;
	text-indent: 1em;
}

.sidebar1p {
}

/************   NAVBAR1   **********/

#Navbar1 {
	margin: 10px 0px 0px 0px;
	padding: 7px 0px 7px 7px;
	width: 150px;
	background-color: #FFF;
}
 
 #Navbar1 ul {
	 margin:0px 0px 0px 0px;
	 padding:0px 0px 0px 0px;
	 list-style:none;
	 width: 150px;
} 

#Navbar1 ul li {
		 list-style:none;				 
} 

#Navbar1 ul li a:link, #Navbar1 ul li a:visited {
	padding:0.5em 0.6em;
	display:block;
	font-family:Arial, Verdana, Geneva, Arial, sans-serif;
	font-size: 0.95em;
	font-weight:normal;
	color:#004b91;
	text-decoration:none;
	line-height:1.2em;
	background-color: #fff;
} 
 
 #Navbar1 ul li a:hover, #Navbar1 ul li a:active {
	background-color: #F93;
	padding: 0.5em 0.6em;
	display: block;
	font-family: Arial, Verdana, Geneva, Arial, sans-serif;
	font-size: 0.95 em;
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
	line-height: 1.2em;
}	

#sidebar1 #Navbar1 li a.current, #sidebar1 #Navbar1 li a.current:hover, #sidebar1 #Navbar1 li a.current:active {
	color: #333;
	background-color: #fff;
	cursor:default;
	font-weight: bold;
	text-decoration: none;
}

/***********   NAVBAR2   ***********/

#Navbar2 {
	margin: 10px 0px 0px 0px;
	padding: 7px 0px 7px 7px;
	width: 150px;
	background-color: #FFF;
	}

#Navbar2 ul {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style:none;
	width: 150px;
}

#Navbar2 ul li {
	list-style:none;
}

#Navbar2 ul li a:link, #Navbar2 ul li a:visited {
	padding:0.5em 0.6em;
	display:block;
	font-family:Arial, Verdana, Geneva, Arial, sans-serif;
	font-size: 0.9em;
	font-weight:normal;
	color:#004b91;
	text-decoration:none;
	line-height:1.2em;
	background-color: #fff;
}

#Navbar2 ul li a:hover,#Navbar2 ul li a:active {
	background-color: #f93;
	padding: 0.5em 0.6em;
	display: block;
	font-family: Arial, Verdana, Geneva, Arial, sans-serif;
	font-size: 0.95 em;
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
	line-height: 1.2em;
	}
	
	
#sidebar1 #Navbar2 li a.current, #sidebar1 #Navbar2 li a.current:hover, #sidebar1 #Navbar2 li a.current:active {
	color: #333;
	background-color: #fff;
	cursor:default;
	font-weight: bold;
	text-decoration: none;
}

/********************************/


/*************   SIDEBAR2 REL STYLES   *************/

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the div away from the edges */
	background-image: none;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	color: #666;
	font-style: normal;
}

.sidebar2_h1 {
}

.sidebar2_h2 {
	font-weight: bold;
	font-size: 95%;
}

.sidebar2  p {
}

/*************  MAIN CONTENT REL STYLES   *************/

.thrColFixHdr #mainContent {
    margin-top: 40px;
    margin-right: 200px;
    margin-bottom: 0;
    margin-left: 200px;
    font-size: 85%;
    background-color: #fff;
    color: #000;
    padding-top: 10px;
    line-height: 1.6em;
    text-align: left;
    font-style: italic;
    font-weight: normal;
} 

.booksubheader1 {
	font-size: 90%;
	font-weight: normal;
	color: #555;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0pt;
}


.bookheader2 {
	color: #059;
	font-weight: bold;
	text-align: left;
	font-style: normal;
}

.price {
	color: #FF6600;
	font-weight: bolder;
	padding: 5px;
	font-size: 110%;
}
.book_info_left {
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #444;
	text-align: left;
	line-height: 110%;
}
.book_inf_right {
	color: #000;
	font-weight: normal;
	font-size: 100%;
}


.author {
    font-size: 90%;
    font-weight: bolder;
    color: #004691;
    text-align: left;
    line-height: 110%;
}

#bookbox1 {
	width: 180px;
	padding: 5px;
	float: right;
	margin: 5px;
	height: 500px;
	vertical-align: top;
}

#bookbox2 {
	width: 180px;
	padding: 5px;
	float: right;
	margin: 5px;
	vertical-align: top;
	height: 500px;
}

#bookbox3 {
	padding: 5px;
	float: right;
	margin: 5px;
	width: 180px;
	height: 500px;
}
#bookbox-next {
	padding: 5px;
	float: right;
	margin: 5px;
	width: 180px;
	height: 500px;
}



#bookbox_next {
	padding: 5px;
	float: none;
	margin: 5px;
	/* [disabled]width: 580px; */
	/* [disabled]height: 700px; */
}


#bookprice {
	margin: 0px;
	padding: 5px;
	height: 15px;
	width: 165px;
}

#Booklabel1 {
	margin: 5px;
	padding: 0px;
	width: 175px;
	vertical-align: top;
	text-align: left;
}

#Booklabel3 {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	text-align: left;
}

.mainbodylink {
	color: #800;
}

.thrColFixHdr #container #mainContent bookbox1 {
	margin: 20px;
	padding: 20px;
	height: 400px;
	width: 200px;
}

#bookprice3 {
	margin: 0px;
	padding: 5px;
	height: 15px;
	width: 165px;
}

#Booklabel2 {
	margin: 5px;
	padding: 0px;
	width: 175px;
	vertical-align: top;
	text-align: left;
}
/*************  FOOTER REL STYLES   *************/

.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	border-top-width: thin;
	border-top-style: dotted;
	border-color: #F93;
} 

.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 80%;
	font-weight: bold;
	color: #000000;
	border: none;
}

.thrColFixHdr #container #footer a {
	border-width: 0;
	
}
/*************  GENERAL STYLES   *************/

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.center {
	text-align: center;
	font-size: 100%;
	font-style: italic;
	font-weight: bold;
}

strong {
    text-align: center;
    font-weight: bold;
    font-style: normal;
    font-size: 100%;
}

.blink {
	text-decoration: blink;
}

.yellow_bgnd {
	background-color: #FF0;
}

.justify {
	margin: 0px;
	text-align: justify;
	font-weight: normal;
	font-style: normal;
}

.center_link {
	color: #FFF;
	font-size: 85%;
	z-index: 99;
	position: static;
	vertical-align: bottom;
	display: inline-block;
	font-weight: bold;
}

.current{
}

/*a:link {
	text-decoration: none;
	border: none;
	color: #10a;
}
a:visited {
	text-decoration: none;
	color: #10a;
}	
a:hover {
	text-decoration: underline;
	color: #25c;
}
a:active {
	text-decoration: underline;
	color: #FA3605;
	text-align: center;
	font-weight: bold;
}*/

/************************************************/



.author a {
	text-decoration: none;
	color: #004691;
	font-size: 90%;
		
}
.thrColFixHdr #container #header #bird {
	position: absolute;
	left: 20px;
	top: 30px;
}
.thrColFixHdr #container #header #nefos1 {
	position: absolute;
	left: -15px;
	top: 45px;
}
.thrColFixHdr #container #header #img_ekdoseis {
	position: absolute;
	left: 205px;
	top: 30px;
}
.thrColFixHdr #container #header #img_barka {
	position: absolute;
	left: 190px;
	top: 60px;
}
.thrColFixHdr #container #header #img_gialos {
	position: absolute;
	left: 400px;
	top: 14px;
}
.thrColFixHdr #container #header #img_nefos2 {
	position: absolute;
	left: 700px;
	top: 25px;
}
.thrColFixHdr #container #header #sun {
	position: absolute;
	left: 950px;
	top: 0px;
	width: 70px;
	height: 70px;
}
.book_image {
	margin-right: 1em;
	margin-bottom: 0em;
	background-color: #ccc;
	padding: 1px;
	border: 1px solid #ccc;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
	color: #333;
	font-style: normal;
}
.thrColFixHdr #container #mainContent p strong em {
	color: #333;
	font-style: normal;
}
.Center1 {
	text-align: center;
}
.Main_title {
	font-size: 110%;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	color: #555;
	}
.center_italics {
	font-style: italic;
	text-align: center;
	font-weight: normal;
}
.body_text_normal {
    font-weight: normal;
    text-align: center;
    font-style: normal;
}
.bookheader1 {
	font-weight: bold;
	text-align: left;
	color: #CC0000;
}
