html {
	height: 100%;
}
h1, h2, h3, h4, h5, h6, h7, p, ul, ol, li, cite, hr, fieldset, img, dl, dt, dd {
	margin: 0;
	padding: 0;
}
ul, li {
	list-style-type: none;
	list-style: none;
}
.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;
}
body {
	height: 100%;
	width: 100%;
	text-align: center;
	font: 0.80em Arial, Tahoma, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	background: #F2DADF url(../img/site_back.jpg) repeat-y top center;
	color: #352E2E;	
}
#body_bg {
	width: 100%; 
	height: auto;
	background: #F2DADF url(../img/site_back.jpg) repeat-y top center;
}
#site_bg {
	width: 100%;
	height: auto;
	background: url(../img/site_vertical.jpg) repeat-x top center;
}
#site_bg_2 {
	width: 100%;
	height: 100%;
	background: url(../img/site.jpg) no-repeat top center;
}
#site {
	width: 790px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
}

#waitingTable {
	background: transparent;
	width: 100%;
	height: 100%;
}
#waitingTable td {
	text-align: center;
	vertical-align: middle;
	background: transparent;
}
/* ------- HEADER ---------- */
#header{
	margin: 0 10px 0 10px;
	padding: 0;
	width: 770px;
	height: 231px;
	border-bottom:  9px solid #d7d7d7;
}
#header_box {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ffffff;
}
.illustration {
	width: 770px;
	height: 231px;
	position: relative;
	overflow: hidden;
}
#logozone {
	position: absolute;
	z-index: 11;
	top: 15px;
	right: 15px;
	text-align: right;
	width: 450px;
	overflow: hidden;
}
#logozone #logo {
	font-size: 2.7em;
	overflow: hidden;
	color: #494E52;
	max-height: 2.6em;
}
/* IE 7, IE 8 */
#logozone #logo { 
	*max-height: 2.5em;
}
/* IE 6 */
#logozone #logo { 
	height: expression(this.scrollHeight>84?"85px":"auto"); 
}
#logozone #logo a, #logozone #logo a:hover {
	text-decoration: none;
	color: #494E52;
}
#logozone #moto {
	font-size: 1.3em;
	font-weight: bold;
	overflow: hidden;
	color: #8F8F8F;
}
/* ------- HEADER --------- */

/* ------- MENU ----------- */
#menuzone .rbcContentBlockHeaderArea {
  margin-top: -31px;
}
#mainMenu_header {
  width: 765px;
}
#menuzone {
	width: 770px;
	height: 45px;
	background: url(../img/menu_bg.jpg) repeat-x left top;
	margin: 0 10px 0 10px;
	padding: 0;
	color: #1b1b1b;
	border-bottom: 1px solid #DDEAF3;
	border-top: 1px solid #E5E5E5;
	position: absolute;
  top: 240px;
}
#mainMenu {
	overflow: visible;
}
#mainMenu #menuzone {
	top: 25px;
}	

/* reset default styles */
#menuId {
	height: 45px;
	margin: 0 0 0 0;
	float: left;
	z-index: 200;
	width: 770px;
}
#menuId ul {
	margin: 0;
	padding: 0; 
	z-index: 200;
}
#menuId li {
	list-style-type: none;
	z-index: 200;
}
/* first level */
#menuId li, #menuId a {
	float: left;
	display: block; 
	z-index: 200;
}
#menuId a {
	display: block;
	line-height: 45px;
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	background: url(../img/menu_a.jpg) no-repeat 5px;
	z-index: 200;
}
#menuId a span {
  background: none;
	display: block;
	line-height: 45px;
	padding-left: 12px;
}
#menuId a span span {
  background: url(../img/menu_li.jpg) no-repeat top center;
}
#menuId a:hover, #menuId a.menu_open, #menuId .selected a, #menuId .activeSelected a {
	background: url(../img/menu_bg_hover.jpg) repeat-x top center;
	z-index: 100;
	color: #FFFFFF;
}
#menuId a:hover span, #menuId a.menu_open span, #menuId .selected a span, #menuId .activeSelected a span {
	background: url(../img/menu_a_hover.jpg) no-repeat 0;
	padding-left: 12px;
}	 
#menuId a:hover span span, #menuId a.menu_open span span, #menuId .selected span span, #menuId .activeSelected span span {
	background: url(../img/menu_li_hover.jpg) no-repeat top center;
}
/* second level */
#menuId ul {
	visibility: hidden; 
	position: absolute;
	width: 13em;
	_width: 14em;
	z-index: 200;
	background: #F7DAE0;
} 
#menuId ul a, #menuId a:hover li a, #menuId a.menu_open li a, #menuId .selected li a, #menuId .activeSelected li a {
	width: 13em;
	_width: 14em;
	color: #1B1B1B;
	padding: 0 5px 0 5px;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	background: #F7DAE0 url(../img/submenu_hover.jpg) no-repeat 8px 10px;
	z-index: 200;
	margin: 0;
	line-height: 2.5em;
}
#menuId ul a span, #menuId a:hover li a span, #menuId a.menu_open li a span, #menuId .selected li a span, #menuId .activeSelected li a span {
	background: url(../img/submenu_li.jpg) no-repeat top center;	
	line-height: 2.5em;
}
#menu ul a span span {
  background: none;
}
#menuId ul a:hover, #menuId ul a.menu_open, #menuId ul .selected a, #menuId ul .activeSelected a {
	background: #E07088 url(../img/submenu.jpg) no-repeat 8px 10px ;
	z-index: 200;
	color: #FFFFFF;
	line-height: 2.5em;
}
#menuId ul a:hover span, #menuId ul a.menu_open span, #menuId ul .selected a span, #menuId ul .activeSelected a span {
	background: none;
	line-height: 2.5em;
}
/* ------ class menu ------- */
.menu {
	height: 45px;
	margin: 0 0 0 0;
	float: left;
	z-index: 200;
	width: 770px;
}
.menu ul {
	margin: 0;
	padding: 0; 
	z-index: 200;
}
.menu li {
	list-style-type: none;
	z-index: 200;
}
/* first level */
.menu li, .menu a {
	float: left;
	display: block; 
	z-index: 200;
}
.menu a {
	display: block;
	line-height: 45px;
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	background: url(../img/menu_a.jpg) no-repeat 8px;
	z-index: 200;
	padding: 0 10px 0 5px;
}
.menu a span {
	background: none;
	display: block;
	line-height: 45px;
	padding-left: 15px;
}
.menu a span span {
  background: url(../img/menu_li.jpg) no-repeat top center;
}
.menu a:hover, .menu a.menu_open, .menu .selected a, .menu .activeSelected a {
	background: url(../img/menu_bg_hover.jpg) repeat-x top center;
	z-index: 200;
	color: #FFFFFF;
}
.menu a:hover span, .menu a.menu_open span, .menu .selected span, .menu .activeSelected span {
	background: url(../img/menu_a_hover.jpg) no-repeat 8px;
}
.menu a:hover span span, .menu a.menu_open span span, .menu .selected span span, .menu .activeSelected span span {
	background: url(../img/menu_li_hover.jpg) no-repeat top center;
}
/* second level */
.menu ul {
	visibility: hidden; 
	position: absolute;
	width: 13em;
	_width: 14em;
	z-index: 200;
	background: #E07088;
} 
.menu ul a, .menu a:hover li a, .menu a.menu_open li a, .menu .selected li a, .menu .activeSelected li a {
	width: 13em;
	_width: 14em;
	line-height: 0.7em;
	color: #FFFFFF;
	padding: 0 5px 0 5px;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	background: #E07088 url(../img/submenu.jpg) no-repeat 8px 10px;
	z-index: 200;
	line-height: 2.5em;
}
.menu ul a span, .menu a:hover li a span, .menu a.menu_open li a span, .menu .selected li a span, .menu .activeSelected li a span {
	background: url(../img/submenu_li.jpg) no-repeat top center;	
	line-height: 2.5em;
}
.menu ul a span span {
  background: none;
}
.menu ul a:hover, .menu ul a.menu_open, .menu ul .selected a, .menu ul .activeSelected a {
	background: #F7DAE0 url(../img/submenu_hover.jpg) no-repeat 8px 10px ;
	z-index: 200;
	color: #1B1B1B;
	line-height: 2.5em;
}
.menu ul a:hover span, .menu ul a.menu_open span, .menu ul .selected a span, .menu ul .activeSelected a span {
	background: none;
	line-height: 2.5em;
}
/* ------- MENU ----------- */

