/* GENERAL STYLES */
/********************/
/* General Styles
/********************/
/*




select, input[type="text"], textarea, input[type="password"]
{
	font-size: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a, a:link, a:visited
{
	color: #333333;
}
a:hover
{
	color: #AFD0EF;
}
*/


/********************/
/* Layout Styles
/********************/
#frame
{
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -260px; /* Half of frame height */
	min-width: 780px; 
}


#footer
{
	width: 100% !important;
	background-color: #afd0ef;
	padding: 3px 0;
}

#header-logo
{
	float: left;
}
#header-menu
{
	text-align: right;
	padding-top: 24px; /* sucks */
	padding-right: 5px;
}

#footer-print
{
	float: left;
	padding-left: 5px;
}
#footer-menu
{
	text-align: right;
	padding-right: 5px;
}

/*
a.address:hover 
{
   color: #333333;
}

a.item_name {
	font-size: 12px;
	color: #111111;
}
.item_desc_title {
	font-size: 14px;
	color: #111111;
	font-weight: bold;
}

.TextJust
{
	text-justify: inter-word;
	text-align: justify;
}
.TextSmall
{
	font-size: 10px;
	color: #333333;
}
.TextSmaller
{
	font-size: 9px;
	color: #333333;
}
.TextTitle {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	margin: 0; margin-bottom: 6px;
}
.TextBigTitle {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin: 0; margin-bottom: 6px;
}
.TextBody {
	font-size: 11px;
	color: #333333;
	text-justify: inter-word;
	text-align: justify;	
	margin: 0; margin-bottom: 6px;	
}


#content-right
{
	text-align: justify;
}

#openhour dl
{
   margin-top: 0px;
}
#openhour dt
{
   display: block;
   width: 60px;
   text-align: right;
   padding-bottom: 1px;
}
#openhour dd
{
   display: block;
   margin-left: 75px;
   margin-top: -15px;
   padding-bottom: 1px;
}
*/
.clear
{
	clear: both;
}

/* EDITOR PROPERTIES */

