/************************************** Generic & Reset Css ***********************************/
* {
	margin: 0;
	padding: 0;
}
a {
	color:#ffffff;
	font-weight:normal;
}
a:hover {
	color:#ffffff;
	text-decoration:underline;
}
p {
	text-align:left;
	margin-bottom:10px;
}
.inv {
	position:absolute;
	font-size:9px;
	left:-9999px;
}
.clr {
	margin:0;
	padding:0;
	clear:both;
}
.editableText {
	display:inline;
}
html {
	font-size:13px;
	width:100%;
	height:100%;
	font-family:Arial;
	color:#FFF;
}
body {
	width:100%;
	height:100%;
	background:URL("../images/line.gif") #333333 0 0 repeat;
}
h1, h2, h3, h4, h5, h6, ul, li, em, strong, pre, code {
	padding: 0;
	margin: 0;
	line-height: 1em;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}
table {
	font-size: inherit;
	margin-bottom:15px;
}
ul {
	list-style: none;
}
img {
	border: 0;
}
strong {
	font-weight:bold;
}
td {
	padding:5px 10px;
	text-align:center;
}
td.bold {
	font-weight:bold;
}
/****************** BASIC FLOATING ALL CONTENTS *****************/
#supperWrapper {
	position:absolute;
	left:0;
	top:0;
	height:100%;
	min-height:550px;
	width:100%;
	min-width:960px;
}
#wrapper {
	height:100%;
	margin:0 auto;
	min-height:550px;
	overflow:visible;
	width:850px;
}
.row0, .row1, .row2, .row3, .row4 {
	float:left;
	width:100%;
}
.column1, .column2, .column3 {
	float:left;
}
.row1 {
	height:495px;
	position:relative;
}
.row1 .column1 {
	float:none;
	position:absolute;
	left:0;
	z-index:99;
}
.row1 .column2 {
	height:100%;
	width:428px;
	position:relative;
	z-index:10;
}
.row1 .column3 {
	height:100%;
	width:397px;
	position:relative;
	z-index:10;
	color:#C38C4f;
	background-color:#000000;
	padding:0 0 0px 25px;
}

.row1 .column3 ul{
	padding-left:20px;
	padding-bottom:10px;
}

.row1 .column3 li{
	list-style:circle;
	list-style-position:inside;
	line-height:18px;

}

.row1 .column3 p{
	line-height:20px;
	padding-right:10px;
}
.row1 .column3 a{
	color:#C38C4F;
      text-decoration:underline;
}
	
.row1 .column3 h2 {
	color:#232323;
	display:block;
	float:left;
	font-size:31px;
	height:18px;
	line-height:18px;
	padding-bottom:20px;
	text-align:right;
	width:384px;
}

.row1 .column3 img{
	width:100px;
	height:85px;
	margin:5px 10px 5px 0px;
	border:1px solid #C38C4F;
}

#scrolled_content h2 {
	display:none;
}

.row1 .column3 h4 {
	font-size:16px;
	color:#C38C4F;
	font-weight:bold;
	padding:10px 0;
}

/********************** HEADER *******************************/
#header {
	height:113px;
	padding-bottom:68px;
	padding-top:22px;
	background-color:#000000;
	position:relative;
	margin-top:15px;
}
.row0 .column1 {
	height:100%;
	position:relative;
	width:100%;
	z-index:10;
}
.row0 .column2 {
	float:none;
	position:absolute;
	top:0;
	z-index:2;
	left:0;
	width:428px;
}
.row0 .column2 .banner img {
	float:left;
}
h1 {
	margin:0;
	padding:0;
	float:left;
}
#availability-checker {
	background-color:#333333;
	float:right;
	height:98px;
	margin-right:34px;
	margin-top:8px;
	width:320px;
}
h1 a {
	background:url(../images/logo.png) no-repeat top left;
	width:240px;
	height:113px;
	text-decoration:none;
	display:block;
	margin-left:190px;
}
/************************* TOP MENU **************************************/
#navigation ul {
	background:url("../images/dot.png") repeat scroll left top transparent;
	float:right;
	list-style:none outside none;
	margin:0;
	padding:10px 0;
	width:239px;
}
#navigation ul li {
	float:left;
	width:185px;
	padding:5px 44px 5px 10px;
}
#navigation ul li .active {
	text-decoration:underline;
}
#navigation ul li a {
	color:#ffffff;
	text-decoration:none;
	display:block;
	line-height:18px;
	float:right;
}
#navigation ul li a:hover {
	text-decoration:underline;
}
/***************************** LANGUAGES ***********************************/
#languages {
	left:440px;
	position:absolute;
	z-index:99;
}
#languages ul {
	list-style:none;
	margin:0;
	padding:0;
	display:block;
	width:150px;
	padding-left:20px;
}
#languages ul li {
	float:left;
}
#languages ul li .active {
}
#gr a {
	background:url(../images/gr.jpg) no-repeat top left;
	width:26px;
	height:47px;
	padding-right:10px;
	display:block;
}
#gr span {
	position: absolute;
	left: -5000px;
}
#en a {
	background:url(../images/en.jpg) no-repeat top left;
	width:26px;
	height:47px;
	display:block;
	padding-right:10px;
}
#en span {
	position: absolute;
	left: -5000px;
}