/* ------- NAVIGATOR ------- */
.navigator {
	width: 770px;
	overflow: hidden;
	background: #ececec;
	margin: 47px 10px 0;
	font-size: 0.9em;
}
/* WebKit */
@media screen and (-webkit-min-device-pixel-ratio:0){
	#navizone { height: 30px; }
}
/* IE 6 */
*html .navigator {
  margin: 46px 10px 0;
}
#pageNavigator {
	float: left;
	margin: 0 0 0 20px;
	overflow: hidden;
	padding: 0;
	width: 520px;
	line-height: 32px;
	color: #6F6F6F;
}
/* IE 6 */
*html #pageNavigator {
	margin: 0 0 0 10px;
}
#pageNavigator a {
	color: #6F6F6F;
	text-decoration: underline;
}
#pageNavigator a:hover {
	text-decoration: none;
}
#pageNavigator #navCurrentPage {
	text-decoration: none;
	font-weight: bold;
}
#pageNavigator span span {
	margin: 0 5px 0 5px;
}

#languageSelect {
	float: right;
	overflow: hidden;
	padding: 0 20px 0 0;
	width: 210px;
}
#languageSelectBody {
	margin: 8px 0 9px 0;
	text-align: right;
}
#languageFlags {
	float: right;
	margin-bottom: 8px;
}
#languageSelect #languageFlags a {
	display:block;
	float:left;
	height:16px;
	margin-left:7px;
	text-decoration:none;
	width:16px;
}
#languageSelect ul {
	display: none;
}

#languageList a {
  margin-left: 5px;
}
#languageList .separator {
  color: #7F7F7F;
  display: inline;
  margin-left: 3px;
} 

.languageSelectbox {
  border: 1px solid #6F6F6F;
	font-size: 0.9em;
	_font-size: 0.8em;
	height: 17px;
	_height: 15px;
	margin: 0 0 0 5px;
	padding: 0;
	color: #000000;
	background-color: #ECECEC;
}
/* ------- NAVIGATOR ------- */

/* ------ FOOTER ---------- */
#footer {
	width: 770px;
	height: 57px;
	background: url(../img/footer_bg.jpg) repeat-x;
	padding: 0;
	margin: 10px 10px 0 10px;
	color: #696969;
	overflow: hidden;
}
#footerLeft {
	float: left;
	padding: 7px 0 10px 20px;
	font-size: 0.9em;
	line-height: 1.5em;
	width: 450px;
	margin: 0;
}
#footerLeft p {
	padding: 0 0 5px 0;
	height: 1.3em;
	_height: 1.7em;
	overflow: hidden;
}

.footerText {
	color: #352e2e;
}
.footerText a {
	color: #c6435f;
	text-decoration: underline;
	cursor: pointer;
}
.footerText a:hover {
	color: #352e2e;
}
.signature a {
	color: #696969;
	text-decoration: underline;
}
.signature a:hover {
	color: #c6435f;
}

