html {
	height:100%;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
    height: 100%;
	font-family: Arial, Tahoma, Verdana;
	font-size: 10px;
}


html, body, table, tr, td {
	font-family: Arial, Tahoma, Verdana;
	font-size: 10px;
/*	font-family: inherit;
	font-size: inherit;
	color: inherit;*/
}


td {
	vertical-align: top;
}

th {
	text-align: left;
	font-weight: normal;
}

td, th {
	margin: 0px 0px 0px 0px;
}


table {
	border-collapse: separate; /* NESMIM ZMENIT KVULI LAYOUTUM */
	/*padding: 0px;
	spacing: 0px; 
	border-size: 0px; */
}

h1,h2,h3,h4,h5,h6 {
    font-weight: bold;
	color: #0066CC;
}

h1 {
	font-size: 14px;
}

h2 {
	font-size: 12px;
}

h3 {
	font-size: 11px;
}

a {
	color:#FF0000;
	text-decoration: underline;
}

a:hover {
	color:#FF8800;
}

a.black {
	color:#000000;
	text-decoration: underline;
}
a.black:hover {
	color:#333333;
}

a img {
	border:0px;
}

p {
    margin-top: 0px;
 	margin-left: 0px;
    margin-right: 10px;
    margin-bottom: 20px;
}

.white {
	color:#FFFFFF;
}
.green {
	color:#22891D;
}
.black {
	color:#000000;
}
.blue {
	color:#3366CC;
}

/* Form elements */

form {
	margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.flat {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	height: 17px;
}

select.flat, textarea.flat, input.flat,
select.error, textarea.error, input.error,
textarea.code, img.flat {
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

select.flat, textarea.flat, input.flat,
textarea.code, img.flat {
	border-color : #888888 !important;
}

input.flat {
	height: 16px !important;
	padding-left: 2px;
	padding-right: 2px;
}

select.hidden, textarea.hidden, input.hidden {
	display: none;
}

div.error, div.warning, div.normal, div.debug {
	background-color: #FFFFE1;
	border: 1px dashed #CFCFCF;
	margin-top: 8px;
	margin-bottom: 16px;
	padding: 6px 6px 6px 32px;
	line-height: 18px;
    font-family: Verdana;
    font-size: 10px;
    color: #000000;
}

/* ----------- E SHOP ------------ */
.m_shop_title {
	font-weight: bold;
	font-size: 14px;
}

td.m_shop_container {
    border: 1px solid #AAAAAA;
    background: #EAEAEA;
    margin-left: 10px;
    margin-right: 10px;
}

td.m_shop_items_header {
	font-weight: bold;
    background: #CCCCCC;
}

td.m_shop_items_content {
    background: #EEEEEE;
}

.m_shop_items_priceTotal {
	font-weight: bold;
	font-size: 11px;
}

input.m_shop_input, select.m_shop_input {
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-color : #888888 !important;
    height: 10px;
}

input.m_shop_button {
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-color : #888888 !important;
}

