@charset "utf-8";

html, body,p,img
{
    padding:0;
    margin:0;
}
html,
body
{
    height:100%;
    font-family:Verdana, Helvetica, Arial, sans-serif;
    font-size:12px;
    color:#000;
}
table
{
    font-family:Verdana, Helvetica, Arial, sans-serif;
    font-size:12px;
    color:#000;
    border:0;
    border-collapse:collapse;
}
img
{
    border:0;
}
fieldset
{
    border:0 none;
}
ul,
ol
{
    padding:5px 30px;
}
input,
select,
textarea
{
    font:10px Verdana, Trebuchet MS, Arial, Helvetica, sans-serif;
    color:#000;
    padding:4px 2px;
    border:1px solid #aaa;
}

optgroup option
{
    padding-left:20px;
}
button
{
    cursor:pointer;
}
acronym
{
    cursor:help;
}
h1
{
    font-size:18px;
    font-weight:normal;
    line-height:1em;
    color:#000;
    margin-bottom:10px;
    border-bottom:1px solid #eee;
}
p
{
    padding-bottom:10px;
}
a,
a:link,
a:active,
a:visited
{
    text-decoration:underline;
    color:#000;
}
a:hover
{
    text-decoration:none;
    color:#000;
}
a:active,
a:focus
{
    outline:0;
}

/* global */
body {
	background-color: #ffffff;
}
.body
{
    margin:0 auto;
    width:1001px;
    position:relative;
}

.header {
	height:115px;
	width: 999px;
	text-align: left;
	/*border-bottom: 1px solid #beaa66;*/
	border-left:1px solid #dac0bd;
  border-right:1px solid #dac0bd;
  background:#f0f0f0 url(img/eurogeles.jpg) no-repeat bottom left;
}
.logohref img {
	width:400px; 
	height:113px;	
}
div.content {
	
	width: 999px;
	border-left:1px solid #dac0bd;
  border-right:1px solid #dac0bd;
	position: absolute;
}

div.bodyLeft
{
    float: left;
    width:163px;
		
}

div.bodyRight
{
		float: left;
    width:209px;
		text-align: center;
		background-color: #f0f0f0;
		padding-top: 10px;
}

div.bodyCenter
{
		float: left;
    width:627px;
    /*float:right;*/
		
}
div.contenttext {
	width:620px;
	color: #505050;
	line-height: 140%;
}
div.contenttext h1 {
	margin-top: 5px;
	color: #383838;
	border-bottom:2px solid #f0f0f0;
}
div.contenttext a {
	text-decoration: underline;
	color: #940303;
}
div.contenttext a:hover{
	text-decoration: none;
	color: #940303;
}

/*Menu*/
.panel {
	position: relative;
	width: 155px;
	background-color: #f0f0f0;
	z-index: 1;
}

.panel .top {
	width: 155px;
	height: 7px;
	/*background-image:  url('panel_top.gif');*/
	background-color: #f0f0f0;
	font-size: 1px;
	line-height: 1px;
}

.panel .bottom {
	width: 155px;
	height: 7px;
	/*background-image:  url('panel_bottom.gif');*/
	background-color: #f0f0f0;
	font-size: 1px;
	line-height: 1px;
}

.panel .menu a.lvl1 {
	display: block;
	background-image: url('img/flower1.png');
	background-repeat: no-repeat;
	background-position: 13px 0px;
	padding-left: 35px;
	padding-right: 5px;
	height: 17px;
	font-size: 11px;
	color: #940303;
	font-weight: bold;
	text-decoration: none;
	margin-top: 8px;
	margin-bottom: 8px;
}

.panel .menu a.lvl2 {
	display: block;
	background-image: url('img/flower2.png');
	background-repeat: no-repeat;
	background-position: 20px 0px;
	padding-left: 40px;
	padding-right: 5px;
	height: 17px;
	font-size: 11px;
	color: #940303;
	font-weight: normal;
	text-decoration: none;
	margin-top: 8px;
	margin-bottom: 8px;
}