#footerRight {
	float: right;
	padding: 5px 20px 0 0;
	font-size: 0.9em;
}
#footerRight p {
	padding: 5px 0 0 0;
}
#footerRight p span {
	margin: 0 0 0 15px;
}
#footerRight a {
	color: #686868;
	text-decoration: underline;
}
#footerRight a:hover {
	color: #c6435f;
	text-decoration: underline;
}
#footerRight .print {
	background: url(../img/print.jpg) no-repeat left;
	padding-left: 17px;
}
#footerRight .sitemap {
	background: url(../img/sitemap.jpg) no-repeat left;
	padding-left: 17px;
}
#footerRight .rss {
	background: url(../img/rss.jpg) no-repeat left;
	padding-left: 17px;
}
/* ------ FOOTER ---------- */

/* ------  MAIN ------------ */
#main {
	width: 770px;
	margin: 16px 10px 0 10px;
	padding: 0;
	overflow: hidden;
}
#content {
	width: 495px;
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#wideContent {
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 495px;
}
#rowsContent {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#leftContent {
	float: left;
	width: 240px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#rightContent {
	float: left;
	width: 240px;
	margin: 0 0 0 15px;
	padding: 0;
	overflow: hidden;
}

.box {
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
	overflow: hidden;
}
.boxTitle {
	background: url(../img/title_bg.jpg) no-repeat left bottom;
	width: 495px;
	min-height: 39px;
}
#leftContent .boxTitle, #rightContent .boxTitle {
	background: url(../img/title_bg.jpg) no-repeat left bottom;
	width: 240px;
	min-height: 39px;
}
.boxTitle h1, .boxTitle h2 {
	color: #352E2E;
	padding-left: 60px;
	line-height: 1.5em;
	font-size: 1.8em;
	font-weight: normal;
	padding-top: 4px;
	*padding-top: 6px;
	*margin-bottom: 2px;
}
.boxContent {
	margin: 10px 0 0 0;
	padding: 0 10px 0 10px;
	overflow: hidden;
}

#sidebar {
	width: 260px;
	float: right;
	margin: 0 0 0 15px;
	padding: 0;
	overflow: hidden;
}
*html #sidebar {
	margin: 0 0 0 10px;
}
#sidebarContent {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#sidebar .box {
	margin: 0 0 15px 0;
	padding: 0;
}
#sidebar .boxTitle {
	background: url(../img/sidebar_bg.jpg) no-repeat bottom;
	width: 260px;
	min-height: 39px;
	overflow: hidden;
} 
#sidebar .boxTitle h2 {
	color: #d75974;
	padding-left: 55px;
	line-height: 1.4em;
	padding-top: 6px;
	font-size: 1.5em;
}
#sidebar .boxContent {
	margin: 10px 0 0 0;
	padding: 0 0 0 5px;
	overflow: hidden;
}
/* ------  MAIN ------------ */

/* ------ SEARCH ------------ */
#fulltextSearchText {
	border: 1px solid #C1C1C1;
	margin-left: 10px;
	margin-right: 10px;
	width: 230px;
	padding-right: 2px;
	padding-left: 2px;
}
#fulltextSearch span {
	float: right;
	margin-top: 7px;
	margin-right: 9px;
}
/* IE6 */
*html #fulltextSearch span {
	margin-right: 15px;
}
.submit {
	background: url(../img/submit_bg.jpg) repeat-x top left;
	height: 23px;
	line-height: 23px;
	border: none;
	padding-bottom: 2px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
}
.submit:hover {
	color: #F7DAE0;
}

#fulltextSearchResult {
	padding: 10px 10px 10px 10px;
	margin-bottom: 20px;
	border: 1px solid #C1C1C1;
	background: #ECECEC;
}
#fulltextSearchResult fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
.search {
	margin-bottom: 5px;
	float: left;
	width: 170px;
}
#leftContent .search, #rightContent .search {
	width: 200px;
}
.search label, .type label {
	width: 170px;
	float: left;
	margin-bottom: 10px;
}
#leftContent .search label, #leftContent .type label, 
#rightContent .search label, #rightContent .type label {
	width: 200px;
	margin-bottom: 3px;
}
.type {
	margin-bottom: 5px;
	float: left;
	width: 170px;
	margin-left: 15px;
}
#leftContent .type, #rightContent .type {
	width: 200px;
	margin-left: 0;
}
#fulltextSearchTextResult {
	border: 1px solid #C1C1C1;
	width: 170px;
	color: #606060;
	padding: 3px 2px;
}
/* IE7, IE8 */
#fulltextSearchTextResult {
	*padding: 2px 2px 2px 2px;
}
/* IE6*/
*html #fulltextSearchTextResult {
	padding: 2px;
	height: 23px;
}
#leftContent #fulltextSearchTextResult, #rightContent #fulltextSearchTextResult {
	width: 190px;
}
/* IE6 */
*html #leftContent #fulltextSearchTextResult, *html #rightContent #fulltextSearchTextResult {
	width: 198px;
}
#fulltextSearchTypeResult {
	border: 1px solid #C1C1C1;
	width: 170px;
	color: #606060;
	padding: 2px;
}
/* IE */
#fulltextSearchTypeResult {
	*padding: 2px;
	*margin-top: 1px;
}
#leftContent #fulltextSearchTypeResult, #rightContent #fulltextSearchTypeResult {
	width: 195px;
}
/* IE6 */
*html #leftContent #fulltextSearchTypeResult, *html #rightContent #fulltextSearchTypeResult {
	width: 198px;
}
.btnarea {
	float: left;
	margin-left: 15px;
	*margin-left: 10px;
	margin-top: 25px;
}
/* WebKit */
@media screen and (-webkit-min-device-pixel-ratio:0){
	.btnarea { margin-top: 28px; }
}
#leftContent .btnarea, #rightContent .btnarea {
	margin: 8px 5px 0 0;
	float: right;
}
/* IE7, IE8 */
#leftContent .btnarea, #rightContent .btnarea {
	*margin: 8px 2px 0 0;
}
/* IE6 */
*html #leftContent .btnarea, *html #rightContent .btnarea {
	margin: 8px 0 0 0;
}
p.size, #mainContent .box_content p.size {
	line-height: 1.3em;
	font-size: 0.9em;
	padding-bottom: 0;
	padding-top: 3px;
}
/* -------- SEARCH ---------- */

