body {
	font: 0.8em "Arial CE",Arial,"Helvetica CE",Helvetica,"MS sans-serif",sans-serif;
	margin: 0;
	padding: 10px;
	color: #000000;
}
.hidden, #hidden {
	position: absolute;
	display: none;
}
.cleaner {
	display: block;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	width: 100%;
	height: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}
.noDis {
	display: block;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	width: 100%;
	height: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}
/* ------- HEADER ---------- */
#logozone #logo {
	font-size: 1.5em;
}
#logozone #logo a, #logozone #logo a:hover {
	text-decoration: none;
	color: #000000;
}
#logozone #moto {
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
}
/* ------- HEADER --------- */

/* ------  MAIN ------------ */
.box {
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
}
.boxTitle h1, .boxTitle h2 {
	font-size: 1.3em;
    color: #000000;
    padding: 3px 10px;
    font-weight: bold;
    border-bottom: 1px solid #DEB102;
}
.boxContent {
	margin: 10px 0 0 0;
	padding: 0 10px 0 10px;
}
/* ------  MAIN ------------ */

/* ----- CONTACT ------------ */
#contact p {
	margin-bottom: 5px;
}
.name {
	font-weight: bold;
}
/* ----- CONTACT ------------ */

/* -------- ARTICLES -------- */
.articleTime ins {
	text-decoration: none;
	font-weight: bold;
	font-size: 0.8em;
}
.article h3 {
	font-size: 1.2em;
}
.article ins {
	text-decoration: none;
	font-size: 0.85em;
}
.article .articleContent {
	margin-top: 5px;
	margin-bottom: 10px;
	overflow: hidden;
	line-height: 1.6em;
}
.article .articleContent img {
	margin: 5px;
}
/* -------- ARTICLES -------- */

/* ------- LINK and INFO ----- */
.archive {
	margin-bottom: 5px;
}
.back {
	margin-top: 5px;
}
/* ------- LINK and INFO ----- */

/* ------ WYSIWYG --------- */
h1, h2 {
    color: #000000;
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 7px;
}
h3 {
    color: #000000;
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 7px;
}
h4 {
    color: #000000;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 7px;
}
h5 {
    color: #000000;
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 7px;
}
h6 {
    color: #000000;
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 7px;
}

h1, h2, h3, h4, h5, h6 {
    padding-left: 10px;
    padding-right: 10px;
}

.box a, .box a:hover {
    background-color: #363636;
    border-left: 4px solid #DEB102;
    color: #FFFFFF;
    font-weight: bold;
    padding: 0 4px;
    text-decoration: none;
}

.boxContent img {
    margin: 5px;
    border: none;
    background: none;
}
.boxContent a img, .boxContent a:hover img {
    margin: 0px;
    border: none;
    background: none;
}
.boxContent .rowMenuEdit:hover img {
    background: none;
    border: none;
    margin: 0;
    padding: 0 0 0 0;
}

.boxContent .rbcRowMenu .rowMenuInner a, .boxContent .rbcRowMenu .rowMenuInner img {
    background: none;
    border: none;
    margin: 0;
    padding: 0 0 0 0;
}

.boxContent p {
    margin-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
}

.boxContent ol {
	margin: 2px 0 2px 40px;
}
.boxContent ol li ol {
	margin: 0 0 0 15px;
}
.boxContent ol li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: decimal;
}
.boxContent ol li ul {
	padding: 0 0 0 0;
}
.boxContent ol li ul li {
	list-style-type: disc;
        padding: 10px 0 0 0;
}


.boxContent ul {
    padding: 5px 0 5px 35px;
}
.boxContent ul li {
    list-style: disc outside none;
    padding: 0 0 0 0;
}
.boxContent ul li ul {
    padding: 0 0 0 0;
    margin-left: 15px;
}
.boxContent ul ol li {
    background: none;
    padding-left: 0px;
}

blockquote {
    color: #F6BB00;
    font-style: italic;
    margin: 0 5px;
    padding: 5px;
    font-size: 1.2em;
}

table {
    border-collapse: collapse;
    margin: 0 0 7px 11px;
}
*html .box table {
    font-size: 0.9em;
}
.modernTable {
    border-collapse: collapse;
    margin: 0 0 0 1px;
}
.modernTable thead tr td {
    background: #F6BB00;
    border: 1px solid #F6BB00;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0;
}
.modernTable tbody tr td {
    background: none;
    border: 1px solid #F6BB00;
    padding-left: 8px;
    padding-right: 5px;
    margin: 0;
}
/* ------ WYSIWYG --------- */

/* ------ DISCUSSION --------- */
.diskuze {
	overflow: hidden;
	padding: 0;
}
.diskuze h5 {
	font-weight: normal;
	text-decoration: none;
	font-style: italic;
}
.diskuze fieldset {
	border: none;

}

.diskuze label {
	float: left;
	width: 90px;
	padding: 0;
	margin-top: 5px;
	font-weight: bold;
}
.diskuze #postAuthor, .diskuze #postEmail, .diskuze #postTitle {
	border: 1px solid #F6BB00;
	width: 250px;
	padding: 3px 2px 3px 2px;
	font: 0.9em "Arial CE",Arial,"Helvetica CE",Helvetica,"MS sans-serif",sans-serif;
	margin-bottom: 10px;
	_height: 25px;
}
/* IE, IE8 */
.diskuze #postAuthor, .diskuze #postEmail, .diskuze #postTitle {
	*width: 250px;
}
/* IE6 */
*html .diskuze #postAuthor, *html .diskuze #postEmail, *html .diskuze #postTitle {
	width: 250px;
}

