/* COLORS:
background-green: #C8ED7E
link-hover-orange: #FFA400
menu-links: #006DB4
h1-green,h2-green: #038119
a-underline-gray: #CCCCBB
*/

body {
	background-color: white;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

table { border-collapse: collapse }
table td { padding: 0px }

ul, li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

form {
	padding: 0px;
	margin: 0px;
}

h1, h1 div {
	padding: 0px;
	margin: 0px;
	font-size: 22px;
	font-family: Tahoma;
	font-weight: normal;
	letter-spacing: -1px;
	color: #038119;
}

h2, h2 *, h2 a.h2color {
	padding: 0px;
	margin: 0px;
	font-size: 15px;
	font-family: Arial;
	font-weight: bold;
	letter-spacing: -1px;
	color: #038119;
}

p {
	margin: 3px 0px;
	line-height: 1.4em;
}

td, span, p, form, div {
	font-size: 12px;
	font-family: Verdana, arial;
}

.container {
	width: 754px;
	margin-left: auto;
	margin-right: auto;
}

.content {
	background-color: #C8ED7E;
}

.block {
	background-color: white;
	margin: 0px 12px;
	text-align: left;
	padding: 10px;
}

.subblock {
	background-color: white;
	margin: 0px 2px;
	text-align: left;
	padding: 5px 10px;
}

a.noborder, a.noborder img, a.noborder:hover img, a.icon img, a.icon, a.icon2, a.icon2 img, a.icon:hover { border: none }

a.icon img {
	vertical-align: bottom;
	margin-bottom: 3px;
}

a.icon2 img {
	margin-bottom: -3px;
	margin-right: 3px;
}

a {
	text-decoration: none;
	border-bottom: 1px solid #CCCCBB;
	color:#0063DC;
}

a:hover {
	border-bottom:2px solid #CCCCBB;
}

a img, a.noborder {
	border: 0px;
}

table td.cellseparator {
	border-left: 1px solid #CCCCBB	;
}

small, span.formcomment {
	font-size: 10px;
	color: #A9A9A9;
}

.small, .small a {
	font-size: 10px;
}

ul.reallist { padding-left: 20px }

ul.reallist, ul.reallist li {
	list-style-type: none;
}

ul.reallist li {
    padding-top: 3px;
	padding-bottom: 3px;
    font-size: 12px;
    line-height: 18px;
}

dt { font-weight: bold; margin-bottom: 5px }
dd { margin-left: 5px; margin-right: 5px; margin-bottom: 20px; text-align: justify }

.abbr { color: black; cursor: help; border-bottom-style: dotted }
.abbr:hover { border-bottom: 1px dotted #FFA400 }

/* FORM */

input.text, textarea.text {
	border-color:#C9C9C9 rgb(229, 229, 229) rgb(229, 229, 229) rgb(201, 201, 201);
	border-style:solid;
	border-width:1px;
	padding: 5px;
	font-size: 13px;
	font-family: Verdana;
	margin: 3px;
}

input.file {
	border-color:#C9C9C9 rgb(229, 229, 229) rgb(229, 229, 229) rgb(201, 201, 201);
	border-style:solid;
	border-width:1px;
	padding: 3px;
	font-size: 10px;
	font-family: Verdana;	
}

input.submit {
	font-size: 10px;	
}

input.bigsubmit {
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	font-family: Verdana;	
}

input.disabled, textarea.disabled {
	background-color: rgb(230 230, 230);
}

select {
	border-color:#C9C9C9 rgb(229, 229, 229) rgb(229, 229, 229) rgb(201, 201, 201);
	border-style:solid;
	border-width:1px;
	font-size: 10px;
	font-family: Verdana;
	margin: 3px;
}

span.formcomment {
	margin-left: 5px;
}

table.form input.text, table.form textarea.text, table.form select {
	width: 270px;
}

.submit_button {
	background-repeat: no-repeat;
	background-position: 0% 0%;
	background-color: white;
	border: 0px;
	width: 128px;
	height: 30px;
	font: 11px Arial;
	padding-left: 33px;
	text-align: center;
	vertical-align: bottom;
	color: #555555;
	padding-bottom: 6px;
	cursor: pointer;
}

.submit_button:hover {
	color: black;
}

.submit_button:active {
	padding-top: 1px;
	padding-left: 34px;
}

/* LOGINHEADER */

#loginheader {
	margin-top: 5px;
	font-family: Arial;
	font-size: 11px;
}

#loginheader a {
	color: #4CBF32;
	font-weight: bold;
	border: none;
}