/* ----- CONTACT ------------ */
#contact {
	background: #f0f4fb;
	padding: 10px;
}
#contact p {
	margin-bottom: 5px;
}
.name {
	color: #d75974;
	font-weight: bold;
}
#contact a {
	color: #d75974;
	text-decoration: underline;
}
#contact a:hover {
	color: #8e162f;
	text-decoration: underline;
}
/* ----- CONTACT ------------ */

/* -------- TAGS ------------- */
ol.tags, .boxContent ol.tags {
	margin: 5px 0 5px 0;
	text-align: center;
	font-size: 0.95em;
	line-height: normal;
}
ol.tags li {
	padding: 0;
	list-style-type: none;
	list-style: none;	
	margin: 0 0.25em 0 0.25em;
	font-size: 1.2em;
	display: inline;
	text-align: left;
}
ol.tags a {
	color: #2974a9;
	text-decoration: none;
}
ol.tags a:hover {
	color: #352e2e;
	text-decoration: underline;
}
/* -------- TAGS ------------ */

/* -------- ARTICLES -------- */
.articleTime ins {
	color: #919192;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.8em;
}
#sidebar .article {
	padding: 2px 10px;
}
.article h3 {
	font-size: 1.2em;
}
.article h3 a {
	color: #D75974;
	text-decoration: none;
}
.article h3 a:hover {
	color: #8e162f;
	text-decoration: underline;
}
.article ins {
	text-decoration: none;
	color: #888888;
	font-size: 0.85em;
}
.article .articleContent {
	margin-top: 5px;
	margin-bottom: 10px;
	overflow: hidden;
	line-height: 1.8em;
}
.article .articleContent img {
	margin: 5px;
}
/* -------- ARTICLES -------- */

/* ------- LINK and INFO ----- */
.archive {
	margin-bottom: 5px;
}
#sidebar .archive {
	padding: 0 10px;
}
.pagingInfo {
	float: left;
}
#sidebar .pagingInfo {
	padding: 0 10px;
	float: none;
}
#leftContent .pagingInfo, #rightContent .pagingInfo {
	float: none;
}
.back {
	margin-top: 5px;
}
.rbcTags h4 {
	display: block;
	float: left;
	margin: 4px 7px 0 0;
	font-size: 1.1em;
}
.rbcTags .tags {
	line-height: 1.8em;
	padding: 1px 0 5px 0;
	margin: 0 0 0 0;
}
/* ------- LINK and INFO ----- */

/* ------- WSW -------------- */
#sidebar .wsw {
	padding: 10px;
	overflow: hidden;
}
.boxContent img {
	margin: 5px;
}
.boxContent p {
	margin-bottom: 7px;
	line-height: 1.7em;
}
a {
	color: #D75974;
	text-decoration: underline;
}
a:hover {
	color: #8e162f;
	text-decoration: underline;
}
h1, h2 {
	margin-bottom: 7px;
	font-weight: bold;
	font-size: 1.8em;
	color: #D75974;
}
h3 {
	margin-bottom: 7px;
	font-weight: bold;
	font-size: 1.5em;
	color: #2974a9;
}
h4 {
	margin-bottom: 7px;
	font-weight: bold;
	font-size: 1.3em;
	color: #2974a9;
}
h5, h6 {
	margin-bottom: 7px;
	font-weight: bold;
	font-size: 1.1em;
}
.boxContent ol {
	margin-left: 40px;
}
.boxContent ol li ol {
	margin-left: 20px;
}
.boxContent ol li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: decimal;
	padding-bottom: 2px;
	padding-top: 2px;
}
.boxContent ul {
	padding-left: 15px;
}
.boxContent ul li {
	background: url(../img/li.jpg) no-repeat 0px 5px;
	padding: 3px 0 2px 20px;
}
blockquote {
	color: #D75974;
	font-style: italic;
	margin: 0 5px;
	padding: 5px;
}
table {
	border-collapse: collapse;
	margin: 0;
}
.modernTable {
	border-collapse: collapse;
	margin: 0;
}
.modernTable thead tr td {
	background: #f6b9c6;
	border: 1px solid #f6b9c6;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0;
}
.modernTable tbody tr td {
	background: none;
	border: 1px solid #f6b9c6;
	padding-left: 8px;
	padding-right: 5px;
	margin: 0;
}
.rbcWidgetArea {
	margin-top: 5px;
	margin-bottom: 5px;
}
/* ------- WSW -------------- */

/* ------- PAGING ------------ */
.paging {
	float: right;
}
#leftContent .paging, #rightContent .paging {
	margin-top: 10px;
	float: none;
	background: url(../img/sidebar_link.jpg) no-repeat top center;
	padding-top: 5px;
	text-align: center;
}
#sidebar .paging {
	float: none;
	background: url(../img/sidebar_link.jpg) no-repeat top center;
	padding-top: 5px;
	text-align: center;
	margin-top: 10px;
}
.leftEnd, .left  {
	color: #a7ccf0;
	font-weight: bold;
	line-height: 1.5em;
	margin-right: 3px;
	padding: 0 2px 2px 2px;
	text-decoration: none;
}
.leftEnd:hover, .left:hover {
	color: #2974A9;
	text-decoration: none;
}
.paging .selected {
	font-weight: bold;
	color: #000000;
	background: #d3e5f7;
	padding: 0 2px 2px 2px;	 
}
.right, .rightEnd {
	color: #a7ccf0;
	font-weight: bold;
	line-height: 1.5em;
	margin-left: 3px;
	padding: 0 2px 2px 2px;
	text-decoration: none;
}
.rightEnd:hover, .right:hover {
	color: #2974A9;
	text-decoration: none;
}
.separator {
	display: none;
}
.paging a {
	padding: 0 2px 2px 2px;
}
.paging a .pageText {
	color: #919192;
	line-height: 1.5em;
	text-decoration: underline;
}
.paging a:hover .pageText {
	color: #148EC0;
}
/* ------- PAGING ------------ */

