/* ###################################################### 
	2easy.gr READ TEXT CLASSES
	###################################################### */

/*	===================================================== 
	TEXT TITLES
	===================================================== */
.heading1, .heading2, .heading3, .heading4 {
	font-weight: bold; 
	font-family: Verdana, Arial, sans-serif;
	line-height: 120%;
	color: #000000;
	}

.heading1 {
	margin: 5px 0 8px 0;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	}
.heading1 a			{color: #aa0000;}
.heading1 a:hover	{color: #000000;}

.heading2 {
	font-size: 13px;
	margin: 0 0 8px 0;
	font-weight: bold;
	line-height: 120%;
	}
.heading2 a			{color: #993300;}
.heading2 a:hover	{color: #000000;}

.heading3 {
	font-weight: bold;
	margin: 0 0 4px 0;
	}
.heading4	{
	font-size: 10px; 
	margin: 0 0 4px 0;
	}

/*	===================================================== 
	TEXT AND IMAGE CLASSES
	===================================================== */

.imageLeft		{float: left; margin: 0 5px 5px 0;}
.imageCenter	{text-align: center; margin: 0 0 5px 0;}
.imageRight    {float: right; margin: 0 0 5px 5px;}
.imageText		{font-size: 10px; text-align: center; background-color: #e4e6e8; padding: 2px 0}

.errorText {color: #cc3333; font-weight: bold}

/*	Obs! overflow: visible AND width: 100% fixes a BUG in IE - Don't remove!
.text {
	overflow: visible;
	width: 100%;
	margin: 12px 0 12px 0;
	text-align: left;
	line-height: 140%;
	}	=========================================================================*/


/* ordinary reading text.
	========================== */
.normalText  {
	overflow: visible;
	width: 100%;
	margin: 12px 0;
	line-height: 140%; 
	text-align: justify;
	font-family: Verdana, Arial, Tahoma, Helvetica, "Times new Roman"; 
	font-size: 11px;
	color: #070707;
	}
.bigText  {
	overflow: visible;
	width: 100%;
	font-family: Tahoma, Arial, "Trebuchet MS", Helvetica, Verdana, "Times new Roman"; 
	font-size: 11pt;
	margin: 12px 0;
	line-height: 140%;
	text-align: left;
	}

/* Lines for reading more.
	========================== */
.readMore {
	clear:both;
	margin: 0 -0 10px -0; 
	padding: 0 0 3px 0; 
	text-align: right; 
	}
#readMoreTable {}
#videoPhotoBG {}
.goToPrint {
	clear: both; 
	float: right; 
	margin: 10px 0 10px 10px;
	}

/*	=============================================================
	RIGHT CONTENT
	============================================================= */

/*	ALL RIGHT LISTS
	=========== =========== =========== */
#rightBG {
	clear: both;
	margin-bottom: 15px; 
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	padding: 1px 0 0 1px;
}

#rightTitle {
	margin-bottom: 1px;
	background-color: #ffffff;
	border-left: 10px solid #000000;
	border-bottom: 2px solid #000000;
	}
#rightTitle div {
	padding: 6px 3px;
	margin: 0 0 1px 1px;
	font-weight: bold;
	color: #000000;
	background-position: left top; 
	background-image:url('../imgPG/sx.BarR.gif'); 
	background-repeat:repeat-x; 
	}

.rightSubTitle {
	color: #000000;
	font-weight: bold;
	padding: 2px;
	margin: 1px 0;
	font-size: 11px;
	font-weight: bold;
	}

#rightContent {
	background-color: #e0e4e8; 
	padding: 3px 0;
	border: 1px solid #000000;
	background-position: left bottom; 
	background-image:url('../imgPG/sx.bgLight.gif'); 
	background-repeat:repeat; 
	}
#rightContent table {
	}
#rightContent table td {color: #000000; padding: 1px 2px 1px 2px}
#rightContent a {color: #aa0000; text-decoration: none}
#rightContent a:hover {color: #000000;}

/*
end
*/