.panel .menu a.lvl3 {
	display: block;
	padding-left: 20px;
	padding-right: 5px;
	/*height: 15px;*/
	font-size: 11px;
	color: #940303;
	font-weight: normal;
	text-decoration: none;
	margin-top: 3px;
	margin-bottom: 3px;
}

.panel .menu a.lvl4 {
	display: block;
	padding-left: 25px;
	padding-right: 5px;
	/*height: 15px;*/
	font-size: 10px;
	color: #940303;
	font-weight: normal;
	text-decoration: none;
	margin-top: 3px;
	margin-bottom: 3px;
}
.panel .menu a.lvl5 {
	display: block;
	padding-left: 30px;
	padding-right: 5px;
	/*height: 15px;*/
	font-size: 10px;
	color: #940303;
	font-weight: normal;
	text-decoration: none;
	margin-top: 3px;
	margin-bottom: 3px;
}

.panel .menu a.lvl6 {
	display: block;
	padding-left: 35px;
	padding-right: 5px;
	/*height: 15px;*/
	font-size: 10px;
	color: #940303;
	font-weight: normal;
	text-decoration: none;
	margin-top: 3px;
	margin-bottom: 3px;
}


.panel .menu a:hover.lvl1, 
.panel .menu a:hover.lvl2, 
.panel .menu a:hover.lvl3,
.panel .menu a:hover.lvl4, 
.panel .menu a:hover.lvl5,
.panel .menu a:hover.lvl6,
.panel .menu a.active {
	text-decoration: underline;
}

.panel .line {
	font-size: 1px;
	line-height: 1px;
	border-top: 1px #dac0bd solid;
	margin-left: 13px;
	margin-right: 13px;
}
/*Footer*/
div.footer {
	height: 30px;
	width: 999px;
	position: relative;
	display: block;
	background-color: #f0f0f0;
	border-top:1px solid #dac0bd;
}
.footer .footertable {
	height: 30px;
	width: 999px;
	border: 0 none;
}
.footer .footertable a {
	color: #959595;
}
.footer .footertable a:hover {
	color: #940303;
	text-decoration: underline;
}
.footer .footertable .footerleft {
	width:800px;
	vertical-align: middle;
	padding-left: 20px;
	color: #959595;
}
.footer .footertable .footerright {
	width:199px;
	vertical-align: middle;
	color: #959595;
}
.clear { 
	clear:both; 
	font-size:1px; 
	height:1px; 
	visibility:hidden; 
	line-height:normal; 
	margin-bottom:-1px  
}
.pictable {
width:620px;
text-align: center;
margin-left: auto;
margin-right: auto;
}
.pictable td,th {
	border:1px solid #CFD7B3;
	border-collapse:collapse;
	padding:2px;margin:0;
	vertical-align:center;
}

.listnoticeitem .titlelistnotice .newdate2 {
	font-size: 12px;
	color: #505050;
	font-weight: normal;
}
.listnoticeitem .titlelistnotice a {
	font-size: 12px;
	font-weight: bold;
	color: #505050;
}
img.imgborder {
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
}

/*Gallery*/

/*MY CSS*/

