/* -------------------------------------------------- */
/* CSS FOR BEATIFIC WEBSITE TEMPLATE BY ZOLTAN HOSSZU */
/* -------------------------------------------------- */


body {

	color: #616161;
	font-family: Tahoma, Arial, Verdana, Sans-serif;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
	color: #0e324e;
	display: block;
	font-family: Fontin, Cambria, Georgia, Serif;
	font-size: 30px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h2 { font-size: 25px; }
h3 { font-size: 19px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #0e324e; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { color: #4481aa; }

a {
	color: #5c9d19;
	text-decoration: none;
}

a:hover { color: #7dd417; }

p, span, div { line-height: 150%; }

.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.hidden { display: none; }




/* ----------------------------------------------------- */
/* SOME DEFAULTS */


ul.list_tick, ul.list_star { background: url('../images/separator_v_s.png') no-repeat right center; }

ul.list_tick li, ul.list_star li {
	background: url('../images/icons/icon_tick.png') no-repeat left center;
	line-height: 20px;
	padding: 5px 0px 5px 25px;
}

ul.list_star li { background: url('../images/icons/icon_star.png') no-repeat left center; }

img.border {
	background: white;
	border: 1px solid #E7E7E7;
	padding: 3px;
	margin: 10px;
}


input#sendit, input.sendit {
	background: url('../images/template/button_sendit.png') no-repeat center center;
	border: 0px;
	cursor: pointer;
	height: 36px;
	margin: 0px 0px 0px 5px;
	text-indent: -9999px;
	width: 141px;
}

p.small {
	color: #888;
	font-size: 10px;
}

div.input { cursor: text; }

div.input, div.textarea {
	background: url('../images/backgrounds/bg_input_body.jpg') repeat-x top;
	border: 1px solid #E5E5E5;
	height: 30px;
	line-height: 30px;
	margin: 9px 0px;
	width: 300px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

div.input input {
	background: transparent;
	border: 0px;
	color: #a0a0a0;
	font-size: 11px;
	height: 20px;
	line-height: 20px;
	padding: 5px 0px 0px 0px;
	text-indent: 15px;
	width: 250px;
}

div.textarea, textarea.message {
	height: 140px;
	width: 620px;
}

textarea.message {
	background: transparent;
	border: 0px;
	color: #a0a0a0;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 11px;
	height: 130px;
	margin: 5px;
	width: 610px;
}

table.tablestyle {
	border-top: 1px dotted #CCC;
	border-left: 1px dotted #CCC;
	font-size: 11px;
	margin: 10px 0px;
	width: 300px;
}

table.tablestyle tr td {
	line-height: 10px;
	padding: 10px;
	vertical-align: middle;
}

table.tablestyle tr td img { vertical-align: middle; }

table.tablestyle tr td.head, table.tablestyle tr td.odd, table.tablestyle tr td.even {
	border-right: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
	text-align: center;
}

table.tablestyle tr td.head {
	background: #EEE;
	font-weight: bold;
}


table.tablestyle tr td.odd {
}

table.tablestyle tr td.even {
	background: #F8F8F8;
}