/* ------ DISCUSSION --------- */
.diskuze fieldset {
	border: 1px solid #C1C1C1;
	background: #F4F4F4;
	margin: 0;
	padding: 15px;
}
.diskuze label {
	float: left;
	width: 158px;
	padding: 0 7px 5px 0;
	margin-top: 5px;
	color: #1B1B1B;
	font-weight: bold;
}
#leftContent .diskuze label, #rightContent .diskuze label {
	width: 190px;
	margin-bottom: 3px;
}
.diskuze #postAuthor, .diskuze #postEmail, .diskuze #postTitle, .diskuze .feWebFormInput {
	border: 1px solid #C1C1C1;
	width: 272px;
	padding: 3px 2px 3px 2px;
	font: 0.95em Lucida Sans Unicode, Tahoma, Verdana, sans-serif;
	background-color: #FFFFFF;
	color: #1B1B1B;
	margin-bottom: 15px;
}
/* IE, IE8 */
.diskuze #postAuthor, .diskuze #postEmail, .diskuze #postTitle, IE8 */
.diskuze .feWebFormInput {
	width: 305px;
}
/* IE6 */
*html .diskuze #postAuthor, *html .diskuze #postEmail, *html .diskuze #postTitle, /* IE6 */
*html .diskuze .feWebFormInput {
	width: 312px;
}
#leftContent .diskuze #postAuthor, #leftContent .diskuze #postEmail, #leftContent .diskuze #postTitle, #rightContent .diskuze #postAuthor, #rightContent .diskuze #postEmail, #rightContent .diskuze #postTitle, #leftContent .diskuze .feWebFormInput, #rightContent .diskuze .feWebFormInput {
	width: 190px;
}
/* IE7, IE8 */
#leftContent .diskuze #postAuthor, #leftContent .diskuze #postEmail, #leftContent .diskuze #postTitle, #rightContent .diskuze #postAuthor, #rightContent .diskuze #postEmail, #rightContent .diskuze #postTitle, IE8 */
#leftContent .diskuze .feWebFormInput, #rightContent .diskuze .feWebFormInput {
	*width: 185px;
}
/* IE6 */
*html #leftContent .diskuze #postAuthor, *html #leftContent .diskuze #postEmail, *html #leftContent .diskuze #postTitle, *html #rightContent .diskuze #postAuthor, *html #rightContent .diskuze #postEmail, *html #rightContent .diskuze #postTitle, /* IE6 */
*html #leftContent .diskuze .feWebFormInput, *html #rightContent .diskuze .feWebFormInput {
	width: 190px;
}
#sidebar .diskuze #postAuthor, #sidebar .diskuze #postEmail, #sidebar .diskuze #postTitle, #sidebar .diskuze .feWebFormInput {
	width: 215px;
}
/* IE6 */
*html #sidebar .diskuze #postAuthor, *html #sidebar .diskuze #postEmail, *html #sidebar .diskuze #postTitle, /* IE6 */
*html #sidebar .diskuze .feWebFormInput {
	width: 223px;
}
.diskuze #postText, .diskuze .feWebFormTextarea {
	border: 1px solid #C1C1C1;
	width: 440px;
	height: 100px;
	float: left;
	padding: 3px 2px 3px 2px;
	font: 0.95em Arial, Tahoma, Verdana, sans-serif;
	background-color: #FFFFFF;
	color: #1B1B1B;
}
/* IE7, IE8 */
.diskuze #postText, IE8 */
.diskuze .feWebFormTextarea {
	width: 435px;
}
/* IE6 */
*html .diskuze #postText, /* IE6 */
*html .diskuze .feWebFormTextarea {
	width: 445px;
}
#leftContent .diskuze #postText, #rightContent .diskuze #postText, #leftContent .diskuze .feWebFormTextarea, #rightContent .diskuze .feWebFormTextarea {
	width: 190px;
}
/* IE7, IE8 */
#leftContent .diskuze #postText, #rightContent .diskuze #postText, IE8 */
#leftContent .diskuze .feWebFormTextarea, #rightContent .diskuze .feWebFormTextarea {
	*width: 185px;
}
/* IE6 */
*html #leftContent .diskuze #postText, *html #rightContent .diskuze #postText, /* IE6 */
*html #leftContent .diskuze .feWebFormTextarea, *html #rightContent .diskuze .feWebFormTextarea {
	width: 190px;
}
#sidebar #postText, #sidebar .feWebFormTextarea {
	width: 215px;
}
/* IE6 */
*html #sidebar #postText, /* IE6 */
*html #sidebar .feWebFormTextarea {
	width: 223px;
}
.diskuze .btn {
	float: right;
	margin-right: 3px;
	margin-top: 15px;
}
/* IE7, IE8 */
.diskuze .btn {
	*margin-right: 1px;
}
/* IE6 */
*html .diskuze .btn {
	margin-right: 0;
}
/* WebKit */
@media screen and (-webkit-min-device-pixel-ratio:0){
  .diskuze .btn { margin-right: 0px; }
}
.formError {
	margin: 5px 0 5px 0;
}
ul.formError {
	margin: 0 0 15px 0;
}
ul.formError li {
	padding-left: 0;
	background: none;
}
ul.formError li span {
	font-weight: bold;
	color: #B63651;
}
.diskuze label.wrong {
	color: #D75974;
}
.diskuze #postAuthor.wrong, .diskuze #postEmail.wrong, .diskuze #postTitle.wrong, .diskuze .feWebFormInput.wrong {
	border: 1px solid #6B6B6B;
}
.post {
	border: 1px solid #C1C1C1;
	height: auto;
	margin: 0 0 15px 120px;
	overflow: hidden;
	padding: 0 0 5px;
	background: #F4F4F4;
}
.level-1 {
	margin-left: 5px;
}
.level-2 {
	margin-left: 30px;
}
.level-3 {
	margin-left: 60px;
}
.level-4 {
	margin-left: 90px;
}
.post .head {
	background: #E9E9E9;
	padding: 7px;
	color: #1B1B1B;
}
.post .text {
	background: #F4F4F4;
	padding: 7px;
}
.post .head h3 {
	font-size: 1em;
	font-weight: bold;
	padding: 0;
	margin: 0;
	text-decoration: none;
	color: #B63651;
}
.post .head p {
	margin: 0;
	padding: 0;
}
.post .head .date, .post .head .user, .post .head .title {
	font-weight: bold;
	color: #1b1b1b;
}
.post .head ins {
	text-decoration: none;
}
.post .head em {
	text-decoration: underline;
}
.post .reply {
	float: right;
	margin-right: 10px;
}
.post .reply a {
	font-weight: bold;
	color: #D75974;
	background: url(../img/butterfly_discusion.jpg) no-repeat left;
	padding-left: 20px;
}
.newPost {
	font-weight: bold;
	margin-top: 5px;
}
/* ------ DISCUSSION --------- */