.diskuze #postText {
	border: 1px solid #F6BB00;
	width: 330px;
	height: 100px;
	float: left;
	padding: 3px 2px 3px 2px;
	font: 0.9em "Arial CE",Arial,"Helvetica CE",Helvetica,"MS sans-serif",sans-serif;
}
/* IE7, IE8 */
.diskuze #postText {
	*width: 330px;
}
/* IE6 */
*html .diskuze #postText {
	width: 332px;
}

.diskuze .btn {
	float: right;
	margin: 5px 0px 0 0;
	*margin: 5px 1px 0 0;
	_margin: 5px 8px 0 0;
}
/* WebKit */
@media screen and (-webkit-min-device-pixel-ratio:0){
	.diskuze .btn { margin: 5px -3px 0 0; }
}


p.formError {
	color: #f52723;
	font-weight: bold;
}
.boxContent ul.formError {
	margin:0 0 15px 20px;
	padding: 0 0 0 10px;
}
ul.formError li, #sidebar ul.formError li, #right ul.formError li, #rows ul.formError li {
	padding-left: 0;
	background: none;
	color: #434145;
}
ul.formError li span {
	font-weight: bold;
	color: #f52723;
}


.diskuze h4 {
	margin-top: 7px;
}
.diskuze label.wrong {
	color: #f52723;
}
.diskuze #postAuthor.wrong, .diskuze #postEmail.wrong, .diskuze #postTitle.wrong {
	border: 1px solid #f52723;
}

.post {
	height: auto;
	margin: 0 10px 5px 100px;
	overflow: hidden;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #8E8E8E;
}
.level-1 {
	margin-left: 10px;
}
.level-2 {
	margin-left: 30px;
}
.level-3 {
	margin-left: 50px;
}
.level-4 {
	margin-left: 70px;
}
.level-5 {
	margin-left: 90px;
}
.post .head {
	padding: 5px 5px 0 5px;
}
.post .text {
	padding: 0 5px 0 5px;
}
.post .head h3 {
	padding: 0;
	margin: 0 0 3px 0;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	background: none;
}
.post .head p {
	margin: 0;
	padding: 0;
	font-size: 0.9em;
}
.boxContent .post .head p, .boxContent .post .text p {
    padding-left: 0;
    padding-right: 0;
}
.post .head .date, .post .head .user, .post .head .title {
	text-transform: lowercase;
}
.post .head .userName {
	color: #DEB102;
	font-weight: bold;
}
.post .head span {
	font-weight: normal;
}
.post .head ins {
	text-decoration: none;
	font-weight: bold;
}
.post .reply {
	float: right;
	margin-right: 10px;
	text-transform: lowercase;
}
.newPost {
	font-weight: bold;
	margin-top: 5px;
}
/* ------ DISCUSSION --------- */

/* ------ FAQ ---------------- */
.question h3.title {
	cursor: pointer;
	text-decoration: underline;
	font-size: 1.1em;
	font-weight: bold;
        padding-left: 15px;
        padding-bottom: 3px;
}
.hideAnswer {
	color: #000000;
	background: url(../img/faq_close.png) no-repeat 0px 3px;
	font-weight: bold;
}
.hideAnswer:hover {
    color: #F6BB00;
}
.viewAnswer {
	color: #F6BB00;
	background: url(../img/faq_open.png) no-repeat 0px 3px;
	font-weight: bold;
}
.viewAnswer:hover {
    color: #000000;
}
.answerBlock {
	margin-top: 5px;
	padding-left: 15px;
}
#content .boxContent .answerBlock p {
    padding-left: 0;
    padding-right: 0;
}
/* ------ FAQ ---------------- */


/* ----- LINKS -------------- */
.item {
    margin-bottom: 10px;
    padding-bottom: 0px;
    margin-left: 10px;
    margin-right: 10px;
}
.item .title {
    font-size: 1.1em;
    font-weight: bold;
    padding-left: 0;
    margin-bottom: 3px;
}
.item .title a {
    text-decoration: none;
}
.item .title a:hover {
    text-decoration: none;
}
.item .uri {
    margin-bottom: 5px;
    font-size: 0.9em;
}
.item .uri a {
    color: #000000;
    text-decoration: underline;
    background: none;
    border: none;
}
.item .uri a:hover {
    color: #DEB102;
    text-decoration: underline;
}
.itemContent {
    line-height: 1.4em;
}
/* ----- LINKS -------------- */

/* ---- SERVERMAP ----------- */
ul.ServerMap {
    padding: 0 0 0 0;
    margin-left: 30px;
}
ul.ServerMap li {
    list-style-position: outside;
    list-style-type: disc;
    list-style-image: none;
    padding: 7px 0 0 0;
}
ul.ServerMap li a {
    font-size: 1em;
    text-decoration: none;
    font-weight: bold;
}
ul.ServerMap li a:hover {
    text-decoration: none;
}
.boxContent ul.ServerMap li ul {
    margin-left:0;
    padding:0;
}
/* ---- SERVERMAP ----------- */

/* ---- PRODUCTS ------------ */
.product {
	margin-bottom: 10px;
	margin-top: 10px;
}
.product .title {
	font-size: 1.2em;
	font-weight: bold;
}
/* ---- PRODUCTS ------------ */

/* ---- POLL ---------------- */
.poll img, .poll a img, .boxContent .poll img, .boxContent .poll a img {
	border: none;
	text-decoration: none;
	margin: 0;
}
/* ---- POLL ---------------- */