/* fckeditor styles for images */
.imgLeft { float: left; margin-right: 10px; border: 1px solid #474747; }
.imgRight { float: right; margin-left: 10px; border: 1px solid #474747; }
.imgBorder { border: 1px solid #474747; }
/* eof fckeditor styles for images */

/***********************************/

.floatL { float: left; margin-right: 10px; border: 1px solid #474747; }
.floatR { float: right; margin-left: 10px; border: 1px solid #474747; }

.title { color: #c2ae69; margin-bottom: 3px; font-weight: bold; }
.title a { color: #c2ae69; text-decoration: none; }
.title a:hover { text-decoration: underline; }

.more { color: #c2ae69; margin-top: 3px; font-weight: normal; }
.more a { color: #c2ae69; text-decoration: none; }
.more a:hover { text-decoration: underline; }

.empty { text-align: center; margin-top: 50px; margin-bottom: 50px; }

.message { color: #c2ae69; }
.errors { color: #990000; }

.navigator { margin: 0 0 1em 0; }
.navigator a { color: #c2ae69; text-decoration: none; }
.navigator a:hover { text-decoration: underline; }

.hilight { background-color: #c2ae69; color: #FFFFFF; /*font-weight: bold;*/ }
.searchResult dt { font-weight: bold; }
.searchResult dd { margin-left: 0px; }
.searchResult dd ul { margin-bottom: 5px; margin-top: 5px; }

#sitemap div { margin-bottom: 0.4em; }
#sitemap p { margin: 0; padding: 0; }
#sitemap a { text-decoration: none; }
#sitemap a:hover { text-decoration: underline; }

/***********************************/

#images-list { /*padding-top: 1.5em;*/ overflow: hidden; }
* html #images-list { overflow: visible; height: 0 } /* ie6 hasLayout */

#images-list .row { padding-bottom: 1.5em; overflow: hidden; }
* html #images-list .row { overflow: visible; height: 0 } /* ie6 hasLayout */

#images-list .image { float: left; width: 225px; }
#images-list .image img { border: 1px solid #474747; }

#items-list { padding-top: 1em; overflow: hidden; width: 80%; margin: 0 auto; }
* html #items-list { overflow: visible; height: 0 } /* ie6 hasLayout */

#items-list .row { padding-bottom: 1em; overflow: hidden; }
* html #items-list .row { overflow: visible; height: 0 } /* ie6 hasLayout */

#items-list .item-col2 { float: left; width: 49%; text-align: left; }
#items-list .item-col2 img {  }

.item { margin-bottom: 1em; overflow: hidden; text-align: left; }
* html .item { overflow: visible; height: 0 } /* ie6 hasLayout */

.tabl { border-collapse: collapse; }
	.tabl th { padding: 5px; border: 1px solid #404040; }
	.tabl td { padding: 5px; border: 1px solid #404040; }
	.tabl a { color: #c2ae69; text-decoration: none; }
	.tabl a:hover { text-decoration: underline; }

.form-table {
	border-collapse: collapse;
	border-spacing: 0;
	width: auto;
	margin: 0 auto;
}
.form-table h3 {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.form-table td {
	padding: 2px;
	vertical-align: middle;
}
.form-table .submit {
	font-family:Tahoma;
	font-size:11px;
}
.form-table .input2 {
	font-family:Tahoma;
	font-size:11px;
	width:150px;
}
.form-table select.input2 {
	width:155px;
}