/* ------ FAQ ---------------- */
#sidebar .question {
	padding: 2px 10px;
	margin-bottom: 10px;
}
.question {
	margin-bottom: 15px;
}
.question h3.title {
	text-decoration: none;
	color: #D75974;
	background: url(../img/butterfly_faq.jpg) no-repeat left top;
	padding-left: 25px;
	font-size: 1.1em;
	margin-bottom: 0;
}
#sidebar .question h3.title {
	background: none;
	padding-left: 0;
	margin-bottom: 5px;
}
.question .answerBlock {
	padding-left: 25px;
}
#sidebar .question .answerBlock {
	padding-left: 0;
}
/* ------ FAQ ---------------- */

/* ----- LINKS -------------- */
.item {
	margin-bottom: 20px;
	padding-bottom: 5px;
}
.item h2.title {
	font-size: 1.1em;
	margin-bottom: 5px;
	background: url(../img/butterfly_faq.jpg) no-repeat left top;
	padding-left: 25px;
}
.item h2.title a {
	color: #D75974;
}
.item h2.title a:hover {
	color: #B63651;
}
.item .uri { 
	color: #888888;
	font-size: 0.9em; 
	margin-left: 25px;
}
.item .uri a {
	color: #888888;
}
.item .uri a:hover {
	color: #1B1B1B;
}
.item .size {
	margin-left: 25px;
	color: #888888;
	font-style: italic;
	text-transform: lowercase;
}
.itemContent {
	line-height: 1.5em;
	margin-left: 25px;
}
/* ----- LINKS -------------- */

/* ---- SERVERMAP ----------- */
ul.ServerMap {
	padding-left: 5px;
	margin-left: 10px;
}
ul.ServerMap li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	background: none;
	padding: 4px 0 4px 0;
}
ul.ServerMap li a {
	background: url(../img/butterfly_faq.jpg) no-repeat left;
	padding-left: 20px;
	font-weight: bold;
	font-size: 1em;
	text-decoration: underline;
}
ul.ServerMap ul {
	padding: 5px 0 0 15px;
}
ul.ServerMap ul li a {
	background: url(../img/arrow_sitemap.jpg) no-repeat 0px 6px;
	padding-left: 15px;
	font-weight: normal;
	color: #1B1B1B;
	text-decoration: underline;
}
ul.ServerMap ul li a:hover {
	color: #888888;
} 
/* ---- SERVERMAP ----------- */

/* ---- PRODUCTS ------------ */
.product {
	margin-bottom: 10px;
	margin-top: 10px;
}
#sidebar .product {
	padding: 2px 10px;
	margin-top: 5px;
}
#sidebar .product, #rightContent .product {
	margin-left: 5px;
}
.product .title {
	font-size: 1.1em;
	font-weight: bold;
	background: url(../img/butterfly_faq.jpg) no-repeat left top;
	padding-left: 25px;
}
#sidebar .product .title {
	background: none;
	padding-left: 0;
}
.product .title a {
	color: #D75974;
}
.product .title a:hover {
	color: #B63651;
}
.product .image {
	float: left;
	width: 140px;
	margin-left: 20px;
}
/* IE 6 */
*html .product .image {
	margin-left: 10px;
}
#leftContent .product .image, #rightContent .product .image {
	float: none;
	margin-left: 25px;
	width: 140px;
}
#sidebar .product .image {
	margin-left: 0;
	float: none;
	width: 235px;
	display: block;
	text-align: center;
}
.product .image a {
	border: none;
	text-decoration: none;
}
.product .image a img {
	border: 1px solid #C7C7C7;
	text-decoration: none;
}
.product .image a:hover img {
	border: 1px solid #D75974;
	text-decoration: none;
}
.product .text {
	line-height: 1.5em;
	margin-left: 165px;
}
#leftContent .product .text, #rightContent .product .text {
	margin-left: 25px;
}
#sidebar .product .text {
	margin: 0;
}
.productDetail { }
.productDetail .image {
	display: block;
	margin: 0;
	text-align: center;
}
.productDetail .image a {
	border: none;
	text-decoration: none;
}
.productDetail .image a img {
	border: 1px solid #C7C7C7;
	text-decoration: none;
}
.productDetail .image a:hover img {
	border: 1px solid #D75974;
	text-decoration: none;
}
.productDetail .text {
	margin-top: 5px;
}
/* ---- PRODUCTS ------------ */

