/* ###################################################### 
	2easy.gr READ TEXT CLASSES
	###################################################### */


/*	===================================================== 
	TEXT TITLES
	===================================================== */
.heading1 {
	margin: 5px 0 20px 0;
	font-size: 15px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	}
.heading1 a			{color: #aa0000;}
.heading1 a:hover	{color: #000000;}

.heading2 {
	font-size: 13px;
	margin: 0 0 6px 0;
	font-weight: bold;
	line-height: 120%;
	}
.heading3 {
	font-weight: bold;
	margin: 0 0 6px 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%;
	}

.textBox {margin-bottom: 20px;}

/* ordinary reading text.
	========================== */

.normalText  {
	font-size: 11px;
	overflow: visible;
	width: 100%;
	margin: 12px 0;
	line-height: 20px; 
	text-align: justify;
	}
.normalTextT  {
	font-family: "Times new Roman", "Trebuchet MS", Helvetica; 
	overflow: visible;
	width: 100%;
	font-size: 12pt;
	margin: 12px 0;
	line-height: 21px; 
	text-align: justify;
	}

.bigText  {
	font-family: Verdana, Tahoma, Arial, "Trebuchet MS", Georgia, Helvetica; 
	font-size: 13px;
	overflow: visible;
	width: 100%;
	margin: 12px 0;
	line-height: 150%;
	text-align: left; 
	}
.bigTextT  {
	font-family: "Times new Roman", Georgia, Garamond, Helvetica; 
	overflow: visible;
	width: 100%;
	font-size: 13pt;
	margin: 12px 0;
	line-height: 140%;
	text-align: left; 
	}

/* Lines for reading more.
	========================== */
.readMore {
	clear:both;
	margin: 1px 0 5px 0; 
	padding: 0 0 3px 0; 
	text-align: right; 
	border-bottom: 1px #f0e8db solid;
	}
#readMoreTable {}
#videoPhotoBG {}
.goToPrint {
	clear: both; 
	float: right; 
	margin: 10px 0 10px 10px;
	}

.lineBox {
	clear:both;
	font-size: 1px;
	height: 1px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #aabbcc;
	}

/*	=============================================================
	RIGHT CONTENT
	============================================================= */

/*	ALL RIGHT LISTS
	=========== =========== =========== */
.rightBG{
	clear: both;
}
.rightTitle {
	clear: both;
	background: url('../imgPG/sx_headerSec.gif') left bottom repeat;
	border: 1px solid #fff; 
	margin-bottom: 2px;
	}
.rightTitle div {
}
.rightTitle span {
	display: block;
	font-weight: bold;
	color: #fff;
	padding: 6px 3px 5px 3px;
	font-size: 12px;
}

.rightSubTitle {
	clear: both;
	background: #fff url('../imgPG/sx_color40.gif') left center repeat; 
	}
.rightSubTitle div {
	background: url('../imgPG/sx_line_No.gif') left center repeat-x; 
	}
.rightSubTitle span {
	display: block;
	color: #a056;
	font-weight: bold;
	padding: 3px;
	background: url('../imgPG/sx_color10_No.gif') left top repeat; 
	}

.rightContent {
	clear: both;
	padding: 0 0 3px 0;
	}
.rightContent div {
	padding: 2px 0;
	}
.rightContent div a {
	display: block;
	color: #def;
	padding: 1px 2px 1px 12px;
	background: url('../imgPG/sx_line40.gif') left 7px no-repeat; 
	}
.rightContent div a:hover {
	color: #fe0;
	background: url('../imgPG/sx_lineRev.gif') left 7px no-repeat; 
	}
.rightContent div span {
	display: block;
	padding: 0 2px 1px 14px;
	}

/*
end
*/