/*Removes margines and padding from all elements*/
* {
	margin: 0px;
	padding: 0px;
}

/*Basic tags*/
html, body {
	font-size: 10px; /*reset 1 em size to 10px*/
	text-align: center;
	background-color: #FFFFFF;
	font-family: "Lucida Grande", "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	color: #4b5b67;
}
a {
	color: #307c99;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
br {
	display: none;
}
td {
	vertical-align: top;
}
#wrap1 {
	width: 750px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
#wrap {
	background-color: #FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
}
a.logo {
	background-image: url(images/logo-ehradecko.gif);
	background-repeat: repeat;
	height: 80px;
	width: 500px;
	float: left;
	display: block;
}
#nav {
	background-color: #478faa;
	height: 32px;
	clear: both;
	text-align: left;
}
#nav ul {
	padding-left: 15px;
	list-style-type: none;
}
#nav ul li {
	display: inline;
	list-style-type: none;
	text-align: left;
}
#nav ul li a {
	font-size: 1.3em;
	color: #FFFFFF;
	line-height: 32px;
	text-decoration: none;
	margin-right: 10px;
}
#nav ul li a:hover {
	color: #ffec6c;
	text-decoration: underline;
}

/*Headings*/
h1 {
	font-size: 14pt;
	margin: 0px 0 5px;
}

h2 {
	font-size: 1.2em;
	color: #307c99;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	margin-bottom: 8px;
	position: relative;
	background-color: #e9f4f8;
	padding: 3px;
	border: 1px solid #bce0ee;
}
h4 {/*Main categories*/
	margin: 0px;
	padding: 0px;
	font-size: 1.4em;
}
h4.maincat a {
	color: #307c99;
	font-weight: bold;
}
h4.maincat a:hover {
	color: #7ab252;
	text-decoration: underline;
}

/* Basic divs*/

/*Left sidebar and iner divs:content(cats and links)*/
#left {
	float: left;
	width: 520px;
	margin-bottom: 10px;
}
#content {
	text-align: left;
}
#location {
	text-align: left;
	font-size: 1.2em;
	margin-top: 4px;
}
#location a {
	text-decoration: none;
	font-weight: normal;
	color: #e98421;
}
#location a:hover {
	text-decoration: underline;
}

/*Categories*/
.categories {
	text-align: left;
	margin-top: 10px;
}

div.cat li {
	list-style-type: none;
}
.categories a {
	text-decoration: none;
}
.categories a:hover {
	text-decoration: underline;
}
.count {
	color: #307c99;
	font-weight: normal;
}

.c {
	float: left;
}
.cr {
	clear: left;
}
.subcat {
	text-align: center;
	color: #4b5b67;
	font-size: 1.3em;
}

/*Featured links*/
.featured {
	margin-top: 5px;
	text-align: left;
	line-height: 1.1;
	font-size: 1.2em;
	color: #4b5b67;
}
.featured a {
	color: #e98421;
	text-decoration: none;
	font-weight: bold;
}
.featured p.url {
	margin-bottom: 4px;
}