/* ---- PHOTOGALLERY -------- */
.photo118 a.photo {
	width: 118px;
	float: left;
	text-decoration: none;
}
.photo200 a.photo {
	width: 200px;
	float: left;
	text-decoration: none;
	margin: 0 0 10px 25px;
}
a.photo {
	margin: 0 0 10px 30px;
	overflow: hidden;
	font-size: 85%;
	border: 1px solid #CACACA;
	cursor: pointer;
	font-weight: normal;
	text-align: center;
	padding-bottom: 5px;
	text-decoration: none;
}
#leftContent .photo118 a.photo, #rightContent .photo118 a.photo {
	margin: 0 0 10px 55px;
}
#sidebar .photo118 a.photo {
	margin: 0 0 10px 70px;
}
#leftContent .photo200 a.photo, #rightContent .photo200 a.photo {
	margin: 0 0 10px 10px;
}
#sidebar .photo200 a.photo {
	margin: 0 0 10px 30px;
}
a.photo:hover {
	border: 1px solid #BB435D;
	font-weight: normal;
	text-decoration: none;
}
a.photo .name {
	color: #D75974;
	text-decoration: none;
	font-weight: normal;
}
a.photo:hover .name {
	border: none;
	font-weight: normal;
	color: #BB435D;
	text-decoration: none;
}
.photo118 a.photo span.image {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 118px;
	height: 118px;
	border: none;
}
.photo200 a.photo span.image {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 200px;
	height: 200px;
	border: none;
}
a.photo span.image span {
	*position: absolute;
	*top: 50%;
	*left: 50%;
}
a.photo span.image img {
	margin: 0;
	border: 0;
	border: none;
}
a.photo span.image img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;	
	*position: relative;
	*top: -50%;
	*left: -50%;
	*margin: 0;
	*overflow: hidden;
	border: none;
}

.photofull {
	margin-top: 15px;
	visibility: 
}
.photofull span.image {
	position: relative;
	display: block;
	margin: 0 auto 10px;
	text-align: center;
	width: 470px;
	height: 470px;
	border: 1px solid #C6C6C6;
}
.photofull span.image img {
	margin: 0;
	border: 0;
}
#leftContent .photofull span.image, #rightContent .photofull span.image {
	width: 225px;
	height: 225px;
}
.photofull span.image img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;	
	*position: relative;
	*top: -50%;
	*left: -50%;
	*margin: 0;
	*overflow: hidden;
}
/* IE6 */
* html .photofull span.image { width: 472px; height: 472px; }
/* IE7 and IE8 */
.photofull span.image span {
	*position: absolute;
	*top: 50%;
	*left: 50%;
}

.pagination {
	margin-bottom: 10px;
}
.pagination .before {
	width: 140px;
}
.pagination .control {
	width: 192px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.pagination .after {
	width: 140px;
	text-align: right;
}
/* IE6 */
* html .pagination .before, 
* html .pagination .control, 
* html .pagination .after {
	font-size: 0.8em;
}
.pagination .prev {
	background: url(../img/photo_btn_bg.jpg) repeat-x;
	color: #B63651;
	border: 1px solid #F2C0CA;
	margin-right: 10px;
	padding: 2px 10px 2px 25px;
	text-decoration: none;
	font-weight: bold;
	display: inline;
	text-transform: uppercase;
	text-align: right;
	position: relative;
}
/* IE6 */
* html .pagination .prev {
	margin-left: 0;
}
#leftContent .pagination .prev, #rightContent .pagination .prev {
	margin-left: 0;
	text-align: center;
	padding: 2px 2px 2px 0;
}
.pagination .prev span {
	color: #000000;
	position: absolute;
	left: 5px;
	top: 2px;
	text-align: left;
	margin: 0;
}
.pagination .next {
	background: url(../img/photo_btn_bg.jpg) repeat-x;
	color: #B63651;
	border: 1px solid #F2C0CA;
	padding: 2px 25px 2px 10px;
	margin-left: 10px;
	text-decoration: none;
	font-weight: bold;
	display: inline;
	text-transform: uppercase;
	position: relative;
	text-align: left;
}
/* IE6 */
* html .pagination .next {
	margin-right: 3px;
}
#leftContent .pagination .next, #rightContent .pagination .next {
	margin-left: 0;
	padding: 2px;
	text-align: center;
}
.pagination .next span {
	color: #000000;
	position: absolute;
	right: 5px;
	top: 2px;
	text-align: right;
}
/* IE6 */
* html .pagination .next span {
	right: 10px;
}
.pagination .prev:hover, .pagination .next:hover {
	color: #000000;
	text-decoration: none;
}
.pagination .prev:hover span, .pagination .next:hover span {
	color: #B63651;
	text-decoration: none;
}
#slideshowControl {
	background: url(../img/photo_btn_bg.jpg) repeat-x;
	color: #B63651;
	border: 1px solid #F2C0CA;
	padding: 2px 10px;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
	display: inline;
	text-transform: uppercase;
}
a#slideshowControl:hover {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
}
/* ---- PHOTOGALLERY -------- */