.cat
{ font-size:		150%;
}
.standard
{ font-weight:		normal;
}
.white
{ color:			white;
}
.pink
{ color:			pink;
}
.menu
{ color:			white;
  font-weight:		bold;
  font-size:		100%;
}


	#gallery td,th {
		border:1px solid #CFD7B3;
		border-collapse:collapse;
		padding:2px;margin:0;
		vertical-align:top;
	}

	/*color:#333;
		font-family:verdana,sans-serif; 
		font-size:0.85em;*/
	
	#gallery {
		width:627px;
	  clear: right;
	  margin-top: 5px;
	  margin-left: auto;
	  margin-right: auto;
	  border: 0px;
	  /*padding: 7px;*/
	}
	#gallery a:link{
	  color: #3366cc;
	  text-decoration: none;
	  font-weight: bold;
  }
	#gallery a:visited {
	  color: #3366cc;
	  text-decoration: none;
	  font-weight: bold;
  }
	#gallery a:active {
	  color: #3366cc;
	  text-decoration: none;
	  font-weight: bold;
  }
	#gallery a:hover {
	  color: #336699;
	  text-decoration: none;
	  font-weight: bold;
  }
	#gallery h2, #gallery h3, #gallery h4 {
	  margin: 0;
	  padding: 0;
	  color: #000;
  }
	#gallery p {
	  margin: 0.6em 0;
	  padding: 0;
  }
	#gallery .gbBlock h2 {
	  text-align: left;
	  color: #369;
  }
	#gallery .gbBlock h3 {
		margin-bottom: 0.5em;
  }
	#gallery .gbBlock h4 {
	  margin-top: 0.5em;
	  text-align: left;
  }
	
	#gallery {
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: .75em;
	  color: #333;
	  background-color: #fff;
  }


	#gallery h2, #gallery h3, #gallery h4 {
		font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
  }
	

	.giTitle2{
	  font-family:Georgia, Times New Roman, Times, serif;
		font-size:1.4em;
		line-height:1.2em;
		font-weight:normal;
		color:#06c;

	  /*color: #369;*/
  }
	.giTitle, .giTitle2 {
		text-align: center;
  }
	.giTitle, #gallery h2, #gallery h3, #gallery h4 {
	  font-family:Georgia, Times New Roman, Times, serif;
		font-size:1.5em;
		line-height:1.2em;
		font-weight:normal;
		color:#06c;

	  /*color: #369;*/
  }

	.viewCount{
		color: #000;
  }

	.gallery-thumb a img {
	  background: #eee;
	  padding: 5px;
	  border: #fff 2px solid;
  }
	.gallery-thumb a:hover img {
	  background: #e3e3e3;
	  padding: 5px;
	  border: #9DCF33 2px solid;
  }

	#gallery .gbBlock table h2{display:none;}
	#gallery tbody{border-top:none;}
	 
	#gallery .gbBlock table h2{display:block !important;}
	
	.gcBackground2 {
    background-color: #efefef;
  }
	
	.giDescription, .title {
	  font-family:Georgia, Times New Roman, Times, serif;
		font-size:1.2em;
		line-height:1.2em;
		font-weight:normal;
		color:#06c;
  }
	.giDescription2, .description {
	  font-family:Georgia, Times New Roman, Times, serif;
		font-size:1.0em;
		line-height:1.0em;
		font-weight:normal;
		color:#06c;
  }
	.maingallerytitle {
		font-family:Georgia, Times New Roman, Times, serif;
		font-size:2.0em;
		line-height:1.2em;
		font-weight:normal;
		color:#06c;
		background-color: #efefef;
	}
	
	
	.gbBlock {
	  padding: 0.3em;
	  border-width: 0;
  }

	.gbBlock{
		padding:0 5px 3px 5px;
	}
	
	td.giAlbumCell {
	  padding: 5px;
	  text-align: center;
  }

	td.giAlbumCell table {
		margin: auto; 
  }
	
	td.giAlbumCell table {width:auto;}
	
	.gcBackground3 {
	  background-color: transparent;
  }
	
	.giInfo {
		font-size: 0.9em;
  }
	.giInfo .summary {
	  display: block;
	  font-size: 1em;
	  color: #999;
	  text-align: center;
  }
	
	.gbSystemLinks .size,  .gbSystemLinks .viewCount, .gbSystemLinks .giDescription-id {
	  color: #ccc;
	  float: right;
	  clear: right;
  }
	.giTitle a {
	font-family: Georgia,Times New Roman,Times,serif;

font-size: 12px;

line-height: 1.2em;

font-weight: normal;

color: #0066cc;
	}
/*END shopping card*/