/*Standard links*/
.links{
	text-align: left;
	margin-top: 15px;
	line-height: 1.1;
	color: #4b5b67;
	font-size: 1.2em;
}
.links a {
	color: #307c99;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
.links p.url {
	margin-bottom: 4px;
}
/*Link sorting line and total number of links*/
.small {
	text-align: right;
	position: absolute;
	right: 5px;
	font-size: 1em;
	text-decoration: none;
	font-weight: normal;
	color: #307c99;
}
.small a{
	color: #e98421;
}
.sort {
}
.total {
	color: #7ab252;
	text-align: left;
	margin-top: 10px;
	font-size: 1.3em;
}

/*Right part of site:html located in templates/footer.tpl*/

#right {
	float: right;
	width: 200px;
	margin-bottom: 10px;
}
#right div {
	border: 1px solid #bce0ee;
	width: 200px;
	text-align: left;
	background-color: #e9f4f8;
	margin-top: 10px;
}
#right div ul li {
	list-style-type: none;
}
#right div ul li a {
	line-height: 18px;
	display: block;
	height: 18px;
	font-weight: bold;
	color: #307c99;
	text-align: left;
	font-size: 1.2em;
	padding-left: 15px;
}
#right div ul li a:hover {
	text-decoration: none;
	color: #e98421;
}
#right h6, #submitcontent h6 {
	font-size: 1.2em;
	line-height: 24px;
	background-image: url(images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 24px;
	color: #FFFFFF;
	padding-left: 10px;
	background-color: #5fb1d0;
}
#search {
	background-image: url(images/bg1.jpg);
	background-repeat: no-repeat;
	height: 58px;
	width: 730px;
	text-align: left;
	position: relative;
}
#search form {
	margin-left: 65px;
}
#search input {
	margin-top: 15px;
	font-size: 1.2em;
	padding: 3px;
	border: 1px solid #999999;
}
.srchbutton {
	width: 60px;
	font-size: 1em;
	background-color: #e5e5e5;
}
#stats {
	text-align: right;
	height: 58px;
	width: 300px;
	padding-right: 10px;
	position: absolute;
	top: 0px;
	right: 0px;
}
#stats p {
	font-size: 1.6em;
	line-height: 58px;
	color: #FFFFFF;
	font-weight: bold;
}
#stats p span {
	color: #ffec6c;
}


/*----------------Submit link page-------------------*/
#submitcontent {
	background-color: #e9f4f8;
	border: 1px solid #bce0ee;
	margin-top: 10px;
	font-size: 1.2em;
	padding: 10px;
}
#pricing {
	font-size: 1.2em;
	color: #307c99;
	text-align: left;
}
#pricing table {
	width: 100%;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
input.radio {
	margin-right: 5px;
}
.label {
	text-align: left;
	padding: 3px;
}
input.text { /*All input elements on submit page*/
	color: #307c99;
	background-color: #FFFFFF;
	border: 1px solid #bce0ee;
	width: 300px;
	padding: 3px;
	margin-bottom: 5px;
}
textarea.text { /*Text area for site description*/
	background-color: #FFFFFF;
	border: 1px solid #bce0ee;
	padding: 3px;
	margin-bottom: 5px;
	width: 300px;
	height: 80px;
	color: #307c99;
}
select { /*Select categories element on submit.tpl*/
	font-size: 1em;
	border: 1px solid #bce0ee;
	background-color: #FFFFFF;
	padding: 3px;
	width: 300px;
	margin-bottom: 5px;
	color: #307c99;
}
.submitbtn { /*Submit button on submit page*/
	width: 60px;
}

.captcha {
	margin-top: 10px;
}
label {
	display: block;
}
.req {
	margin-right: 3px;
}
/*----------Messages on submit page------------*/
td.msg{
	color: #e98421;
	text-align: left;
	font-size: 1.2em;
	background-color: #e9f4f8;
}
td.price {
	text-align: left;
}

span.req{
	margin-left: 3px;
	color: #e98421;
	font-weight: bold;
}

div.errForm, span.errForm {
	margin: 0px 0 0px 5px;
	padding: 2px 3px 2px 3px;
	color: #e98421;
	background: #e9f4f8;
	text-align: left;
	clear: right;
}

/*-----------Other phpld default-----------*/
div.pr {
	font-size: 6pt;
	color: #000000;
	float: left;
	height: 30px;
	margin-right: 5px;
}
div.prg{
	width: 40px;
	border: 1px solid #999999;
	height: 3px;
	font-size: 1px;
}
div.prb{
	height: 3px;
	font-size: 1px;
}
/*-----------------Footer---------------------*/
#footer {
	background-color: #e5e5e5;
	padding-left: 10px;
	text-align: left;
	height: 24px;
	margin-bottom: 10px;
	clear: both;
	font-size: 1.2em;
}
#footer p {
	line-height: 24px;
}
#footer a{
	color: #e98421;
	text-decoration: none;
	font-weight: normal;
	line-height: 24px;
}

#footer a:hover {
	text-decoration: underline;
}
#footer2 {
	text-align: left;
	font-size: 1.1em;
	color: #4b5b67;
}
#footer2 a {
	color: #4b5b67;
	text-decoration: none;
}
#footer2 a:hover {
	color: #e98421;
	text-decoration: underline;
}



