﻿
body{
	font-size:13px;
	color:#eee;
	font-family:Arial, Helvetica, sans-serif;
	background:url('img/bg.jpg') repeat-x #2b3743;
	font-family:Corbel,'Myriad Pro',Arial, Helvetica, sans-serif;
}

#page{
	width: 753px;
	margin: 0 auto 0 auto;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
	border-radius: 14px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;

}

#headingSection{
	background-color:#7b8b98;
	padding:40px;
	padding-left:60px;
	position:relative;
	border:1px solid #8b9ba7;
	border-bottom:none;
}

#faqSection2{
	background:url('https://www.giorgosyfantis.gr/img/faq_bg.jpg') repeat-y #fff;
	padding:20px 90px 60px 60px;
	border:1px solid white;
	text-shadow:1px 1px 0 white;
}

h9{
	color:#fff;
	font-size:30px;
	font-weight:normal;
}

/* The expand / collapse button */

a.button{
	background:url('https://www.giorgosyfantis.gr/en/images/buttons.png') no-repeat;
	width:80px;
	height:38px;
	position:absolute;
	right:50px;
	top:45px;
	text-indent:-9999px;
	overflow:hidden;
	border:none !important;
}

a.button.expand:hover{ background-position:0 -38px;border:none !important;}
a.button.collapse{ background-position:0 -76px;border:none !important;}
a.button.collapse:hover{ background-position:0 bottom;border:none !important;}

/* Definition Lists */

dt{
	color:#8F9AA3;
	font-size:20px;
	margin-top:30px;
	padding-left:25px;
	position:relative;
	cursor:pointer;
	border:1px solid transparent;
	text-align: left;

}

dt:hover{ color:#5f6a73;}

dt .icon{
	background: url('https://www.giorgosyfantis.gr/img/bullets.png') no-repeat;
	height: 12px;
	left: 0;
	position: absolute;
	top: 11px;
	width: 12px;
	margin-top: -8px;
}

dt.opened .icon{ background-position:left bottom;}

dd{
	font-size:14px;
	color:#717f89;
	line-height:1.5;
	padding:20px 0 0 25px;
	width:580px;
	display:none;
	text-align: left;

}


/* Only Needed For The Demo Page */