/* ------- POOL ------------- */
.poll {
	margin-left: 5px;
}
#sidebar .poll {
	margin-left: 0;
	background: #F0F4FB;
	padding: 10px;
}
.poll h3 {
	font-size: 1.2em;
	margin-bottom: 7px;
	color: #D75974;
}
.poll img, .poll a img, .box_content .poll img, .box_content .poll a img {
	border: none;
	text-decoration: none;
	margin: 0;
}
.poll .pollbar a {
	border: none;
	text-decoration: none;
}
.poll .pollbar {
	margin-top: 0;
	width: 100%;
}
#sidebar .pollbar a {
	*margin-top: 10`px;
}
.poll .question {
	margin-bottom: 0;
	color: #858585;
}
#sidebar .poll .question {
	padding: 0;
}
.poll .question a {
	text-decoration: underline;
	color: #352E2E;
}
.poll .question a:hover {
	text-decoration: underline;
	color: #B63651;
}
/* IE */
.poll p {
	*line-height: 0.8em;
}
#sidebar .poll p {
	margin: 0 0 8px;
	padding: 0 5px 0 0;
}
/* IE */
#sidebar .poll .p {
	*line-height: 0.8em;
}
.poll .voted {
	background: url(../img/blue_link.jpg) no-repeat top center;
	padding-top: 5px;
	padding-right: 5px;
	margin-top: 10px;
	text-align: right;
}
/* IE */
#sidebar .poll p.voted {
	*padding-right: 10px;
	*line-height: 1.6em;
}
/* IE6 */
*html .poll .voted {
	padding-right: 15px;
}
#leftContent .poll .voted, #rightContent .poll .voted {
	background: url(../img/sidebar_link.jpg) no-repeat top center;
	padding-top: 5px;
	padding-right: 5px;
	margin-top: 10px;
	text-align: right;
}
/* ------- POOL ------------- */

/* ------- USER LOGIN ------- */
.privateAccessForm {
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
	overflow: hidden;
	padding: 0 10px 0 10px;
}
*html .privateAccessForm table {
	font-size: 0.9em;
}
.privateAccessForm h2 {
	background: url(../img/title_bg.jpg) no-repeat left bottom;
	width: 495px;
	min-height: 39px;
	color: #352E2E;
	padding-left: 60px;
	line-height: 1.5em;
	font-size: 1.8em;
	font-weight: normal;
	padding-top: 4px;
	*padding-top: 6px;
	*margin-bottom: 2px;
}
.privateAccessForm form {
	margin-left: 10px;
}
.privateAccessForm p {
	margin: 5px 0 5px 10px;
}
.privateAccessForm label {
	color: #1B1B1B;
	font-weight: bold;
	margin-left: 5px;
}
.privateAccessForm fieldset {
	background-color: #F4F4F4;
	border: 1px solid #C1C1C1;
	margin: 0;
	padding: 10px;
}
.privateAccessForm #postUserName, .privateAccessForm #postPasswd {
	background-color: #FFFFFF; 
	border: 1px solid #C1C1C1;
	color: #1B1B1B;
	height: 1.5em;
	margin: 0 0 5px 5px;
	width: 200px;
}
.privateAccessForm .error {
	margin: 10px 0 10px 20px;
	color: #B63651;
}
#lostPasswordLink , .formSuffixLinks  {
	margin: 5px 0 0 20px;
}
#lostPasswordLink a , .formSuffixLinks a  {
	color: #B63651;
	text-decoration: underline;	
}
/* ------- USER LOGIN ------- */







/* -- forms ---------------------------------------- */

.diskuze label.groupLabel {
	margin-bottom: 5px !important;
}

.diskuze .formTextarea {
	margin-bottom: 5px;
}

.diskuze .formTextarea label {
	display: block !important;
	position: relative;
}

.diskuze .choicesGroup {
	position: relative;
	float: right;
	width: 278px;
	margin: 0 0 10px;
}

.diskuze .choicesGroup label {
	float: none !important; 
	display: inline !important;
	margin: 0 !important;
	font-weight: normal !important;
}

.diskuze .choicesGroup input {
	position: relative !important;
	top: 2px;
	float: none !important;
	width: auto !important;
	height: auto !important;
	background: transparent none !important;
	border: none !important;
	margin: 5px 0 !important;
}

.diskuze select {
	width: 278px;
	margin-bottom: 15px;
	padding: 3px 2px;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
}

.fileInput {
	position: relative;
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
}

.fileInputBase {
	height: 0px;
	width: auto;
	overflow: hidden;
}

.fileInputCover {
	position: relative;
	width: 278px;
	overflow: hidden;
}

.ie .fileInputBase
{
	height: auto;
	width: auto;
	overflow: hidden;
}

.ie .fileInputBase input
{
	position: absolute;
	display: block;
	top: -1px;
	left: 0;
	width: 160px;
	height: 26px;
	font-size: 21px;
	z-index: 5;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.fileInputBase
	{
		height: auto;
		width: auto;
		overflow: hidden;
	}

	.fileInputBase input
	{
		position: absolute;
		display: block;
		top: -1px;
		left: 0;
		width: 160px;
		height: 26px;
		font-size: 21px;
		z-index: 5;
		opacity: 0;
		filter: alpha(opacity=0);
		cursor: pointer;
	}
}

.fileInputText {
	position: relative;
	padding: 0 0 0 7px;
	white-space: nowrap;
	cursor: default;
}

.fileInputSelect {
	position: relative;
	display: inline-block;
	background: url("../img/submit_bg.jpg") 0 0 repeat-x;
	line-height: 23px;
	color: #fff;
	padding: 0 15px;
	cursor: pointer;
}

.fileInputSelect:hover {
	color: #000;
}

#sidebar .diskuze label, #sidebar .diskuze select, #sidebar .diskuze .fileInput, #sidebar .diskuze .fileInputCover, #sidebar .diskuze .choicesGroup, 
#right .diskuze label, #right .diskuze select, #right .diskuze .fileInput, #right .diskuze .fileInputCover, #right .diskuze .choicesGroup {
	float: none;
	width: 216px;
}

#rows .diskuze select, #rows .diskuze .fileInput, #rows .diskuze .fileInputCover, #rows .diskuze .choicesGroup {
	float: none;
	width: 211px;
}

#leftContent .diskuze select, #leftContent .diskuze .fileInput, #leftContent .diskuze .fileInputCover, #leftContent .diskuze .choicesGroup, 
#rightContent .diskuze select, #rightContent .diskuze .fileInput, #rightContent .diskuze .fileInputCover, #rightContent .diskuze .choicesGroup {
	float: none;
	clear: both;
	width: 196px;
}

/* -- end: forms ----------------------------------- */

