@charset "utf-8";

#MenuOfGalleriesWrapper {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	width: 800px;
	float: left;
	height: 604px;
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*z-index:0;
	position: relative;*/
	background-image:url(img/MainContentBack.jpg);
}


#MenuOfGalleriesWrapper h1
{
	margin: 0;
	padding: 10px 20px 10px 20px;
	font-size: 1.5em;
	line-height: 30px;
	color: #800000;
	background-image:url(../../images/bgImages/TransparentWhiteMiddle.png);
	background-repeat: repeat-y;
	border-bottom-width: 1px;
	border-bottom-color: #888;
	border-bottom-style: solid;
	word-spacing: 1em;
	letter-spacing: 0.5em;
	text-align: center;
	font-family: Palatino Linotype, cursive;
}



#MenuOfGalleriesWrapper #MenuOfGalleries 
{
	overflow: hidden;
}

#MenuOfGalleriesWrapper #MenuOfGalleries a{
	text-decoration: none;
	color: #000000;
}

#MenuOfGalleriesWrapper #MenuOfGalleries  div.GalleryButton
{
	margin-left: 10px; /*df 10px*/
	margin-top: 5px;/*df 10px*/
	border: 1px solid #888;
	height: 40px;
	color: #000000; /*df fff*/
	cursor: pointer;
	float: left;
	background-image:url(img/TransparentWhiteMiddle381X10px.png); /*added by Chris*/
	background-repeat: repeat-y;/*added by Chris*/
	width: 381px;	 /*font-size: 1em; ρυθμίζεται στο αρχείο */
	padding-top: 5px;
	padding-bottom: 5px;
}

#MenuOfGalleriesWrapper #MenuOfGalleries  div.GalleryButton:hover
{
	background: #444; /*df 333*/
	color: #fff;
	border: 1px solid #ddd;
	
}


#MenuOfGalleriesWrapper #MenuOfGalleries  div.GalleryButton img
{
	background: #000;  /* #000*/
	background-position: center center;
	float: left;
	border: none;
	width: 40px;
	height: 40px;
	margin-right: 5px;
	margin-left: 5px;
}

#MenuOfGalleriesWrapper #MenuOfGalleries  div.GalleryButton h3
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}

#MenuOfGalleriesWrapper #MenuOfGalleries  div.GalleryButton p.info
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	color: #aaa;
}

