/* ###################################################### 
	2easy.gr READ TEXT CLASSES
	###################################################### */

/* =====================================================
	MIDDLE CLASSES
	===================================================== */


/*	===================================================== 
	TEXT TITLES
	===================================================== */
.heading1 {
	margin: 20px 0;
	font-size: 15px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	}
.heading1 a			{color: #06a;}
.heading1 a:hover	{color: #f80;}

.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%;
	}

/* 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: 0px dotted #aabbcc;
	}
#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;
	margin-top: 15px;
	padding-top: 5px;
	}
.rightTitle {
	clear: both;
	background:  url('../imgPG/sx_color.gif') left bottom repeat; 
	padding: 1px;
	margin: 0 0 1px 0;
	}
.rightTitle div {
	}
.rightTitle span {
	display: block;
	background: url('../imgPG/sx_header.gif') left bottom repeat;
	font-weight: bold;
	color: #fff;
	font-size: 11px;
	padding: 4px;
	border: 1px solid #fff; 
}

.rightSubTitle {
	background: url('../imgPG/sx_color40.gif') left top repeat; 
	padding: 0 0 1px 0;
	}
.rightSubTitle div {
	}
.rightSubTitle span {
	display: block;
	color: #06a;
	font-weight: bold;
	padding: 2px 4px;
	background: #fff url('../imgPG/sx_color20.gif') left center repeat; 
	}

.rightContent {
	clear: both;
	padding: 0 0 2px 0;
	}
.rightContent div {
	padding: 2px 0;
	}
.rightContent div a {
	display: block;
	color: #06a;
	padding: 1px 2px 1px 12px;
	background: url('../imgPG/sx_line.gif') left 8px no-repeat; 
	}
.rightContent div a:hover {
	color: #c00;
	background: url('../imgPG/sx_lineSec.gif') left 8px no-repeat; 
	}
.rightContent div span {
	display: block;
	padding: 0 2px 1px 14px;
	}

/*
end
*/