#loginheader a:hover {
	color: #FFA400;
}

/* LANGUAGE CHOOSE */

img.icon {
	vertical-align: -30%;
}

#language_dropdown {
	position: absolute;
	width: 100px;
	border: 1px inset;
	background-color: white;
	text-align: left;
	margin-left: 652px;
	margin-top: 0px;
}

#language_dropdown a {
	display: block;
	padding: 5px;
}

#language_dropdown a:hover {
	background-color: #EFEFEF;
}


/* HEADER */

#header {
	height: 71px;
	background: url("../img/head.gif") no-repeat;
	margin-top: 10px;
}

#logo {
	float: left;
	display: block;
	width: 160px;
	height: 60px;
	text-decoration: none;
}

#menu {
	float: right;
	padding-right: 10px;
	padding-top: -5px;
}

#menu a {
	color: #006DB4;
	font-size: 11px;
	text-decoration: none;
	border-bottom: 1px dotted #429EFF;
	margin: 0px 4px;
}

#menu a:hover {
	border-bottom: 1px dotted #FFA400;
}

#menu span {
	cursor: default;
}

/* MESSAGES */

#messages li {
	background-color: #ffffcc;
	padding: 3px;
	border-top: 1px solid #deded9;
	border-bottom: 1px solid #deded9;
	margin-bottom: 2px;
	padding-left: 23px;
}

#messages li.message-error {
	background: #ffffcc url("../img/icon_stop.gif") 5px 3px no-repeat;
}

#messages li.message-done {
	background: #ffffcc url("../img/icon_accept.gif") 5px 4px no-repeat;
}

#messages {
	margin-bottom: 10px;
}

#messages.empty {
	margin-bottom: 0px;
}

/** INDEX **/

/* MAINBANNER */

#mainbanner h1 div {
	line-height: 30px;
}

/** ARAK **/

/* PRICETABLE */

.pricetable th.meret, .pricetable td.meret {
    text-align: left;
    padding-left: 10px;
}

.pricetable th, .pricetable td {
    font-family:Verdana;
    font-size:11px;
    padding:3px;
    text-align: center;
}

.pricetable th {
    border-bottom:1px solid #666666;
    color:#666666;
    font-weight:normal;
}

.pricetable td {
    padding: 5px 0px;
}

.pricetable td.egysegar {
    color:#E7228C;
    font-family:Helvetica,Arial,sans-serif;
    font-size:24px;
    font-weight:bold;   
}

.pricetable td.egysegar50, .pricetable td.egysegar100 {
    color:#55BBDC;
    font-size:20px;
    font-weight:bold;
    font-family:Helvetica,Arial,sans-serif;
}

.pricetable .odd td {
    background-color: #E3F8FF;
}

/* OFFERS */

#offers table td {
	vertical-align: top;
	text-align: center;
	padding: 10px;
}

/* TOOLTIP */

#dhtmltooltip {
	max-width: 400px;
	text-align: justify;
	position: absolute;
	/*width: 150px;*/
	border: 1px solid black;
	padding: 2px;
	background-color: #FFFFE1;
	visibility: hidden;
	z-index: 100;
	font: 9px Verdana;
}

/* FOOTER */

#footer {
	height: 115px;
	background: url("../img/foot.gif") no-repeat;
}

.advanced{
	display:none;
}

.advanced2{
	display:none;
}

.advanced_button{
	cursor:pointer;
	width:200px;
	font-size:14px;
	border:1px #ff9c60 solid;
	color:white;
	padding:10px;
	background-color:#ff7623;
	/*background-image:url("../img/advanced_button.jpg");*/
	box-shadow: 3px 3px 5px black;
}

.advanced_button:hover{
	border:1px yellow solid;
	box-shadow: 0px 0px 10px white;
	background-image:none;
}

.dnd_switch_button{
	cursor:pointer;
	width:200px;
	font-size:10px;
	border:1px #ff9c60 solid;
	color:white;
	padding:5px;
	background-color:#ff7623;
	background-image:url("../img/advanced_button.jpg");
	box-shadow: 3px 3px 5px gray;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float:right;
	text-align:center;
	margin-right:20px;
}

.dnd_switch_button:hover{
	border:1px yellow solid;
	box-shadow: 0px 0px 10px white;
	background-image:none;
}