#de a {
	background:url(../images/de.jpg) no-repeat top left;
	width:26px;
	height:47px;
	display:block;
}
#de span {
	position: absolute;
	left: -5000px;
}

#availability-checker h5{
	font-size:12px;
	color:#FFF;
	padding:15px 0 10px 0;
	margin:0 24px 5px 20px;
	border-bottom:1px solid #FFF;
}

/****************** FOOTER ABSOLUTE BOTTOM MIDDLE (optional) *****************/
#footer {
	height:85px;
	width:100%;
}
#footer div.column1 {
	width:100%;
	height:60px;
}
#footer .column2 {
	height:25px;
	width:100%;
}
/********************** FOOTER MENU *******************/

#footNav {
	float:left;
	margin-top:8px;
	width:428px;
}
#footNav ul {
	list-style:none;
	margin:0;
	padding:0;
}
#footNav ul li {
	float:left;
	margin-bottom:6px;
	margin-right:18px;
}

#footNav ul li a{
	font-size:11px;
}
/************************* WEATHER ************************/
#weather {
	width:90px;
	float:left;
	margin:22px 0 0 10px;
}
#weather h2 {
	font-size:12px;
}
#weather #temperature {
	margin-top:-5px;
	float:left;
}
#weather #icon {
	float:left;
	margin-left:10px;
	margin-top:-13px;
}
/***************************** MAP ***********************/
#mapCanvas {
	width:398px;
	height:398px;
	display: block;
	border:#ffffff 1px solid;
}
/*************************** NET 360 LOGO ******************/
#net360 {
	background: url(../images/net360.jpg) no-repeat top right;
	margin-top:5px;
	float:right;
}
#net360 a {
	width:44px;
	height:36px;
	text-decoration:none;
	display:block;
}

/***************** dropdown (optional)***************************/
/* prepei to li kai to a tou parent, to #navigation ul li, na ine position:relative; ********/
#navigation ul ul {
	position: absolute;
	display: block;
	visibility: hidden;
	z-index:99;
}
#navigation ul li ul li {
	display: list-item;
	float: none;
	position:relative;
	z-index:99;
	background-color:#FFFFFF;
	margin:0;
	padding:0 10px;
	height:20px;
	width:172px;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
#navigation ul li ul li ul {
	top: 0;
	left:192px;
}
#navigation ul li ul li a {
	line-height:20px;
	height:20px;
	font-weight:bold;
	color:#bcbebd;
}

#footer #lowest_price{
	float:left;
	height:40px;
	margin-left:22px;
	margin-right:10px;
	margin-top:4px;
	width:157px;
}

#footer #lowest_price div.price{
	float:left;
	width:70px;
	height:30px;
}

#lowest_price div.price .euro {
	font-size:18px;
}

#lowest_price div.price .big {
	font-size:25px;
}

#lowest_price div.price .big {
	font-size:25px;
}

#lowest_price div.title {
	float:left;
	font-size:10px;
	width:110px;
}

#lowest_price div.price .link {
	float:right;
	font-size:10px;
/*	margin-top:-51px;*/
	width:36px;
}
#lowest_price div.link{
	float:left;
	padding-left:10px;
}

#lowest_price div.link span.full {
	display:block;
	width:100%;
}

#lowest_price div.link a.btn {
	background-color:#000;
	border:medium none;
	color:#FFFFFF;
	float:left;
	font-size:12px;
	height:18px;
	line-height:20px;
	margin-top:5px;
	padding-bottom:2px;
	text-align:center;
	width:36px;
	text-decoration:none;
}

#lowest_price div.link a.btn:hover{
	text-decoration:none;
	background-color:#222222;
}

.copyright{
	float:right;
	font-size:11px;
}

.address{
	float:left;
	font-size:11px;
}

.addthis_button{
	cursor:pointer;
	float:left;
	margin-left:14px;
}


.digi{
background:url("../images/digi.jpg") no-repeat scroll left top transparent;
height:71px;
padding-top:26px;
width:100%;
float:left;
}

.digi p{
font-size:9px;
text-align:left;
color:#fff;
padding-left:278px;
}


/* Panorama */

#panoramicTitle h2 {
        color:#232323;
        display:block;
        float:left;
        font-size:31px;
        height:18px;
        line-height:18px;
        padding-bottom:20px;
        text-align:right;
        width:364px;
        padding-top:30px;
}
