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  "Trebuchet MS", Arial, Tahoma, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	background: #fff /*url(../../img/bg-foot.png) repeat-x center bottom*/;
	color: #777777;
}
#body_bg {
	width: 100%; 
	height: auto;
	background: url(../../img/bg-body.png) no-repeat top center;
}
table {
	
}
table td {
	vertical-align: top;
}

#site_bg {
	width: 100%;
	height: auto;
	background: url(../../img/bg-foot.png) repeat-x center bottom;
}
#site_bg_2 {
	width: 100%;
	height: 100%;
}
#site {
	width: 960px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
}
#inSite {
	background: #fff url(../../img/bg-page.png) no-repeat center bottom;
}

#inSite #wideContent ul, 
#inSite #wideContent p {
	margin: 10px 0;
}
#inSite #wideContent ul li {
	padding: 1px 0 1px 15px;
	background: url(../../img/li.png) no-repeat left 7px;
}

#waitingTable {
	background: transparent;
	width: 100%;
	height: 100%;
}
#waitingTable td {
	text-align: center;
	vertical-align: middle;
	background: transparent;
}
/* ------- HEADER ---------- */
#header{
	margin: 0px;
	padding: 0 0 10px 0;
	width: 960px;
	/*height: 231px;*/
	position: relative;
	background: none;
}
#header_box {
	margin: 0;
	padding: 60px 0 0 0;
}
#header[id] {
	height: auto;
	min-height: inherit;
}
/*.illustration {
	width: 960px;
	height: 231px;
	position: relative;
	overflow: hidden;
}*/

#contHead {
	padding: 20px 0 0 300px;
	min-height: 90px;
}
#contHead .box {
	margin-bottom: 0;
	margin-top: 0px;
}
#contHead .box .boxContent {
	padding:10px 10px 0 10px;
}
#lHead {
	padding: 138px 0 0 25px;
	width: 310px;
	float: left;
}
#rHead {
	float:right;
	height:570px;
	overflow:hidden;
	width:600px;
}

/*.illustration img {
	display: none;
}*/
#logozone {
	position: absolute;
	z-index: 11;
	top: 65px;
	left: 0px;
	width: 280px;
	height: 100px;
	overflow: hidden;
}
#logozone #logo {
	font-size: 2.2em;
	overflow: hidden;
	height: 138px;
}
/* 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;
	height: 138px;
}
#logozone #logo a img {
	border: none;
}
#logozone #moto {
	font-size: 1.3em;
	font-weight: bold;
	overflow: hidden;
	color: #8F8F8F;
	display: none;
}
/* ------- HEADER --------- */

/* ------- MENU ----------- */
#menuzone .rbcContentBlockHeaderArea {
  margin-top: -31px;
}
#mainMenu_header {
  width: 765px;
}
#shopzone {
	width: 122px;
	height: 47px;
	margin: 0px;
	padding: 0 0 0 132px;
	position: absolute;
	top: 15px;
}
#menuzone {
	width: 960px;
	height: 47px;
	background: url(../../img/bg-menu.png) no-repeat left top;
	margin: 0px;
	padding: 0;
	position: absolute;
	top: 15px;
}
#mainMenu {
	overflow: visible;
}
#mainMenu #menuzone {
	top: 25px;
}	

/* reset default styles */
#menuId {
	height: 47px;
	margin: 0px;
	padding: 0 0 0 260px;
	float: left;
	z-index: 200;
	width: 700px;
}
#menuId ul {
	margin: 0;
	padding: 0; 
	z-index: 200;
}
#menuId li {
	list-style-type: none;
	padding-left: 30px;
	z-index: 200;
	background: url(../../img/bg-li-menu.png) no-repeat left top;
}
#menuId li.first {
	/*background: none;*/
}
/* first level */
#menuId li/*, #menuId a*/ {
	float: left;
	display: block; 
	z-index: 200;
}
#menuId a {
	display: block;
	height: 47px;
	line-height: 47px;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	color:#FFF;
	letter-spacing:-1px;
	text-transform:uppercase;
	z-index: 200;
	clear: both;
	/*width: auto !important;*/
}
#menuId a.submenu {
	display: block;
	height: 47px;
	line-height: 47px;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	color:#FFF;
	letter-spacing:-1px;
	text-transform:uppercase;
	z-index: 200;
}
#menuId a span {
	background: none;
	display: block;
	line-height: 47px;
	/*padding-left: 12px;*/
}
#menuId a span span {
  /*background: url(../../img/menu_li.png) 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: 200;
	color: #000;
}
#menuId a:hover span, #menuId a.menu_open span, #menuId .selected span, #menuId .activeSelected span {
	/*background: url(../../img/menu_a_hover.jpg) no-repeat 0;*/
	padding-left: 5px;
}
#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: 14.45em;
	_width: 15.45em;
	z-index: 200;
	background: #d2d2d2;
	padding: 1px;
} 
#menuId ul li {
	padding-left: 0px;
} 
#menuId ul a, #menuId a:hover li a, #menuId a.menu_open li a, #menuId .selected li a, #menuId .activeSelected li a {
	width: 14.45em;
	_width: 15.45em;
	color: #8eb715;
	padding: 4px 0 4px 18px;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
	letter-spacing: normal;
	background: #fff url(../../img/submenu.png) no-repeat 8px 10px;
	z-index: 200;
	margin: 0;
	height: 1.5em;
	line-height: 1.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.png) no-repeat top center;*/	
	height: 1.5em;
	line-height: 1.5em;
	padding: 0 10px;
}
#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: #f2f2f2 url(../../img/submenu.png) no-repeat 8px 10px;
	z-index: 200;
	color: #1b1b1b;
	height: 1.5em;
	line-height: 1.5em;
}
#menuId ul a:hover span, #menuId ul a.menu_open span, #menuId ul .selected a span, #menuId ul .activeSelected a span {
	background: none;
	height: 1.5em;
	line-height: 1.5em;
	padding-left: 10px;
}
/* ------ class menu ------- */
.menu {
	height: 47px;
	margin: 0px;
	float: left;
	z-index: 200;
	width: 960px;
}
.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;
	height: 47px;
	line-height: 47px;
	color:#FFF;
	letter-spacing:-1px;
	text-transform:uppercase;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	/*background: url(../../img/menu_a.jpg) no-repeat 8px;*/
	z-index: 200;
	padding: 0 10px;
	clear: both;
	/*width: auto !important;*/
}
.menu a.submenu {
	display: block;
	height: 47px;
	line-height: 47px;
	color:#FFF;
	letter-spacing:-1px;
	text-transform:uppercase;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	/*background: url(../../img/menu_a.jpg) no-repeat 8px;*/
	z-index: 200;
	padding: 0 10px;
}
#menuId .last a, 
.menu .last a {
	width: 60px;
}
#menuId .last ul a, 
.menu .last ul a,
#menuId ul .last a, 
.menu ul .last a {
	width: 14.45em;
	_width: 15.45em;
}
.menu a span {
  background: none;
	display: block;
	line-height: 47px;
	/*padding-left: 15px;*/
}
.menu a span span {
  background: url(../../img/menu_li.png) 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: #000;
}
.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: 14.45em;
	_width: 15.45em;
	z-index: 200;
	background: #d2d2d2;
	padding: 1px;
} 
.menu ul a, .menu a:hover li a, .menu a.menu_open li a, .menu .selected li a, .menu .activeSelected li a {
	width: 14.45em;
	_width: 15.45em;
	line-height: 0.7em;
	color: #8eb715;
	padding: 4px 0;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	background: #fff url(../../img/submenu.png) no-repeat 8px 10px;
	z-index: 200;
	height: 1.5em;
	line-height: 1.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.png) no-repeat 8px 10px;*/
	height: 1.5em;
	line-height: 1.5em;
	padding: 0 10px;
}
#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: #f2f2f2 url(../../img/submenu.png) no-repeat 8px 10px;
	z-index: 200;
	color: #1B1B1B;
	height: 1.5em;
	line-height: 1.5em;
}
.menu ul a:hover span, .menu ul a.menu_open span, .menu ul .selected a span, .menu ul .activeSelected a span {
	background: none;
	height: 1.5em;
	line-height: 1.5em;
	padding-left: 10px;
}
/* ------- MENU ----------- */

/* ------- SHOPMENU ----------- */
#rbcEsCategories  {
	margin: 0;
	padding: 0; 
	z-index: 201;
}
#rbcEsCategories li {
	list-style-type: none;
	padding-left: 30px;
	z-index: 201;
	background: url(../../img/bg-li-menu.png) no-repeat left top;
}
#rbcEsCategories li.first {
	background: none;
}
/* first level */
#rbcEsCategories li, #rbcEsCategories a {
	float: left;
	display: block; 
	z-index: 201;
}
#rbcEsCategories a {
	display: block;
	line-height: 47px;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	color:#FFF;
	letter-spacing:-1px;
	text-transform:uppercase;
	z-index: 201;
}
#rbcEsCategories a span {
	background: none;
	display: block;
	line-height: 47px;
	/*padding-left: 12px;*/
}
#rbcEsCategories a span span {
  /*background: url(../../img/menu_li.png) no-repeat top center;*/
}
#rbcEsCategories a:hover, #rbcEsCategories a.shopMenu_open, #rbcEsCategories .selected a, #rbcEsCategories .activeSelected a {
	/*background: url(../../img/menu_bg_hover.jpg) repeat-x top center;*/
	z-index: 201;
	color: #000;
}
#rbcEsCategories a:hover span, #rbcEsCategories a.shopMenu_open span, #rbcEsCategories .selected span, #rbcEsCategories .activeSelected span {
	/*background: url(../../img/menu_a_hover.jpg) no-repeat 0;*/
	padding-left: 5px;
}
#rbcEsCategories a:hover span span, #rbcEsCategories a.shopMenu_open span span, #rbcEsCategories .selected span span, #rbcEsCategories .activeSelected span span {
	/*background: url(../../img/menu_li_hover.jpg) no-repeat top center;*/
}
/* second level */
/*#rbcEsCategories ul {
	visibility: hidden; 
	position: absolute;
	width: 14.45em;
	_width: 15.45em;
	z-index: 201;
	background: #d2d2d2;
	padding: 1px;
} 
#rbcEsCategories ul li {
	padding-left: 0px;
} 
#rbcEsCategories ul a, #rbcEsCategories a:hover li a, #rbcEsCategories a.shopMenu_open li a, #rbcEsCategories .selected li a, #rbcEsCategories .activeSelected li a {
	width: 14.45em;
	_width: 15.45em;
	color: #8eb715;
	padding: 4px 0 4px 18px;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
	letter-spacing: normal;
	background: #fff url(../../img/submenu.png) no-repeat 8px 10px;
	z-index: 201;
	margin: 0;
	line-height: 1.5em;
}
#rbcEsCategories ul a span, #rbcEsCategories a:hover li a span, #rbcEsCategories a.shopMenu_open li a span, #rbcEsCategories .selected li a span, #rbcEsCategories .activeSelected li a span {
	line-height: 1.5em;
	padding: 0 10px;
}
#rbcEsCategories ul a:hover, #rbcEsCategories ul a.shopMenu_open, #rbcEsCategories ul .selected a, #rbcEsCategories ul .activeSelected a {
	background: #f2f2f2 url(../../img/submenu.png) no-repeat 8px 10px;
	z-index: 201;
	color: #1b1b1b;
	line-height: 1.5em;
}
#rbcEsCategories ul a:hover span, #rbcEsCategories ul a.shopMenu_open span, #rbcEsCategories ul .selected a span, #rbcEsCategories ul .activeSelected a span {
	background: none;
	line-height: 1.5em;
	padding-left: 10px;
}*/
/* ------ class menu ------- */
.shopMenu  {
	margin: 0;
	padding: 0; 
	z-index: 201;
}
.shopMenu li {
	list-style-type: none;
	z-index: 201;
}
/* first level */
.shopMenu li, .shopMenu a {
	float: left;
	display: block; 
	z-index: 201;
}
.shopMenu a {
	display: block;
	line-height: 47px;
	color:#FFF;
	letter-spacing:-1px;
	text-transform:uppercase;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	/*background: url(../../img/menu_a.jpg) no-repeat 8px;*/
	z-index: 201;
	padding: 0 10px;
}
.shopMenu a span {
  background: none;
	display: block;
	line-height: 47px;
	/*padding-left: 15px;*/
}
.shopMenu a span span {
  background: url(../../img/menu_li.png) no-repeat top center;
}
.shopMenu a:hover, .shopMenu a.shopMenu_open, .shopMenu .selected a, .shopMenu .activeSelected a {
	/*background: url(../../img/menu_bg_hover.jpg) repeat-x top center;*/
	z-index: 201;
	color: #000;
}
.shopMenu a:hover span, .shopMenu a.shopMenu_open span, .shopMenu .selected span, .shopMenu .activeSelected span {
	/*background: url(../../img/menu_a_hover.jpg) no-repeat 8px;*/
}
.shopMenu a:hover span span, .shopMenu a.shopMenu_open span span, .shopMenu .selected span span, .shopMenu .activeSelected span span {
	/*background: url(../../img/menu_li_hover.jpg) no-repeat top center;*/
}
/* second level */
/*.shopMenu ul {
	visibility: hidden; 
	position: absolute;
	width: 14.45em;
	_width: 15.45em;
	z-index: 201;
	background: #d2d2d2;
	padding: 1px;
} 
.shopMenu ul a, .shopMenu a:hover li a, .shopMenu a.shopMenu_open li a, .shopMenu .selected li a, .shopMenu .activeSelected li a {
	width: 14.45em;
	_width: 15.45em;
	line-height: 0.7em;
	color: #8eb715;
	padding: 4px 0;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	background: #fff url(../../img/submenu.png) no-repeat 8px 10px;
	z-index: 201;
	line-height: 1.5em;
}
.shopMenu ul a span, .shopMenu a:hover li a span, .shopMenu a.shopMenu_open li a span, .shopMenu .selected li a span, .shopMenu .activeSelected li a span {
	line-height: 1.5em;
	padding: 0 10px;
}
#menu ul a span span {
  background: none;
}
.shopMenu ul a:hover, .shopMenu ul a.shopMenu_open, .shopMenu ul .selected a, .shopMenu ul .activeSelected a {
	background: #f2f2f2 url(../../img/submenu.png) no-repeat 8px 10px;
	z-index: 201;
	color: #1B1B1B;
	line-height: 1.5em;
}
.shopMenu ul a:hover span, .shopMenu ul a.shopMenu_open span, .shopMenu ul .selected a span, .shopMenu ul .activeSelected a span {
	background: none;
	line-height: 1.5em;
	padding-left: 10px;
}*/
/* ------- SHOPMENU ----------- */

/* ------- NAVIGATOR ------- */
.navigator {
	width: 960px;
	overflow: hidden;
	background: #ececec;
	/*margin: 47px 0 0 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 {
	background:none;
	bottom:auto;
	color:#696969;
	left:auto;
	margin:0px 0 0 0;
	overflow:hidden;
	padding:0 0 10px 0;
	position:inherit;
	width:960px;
}
#footerLeft {
	float: left;
	padding: 7px 0 10px 20px;
	font-size: 0.9em;
	line-height: 1.5em;
	width: 600px;
	margin: 0;
}
#footer p {
	display: inline;
	float:none;
	height:auto;
	margin:0;
	width:auto !important;   
}

.footerText {
	color: #352e2e;
}
.footerText a {
	color: #8eb715;
	text-decoration: underline;
	cursor: pointer;
}
.footerText a:hover {
	color: #769911;
}
#footer .signature {
	float: none;
}
.signature a {
	color: #696969;
	text-decoration: underline;
}
.signature a:hover {
	color: #769911;
}

#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: #696969;
	text-decoration: underline;
}
#footerRight a:hover {
	color: #769911;
	text-decoration: underline;
}
#footerRight .print {
	background: url(../../img/print.png) no-repeat left;
	padding-left: 17px;
}
#footerRight .sitemap {
	background: url(../../img/sitemap.png) no-repeat left;
	padding-left: 17px;
}
#footerRight .rss {
	background: url(../../img/rss.png) no-repeat left;
	padding-left: 17px;
}

#partnBl {
	color: #8c8d8c;
	background: #555455;
	font-size: 86%;
	padding: 15px;
}
#partnBl .box.wysiwyg td {
	padding: 0 0 0 15px;
	border-left: dotted 1px #7f807f;
}
#partnBl .box.wysiwyg p {
	padding: 0px;
}
#partnBl .box.wysiwyg ul {
	padding: 0px;
}
#partnBl .box.wysiwyg ul li {
	padding: 1px 0 1px 15px;
	background: url(../../img/li.png) no-repeat left 7px;
}
#partnBl a {
	color: #7f807f;
}
#partnBl a:hover {
	color: #fff;
}
/* ------ FOOTER ---------- */

/* ------  MAIN ------------ */
#main {
	/*width: 960px;*/
	margin: 10px 0 0 0;
	padding: 0 10px;
	overflow: hidden;
}
#main.homepage {
	margin: -9px 0 0 0;
}
#content {
	width: 640px;
	float: left;
	margin: 0;
	padding: 10px 0 0 10px;
	overflow: hidden;
	height: auto !important;
}
.homepage #content {
	width: 940px;
	/*height: 120px !important;*/
	overflow: hidden !important;
}
.homepage #content .wsw {
	 margin-bottom: 10px !important;
}
#wideContent {
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 640px;
}
#wideContent p {
	line-height: 170%;
}
.homepage #wideContent p {
	line-height: 150%;
}
.homepage  #wideContent {
	width: 940px;
}
#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 10px 0;
	padding: 0 0 0 0;
	overflow: hidden;
}
.boxTitle {
	/*background: url(../../img/title_bg.jpg) no-repeat left bottom;
	width: 660px;
	min-height: 39px;*/
	padding:0 0 0 10px;
	margin: 10px 0 0 0;
}
#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: 0px 0 0 0;
	padding: 0 10px 0 10px;
	overflow: hidden;
}
#lHead .boxContent {
	padding: 0px;
}


.more, .back {
	margin: 0 0 5px 0;
}
.add {
	margin: 0 0 5px 0;
}
.more a, .back a {
	/*float: left;*/
	text-decoration: underline;
	padding: 0px;
}


.homepage #sidebar {
	display: none;
}
#sidebar {
	width: 240px;
	float: right;
	margin: 10px 0 20px 0;
	padding: 0 10px 0 0;
	overflow: hidden;
}
*html #sidebar {
	margin: 0 0 0 10px;
}
#sidebarContent {
	border:1px dotted #CCC;
	margin: 0;
	padding: 0;
	overflow: hidden;
	padding: 10px;
}
#sidebarContent h2 {
	margin:10px 0 0;
	overflow:hidden;
	/*padding-left:15px;*/
	font-size:120%;
	font-weight:bold;
}
#sidebar .box {
	margin: 0 0 15px 0;
	padding: 0;
}
#sidebar .contact {
	background: #F0F0F0;
	padding:10px;
}
#sidebar .contact h2 {
	display: none;
}
#sidebar .boxTitle {
	/*background: url(../../img/sidebar_bg.jpg) no-repeat bottom;
	width: 260px;
	min-height: 39px;*/
	/*padding:0 0 0 5px;*/
	margin: 10px 0 0 0;
	padding-left: 15px;
	overflow: hidden;
} 
#sidebar .boxTitle h2 {
	font-size:120%;
	font-weight:bold;
	/*color: #136FBC;
	padding-left: 55px;
	line-height: 1.4em;
	padding-top: 6px;
	font-size: 1.5em;*/
}
#sidebar .boxContent {
	/*margin: 10px 0 0 0;*/
	padding: 0 5px;
	overflow: hidden;
}
/* ------  MAIN ------------ */

/* ------ SEARCH ------------ */
#search {
	float: none;
	clear: both;
	margin-bottom: 15px;
	height: auto;
}
#search input#fulltextSearchText {
	float: left;
	margin: 2px 0px 0 0px;
	border: 1px solid #C1C1C1;
	width: 120px;
	padding-right: 2px;
	padding-left: 2px;
}
#search #fulltextSearch span {
	float: right;
	margin-right: 10px;
}
/* IE6 */
*html #search #fulltextSearch span {
	margin-right: 15px;
}
.submit input, button.submit, .submit {
	background: #8eb715 /*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-size: 90%;
	font-weight: bold;
	cursor: pointer;
}
.product.withImage .wsw .addToBasket .submit {
	 border: none !important;
	 background: none;
}
.submit:hover {
	color: #D6D6D6;
}

#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: #f0f0f0;
	font-size: 90%;
	padding: 10px;
}
#contact p {
	margin-bottom: 5px;
	line-height:160%;
}
.name {
	color: #8eb715;
	font-weight: bold;
}
#contact a {
	color: #8eb715;
	text-decoration: underline;
}
#contact a:hover {
	color: #769911;
	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: #8eb715;
	text-decoration: none;
}
ol.tags a:hover {
	color: #494E52;
	text-decoration: underline;
}
/* -------- TAGS ------------ */

/* -------- ARTICLES -------- */
.articleTime ins {
	color: #919192;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.8em;
}
#sidebar .article {
	padding: 2px 0px;
}
.article h3 {
	font-size: 1.2em;
}
.article h3 a {
	color: #8eb715;
	text-decoration: none;
}
.article h3 a:hover {
	color: #769911;
	text-decoration: underline;
}
.article ins {
	text-decoration: none;
	color: #888888;
	font-size: 0.85em;
}
#sidebar .article ins {
	display: none;
}
.article .articleContent {
	margin-top: 5px;
	margin-bottom: 10px;
	overflow: hidden;
}
#sidebar .article .articleContent {
	line-height: 1.5em;
	font-size: 90%;
}
.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 -------------- */
.wsw {
	margin-bottom: 10px;
}
#sidebar .wsw {
	padding: 5px 0 10px 0;
	overflow: hidden;
	font-size: 90%;
}
.boxContent img {
	margin: 5px;
}
.boxContent p {
	margin-bottom: 7px;
	line-height: 1.7em;
}
a {
	color: #8bbb13;
	text-decoration: underline;
}
a:hover {
	color: #769911;
	text-decoration: underline;
}
h1, h2 {
	margin-bottom: 5px;
	font-weight: normal;
	font-size: 1.9em;
	letter-spacing: -1px;
	line-height: 105%;
	color: #352E2E;
}
h3 {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 1.3em;
	color: #6f8f10;
}
h4 {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #5b4f4f;
}
h5, h6 {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 1.1em;
}
p.miniInfo {
	/*font-size: 86%;
	line-height: 146%;*/
}
.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;
}
.nonFooter ul {
	padding-left: 15px;
}
.nonFooter ul li {
	background: url(../../img/li.png) no-repeat 0px 10px;
	padding: 3px 0 2px 20px;
}
blockquote {
	border:1px solid #E8F4D1;
	background: none;
	color:#000;
	font-size:110%;
	font-style:italic;
	margin:10px 0;
	padding:5px;
	width: auto;
}
blockquote b {
	letter-spacing:-1px;
}
table {
	border-collapse: collapse;
	margin: 0 0 15px 0;
}
.modernTable {
	border-collapse: collapse;
	/*margin: 0;*/
}
.modernTable thead tr td {
	background: #adadad;
	border: 1px solid #adadad;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0;
}
.modernTable tbody tr td {
	background: none;
	border: 1px solid #adadad;
	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: #8bbb13;
	font-weight: bold;
	line-height: 1.5em;
	margin-right: 3px;
	padding: 0 2px 2px 2px;
	text-decoration: none;
}
.leftEnd:hover, .left:hover {
	color: #85b22b;
	text-decoration: none;
}
.paging .selected {
	font-weight: bold;
	color: #fff;
	background: #8bbb13;
	padding: 0 2px 2px 2px;	 
}
.right, .rightEnd {
	color: #8bbb13;
	font-weight: bold;
	line-height: 1.5em;
	margin-left: 3px;
	padding: 0 2px 2px 2px;
	text-decoration: none;
}
.rightEnd:hover, .right:hover {
	color: #85b22b;
	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: #82ad2c;
}
/* ------- PAGING ------------ */

/* ------ DISCUSSION --------- */
.diskuze fieldset {
	border: 1px solid #C1C1C1;
	background: #F4F4F4;
	margin: 0;
	padding: 15px;
}
.diskuze label {
	float: left;
	width: 130px;
	padding: 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 {
	border: 1px solid #C1C1C1;
	width: 310px;
	padding: 3px 2px 3px 2px;
	font: 0.95em Arial, Tahoma, Verdana, sans-serif;
	background-color: #FFFFFF;
	color: #1B1B1B;
	margin-bottom: 15px;
}
/* IE, IE8 */
.diskuze #postAuthor, .diskuze #postEmail, .diskuze #postTitle {
	width: 305px;
}
/* IE6 */
*html .diskuze #postAuthor, *html .diskuze #postEmail, *html .diskuze #postTitle {
	width: 312px;
}
#leftContent .diskuze #postAuthor, #leftContent .diskuze #postEmail, #leftContent .diskuze #postTitle, 
#rightContent .diskuze #postAuthor, #rightContent .diskuze #postEmail, #rightContent .diskuze #postTitle {
	width: 190px;
}
/* IE7, IE8 */
#leftContent .diskuze #postAuthor, #leftContent .diskuze #postEmail, #leftContent .diskuze #postTitle, 
#rightContent .diskuze #postAuthor, #rightContent .diskuze #postEmail, #rightContent .diskuze #postTitle {
	*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 {
	width: 190px;
}
#sidebar .diskuze #postAuthor, #sidebar .diskuze #postEmail, #sidebar .diskuze #postTitle {
	width: 215px;
}
/* IE6 */
*html #sidebar .diskuze #postAuthor, *html #sidebar .diskuze #postEmail, *html #sidebar .diskuze #postTitle {
	width: 223px;
}
.diskuze #postText {
	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 {
	width: 435px;
}
/* IE6 */
*html .diskuze #postText {
	width: 445px;
}
#leftContent .diskuze #postText, #rightContent .diskuze #postText {
	width: 190px;
}
/* IE7, IE8 */
#leftContent .diskuze #postText, #rightContent .diskuze #postText {
	*width: 185px;
}
/* IE6 */
*html #leftContent .diskuze #postText, *html #rightContent .diskuze #postText {
	width: 190px;
}
#sidebar #postText {
	width: 215px;
}
/* IE6 */
*html #sidebar #postText {
	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: #8eb715;
}
.diskuze label.wrong {
	color: #8eb715;
}
.diskuze #postAuthor.wrong, .diskuze #postEmail.wrong, .diskuze #postTitle.wrong {
	border: 1px solid #8eb715;
}
.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: #8eb715;
}
.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: #8eb715;
	background: url(../../img/butterfly_discusion.jpg) no-repeat left;
	padding-left: 20px;
}
.post .reply a:hover {
	color: #769911;
}
.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: #8eb715;
	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: 10px;
	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: #8eb715;
}
.item h2.title a:hover {
	color: #769911;
}
.item .uri { 
	color: #888888;
	font-size: 0.9em; 
	margin-left: 25px;
}
.item .uri a {
	color: #888888;
}
.item .uri a:hover {
	color: #769911;
}
.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/li.png) 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;
}
.product.withImage .wsw {
	clear: none;
	float: right;
	width: 500px !important;
}
.product.withImage .wsw .addToBasket {
	/*display: none;*/
}
.product.withImage .wsw .description {
	padding-bottom: 10px;
}
.product.withImage .wsw .price ins {
	font-size: 140%;
}
#sidebar .product {
	padding: 2px 10px;
	margin-top: 5px;
}
#sidebar .product, #rightContent .product {
	margin-left: 5px;
}
.product .title, 
.product .heading  {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 0.8em 0;
	/*background: url(../../img/butterfly_faq.jpg) no-repeat left top;
	padding-left: 25px;*/
}
#sidebar .product .title {
	background: none;
	padding-left: 0;
}
.product .title a,
.product .heading a {
	color: #8eb715;
}
.product .title a:hover {
	color: #769911;
}
.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: none /*1px solid #C7C7C7*/;
	text-decoration: none;
}
.product .image a:hover img {
	border: 1px solid #769911;
	text-decoration: none;
}
.product .text {
	line-height: 1.5em;
	margin-left: 145px;
}
#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: none /*1px solid #C7C7C7*/;
	text-decoration: none;
}
.productDetail .image a:hover img {
	border: none /*1px solid #769911*/;
	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 #769911;
	font-weight: normal;
	text-decoration: none;
}
a.photo .name {
	color: #8eb715;
	text-decoration: none;
	font-weight: normal;
}
a.photo:hover .name {
	border: none;
	font-weight: normal;
	color: #769911;
	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;
	clear: both;
}
.pagination p, 
#wideContent .pagination p {
	margin: 0px;
}
.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: #1B1B1B;
	border: 1px solid #e3f0c6;
	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: #9fd03c;
	position: absolute;
	left: 5px;
	top: 2px;
	text-align: left;
	margin: 0;
}
.pagination .next {
	background: url(../../img/photo_btn_bg.jpg) repeat-x;
	color: #1B1B1B;
	border: 1px solid #e3f0c6;
	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: #9fd03c;
	position: absolute;
	right: 5px;
	top: 2px;
	text-align: right;
}
/* IE6 */
* html .pagination .next span {
	right: 10px;
}
.pagination .prev:hover, .pagination .next:hover {
	color: #9fd03c;
	text-decoration: none;
}
.pagination .prev:hover span, .pagination .next:hover span {
	color: #1B1B1B;
	text-decoration: none;
}
#slideshowControl {
	background: url(../../img/photo_btn_bg.jpg) repeat-x;
	color: #1B1B1B;
	border: 1px solid #e3f0c6;
	padding: 2px 10px;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
	display: inline;
	text-transform: uppercase;
}
a#slideshowControl:hover {
	color: #9fd03c;
	text-decoration: none;
	cursor: pointer;
}
/* ---- PHOTOGALLERY -------- */

/* ------- POOL ------------- */
.poll {
	margin-left: 5px;
}
#sidebar .poll {
	margin-left: 0;
	background: #f0f0f0;
	padding: 10px;
}
.poll h3 {
	font-size: 1.2em;
	margin-bottom: 7px;
	color: #8eb715;
}
.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: #769911;
}
/* 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: 660px;
	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 {
	margin: 5px 0 0 20px;
	display: none;
}
#lostPasswordLink a {
	/*color: #586b2e;*/
	text-decoration: underline;	
}
#lostPasswordLink a:hover {
	color: #769911;
}
/* ------- USER LOGIN ------- */


#zarBl {
	width: 100%;
	margin: 0px;
}
#zarBl td {
	margin: 0px;
	padding: 0px;
	width: 25%;
	text-align: center;
	height: 210px;
	overflow: hidden;
}
#zarBl td p {
	margin: 0px auto;
	padding: 0px;
	width: 211px;
	height: 210px;
	overflow: hidden;
}
#zarBl td p a {
	color: #393939;
	font-weight: bold;
	text-decoration: none;
	line-height: 110%;
	display: block;
	text-align: left;
	padding: 170px 15px 0 15px;
	width: 181px;
	height: 40px;
}
#zarBl td p a:hover {
	color: #fff;
	text-decoration: underline;
}
#zarBl td p#zarBl01 {
	background: url(../../img/zar-mini-01.png) no-repeat center center;
}
#zarBl td p#zarBl02 {
	background: url(../../img/zar-mini-02.png) no-repeat center center;
}
#zarBl td p#zarBl03 {
	background: url(../../img/zar-mini-03.png) no-repeat center center;
}
#zarBl td p#zarBl04 {
	background: url(../../img/zar-mini-04.png) no-repeat center center;
}



td#mBanner {
	padding-left: 25px;
}
td#mBanner h3 {
	color:#000000;
	font-size:114%;
	font-style:italic;
	letter-spacing:-1px;
	margin-bottom:-8px;
	padding-left:10px;
	padding-top:12px;
}
td#mBanner table {
	margin-bottom: 5px;
}
#montisBann {
	width: 346px;
	height: 80px;
	background: #363636 url(../../img/banner.png) no-repeat left top;
	overflow: hidden;
}
#montisBann a {
	color: #fff;
	font-size:86%;
	line-height:146%;
	text-decoration: none;
	width: 196px;
	height: 60px;
	padding: 10px 10px 10px 140px;
	display: block;
}
#montisBann a:hover {
	text-decoration: underline;
}
#montisBann a strong {
	display: block;
}
#montisBann a strong {
	display: block;
}


#infoTag {
	height:1px;
	line-height:1px;
	position:relative;
	width:590px;
}
#infoTag #visacka {
	background: url(../../img/tel-tag.png) no-repeat 0 0;
	width: 150px;
	height: 220px;
	padding: 0px;
	margin: 0px;
	position:absolute;
	right:0;
	top:-10px;
}
#infoTag #endemos {
	/*background: url(../../img/endemos.png) no-repeat 0 0;*/
	width: 238px;
	height: 70px;
	padding: 0px;
	margin: 0px;
	position:absolute;
	right:10px;
	top: 490px;
	display: none;
}
#infoTag #endemos a {
	width: 238px;
	height: 70px;
	padding: 0px;
	margin: 0px;
	display: block;
	text-decoration: none;
}
#infoTag #eshop {
	display: block;
	text-decoration: none;
	width: 590px;
	height: 490px;
	padding: 0px;
	margin: 0px;
	position:absolute;
	left:0px;
	top: 0px;
	z-index: 199;
}


.prodTable {
	border: 1px dotted #ccc;
	border-left: none;
	border-right: none;
}
.prodTable td {
	padding: 2px 0; 
}
.prodTable thead {
	font-size: 120%;
	font-weight: bold;	
}
.prodTable thead td {
	width: 50%;
}
.prodTable tbody {
	width: 25%;
}
.prodTable tbody td b, 
.prodTable tbody td strong {
	color: #bfbfbf;
}

































































































#form1 .buttons a {
	display: none !important;
}



/************************************************
*                     WSWG                      *
*************************************************/
.rbcAdminSmallSubmenu .rbcAdminSmallSubmenuItem {
	display:none;
}
.rbcAdminLayoutMenu .rbcAdminLayoutMenuItemAreaButtons {
	top: -140px;
}
.rbcAdminLayoutMenu .rbcAdminLayoutMenuItemAreaButtons a {
	height: 1px;
	display: none;
	background: none;
}
.rbcAdminLayoutMenu .rbcAdminLayoutMenuItemAreaButtons a img {
	display: none;
}
#upgradeButton  {
	display:none;
}


#cMenu_webLayoutGroups_srollArea div.rbcAdminSmallSubmenuItem.pos2,
#cMenu_webLayoutGroups_srollArea div.rbcAdminSmallSubmenuItem.pos3, 
#cMenu_webLayoutGroups_srollArea div.rbcAdminSmallSubmenuItem.pos4, 
#cMenu_webLayoutGroups_srollArea div.rbcAdminSmallSubmenuItem.pos5, 
#cMenu_webLayoutGroups_srollArea div.rbcAdminSmallSubmenuItem.pos6, 
#cMenu_webLayoutGroups_srollArea div.rbcAdminSmallSubmenuItem.pos7, 
#cMenu_webLayoutGroups_srollArea div.rbcAdminSmallSubmenuItem.pos8, 
#cMenu_webLayoutGroups_srollArea div.rbcAdminSmallSubmenuItem.pos9, 
#cMenu_webLayoutGroups_srollArea div.rbcAdminSmallSubmenuItem.pos10, 
#cMenu_webLayoutGroups_srollArea div.rbcAdminSmallSubmenuItem.pos11, 
#cMenu_webLayoutGroups_srollArea div.rbcAdminSmallSubmenuItem.pos12, 
#cMenu_webLayoutGroups_srollArea div.rbcAdminSmallSubmenuItem.pos13, 
#cMenu_webLayoutGroups_srollArea div.rbcAdminSmallSubmenuItem.pos14, 
#cMenu_webLayoutGroups_srollArea div.rbcAdminSmallSubmenuItem.pos15, 
#cMenu_webLayoutGroups_srollArea div.rbcAdminSmallSubmenuItem.pos16, 
#cMenu_webLayoutGroups_srollArea div.rbcAdminSmallSubmenuItem.pos17, 
#cMenu_webLayoutGroups_srollArea div.rbcAdminSmallSubmenuItem.pos18, 
#cMenu_webLayoutGroups_srollArea div.rbcAdminSmallSubmenuItem.pos19, 
#cMenu_webLayoutGroups_srollArea div.rbcAdminSmallSubmenuItem.pos20, 
#cMenu_webLayoutGroups_srollArea div.rbcAdminSmallSubmenuItem.pos21, 
#cMenu_webLayoutGroups_srollArea div.rbcAdminSmallSubmenuItem.pos22, 
#cMenu_webLayoutGroups_srollArea div.rbcAdminSmallSubmenuItem.pos23, 
#cMenu_webLayoutGroups_srollArea div.rbcAdminSmallSubmenuItem.pos24, 
#cMenu_webLayoutGroups_srollArea div.rbcAdminSmallSubmenuItem.pos25, 
#cMenu_webLayoutGroups_srollArea div.rbcAdminSmallSubmenuItem.pos26, 
#cMenu_webLayoutGroups_srollArea div.rbcAdminSmallSubmenuItem.pos27, 
#cMenu_webLayoutGroups_srollArea div.rbcAdminSmallSubmenuItem.pos28, 
#cMenu_webLayoutGroups_srollArea div.rbcAdminSmallSubmenuItem.pos29, 
#cMenu_webLayoutGroups_srollArea div.rbcAdminSmallSubmenuItem.pos30, 
#cMenu_webLayoutGroups_srollArea div.rbcAdminSmallSubmenuItem.pos31, 
#cMenu_webLayoutGroups_srollArea div.rbcAdminSmallSubmenuItem.pos32, 
#cMenu_webLayoutGroups_srollArea div.rbcAdminSmallSubmenuItem.pos33, 
#cMenu_webLayoutGroups_srollArea div.rbcAdminSmallSubmenuItem.pos34, 
#cMenu_webLayoutGroups_srollArea div.rbcAdminSmallSubmenuItem.pos35, 
#cMenu_webLayoutGroups_srollArea div.rbcAdminSmallSubmenuItem.pos36, 
#cMenu_webLayoutGroups_srollArea div.rbcAdminSmallSubmenuItem.pos37, 
#cMenu_webLayoutGroups_srollArea div.rbcAdminSmallSubmenuItem.pos38, 
#cMenu_webLayoutGroups_srollArea div.rbcAdminSmallSubmenuItem.pos39, 
#cMenu_webLayoutGroups_srollArea div.rbcAdminSmallSubmenuItem.pos40, 
#cMenu_webLayoutGroups_srollArea div.rbcAdminSmallSubmenuItem.pos41, 
#cMenu_webLayoutGroups_srollArea div.rbcAdminSmallSubmenuItem.pos42, 
#cMenu_webLayoutGroups_srollArea div.rbcAdminSmallSubmenuItem.pos43, 
#cMenu_webLayoutGroups_srollArea div.rbcAdminSmallSubmenuItem.pos45, 
#cMenu_webLayoutGroups_srollArea div.rbcAdminSmallSubmenuItem.pos46, 
#cMenu_webLayoutGroups_srollArea div.rbcAdminSmallSubmenuItem.pos47, 
#cMenu_webLayoutGroups_srollArea div.rbcAdminSmallSubmenuItem.pos48, 
#cMenu_webLayoutGroups_srollArea div.rbcAdminSmallSubmenuItem.pos49, 
#cMenu_webLayoutGroups_srollArea div.rbcAdminSmallSubmenuItem.pos50, 
#cMenu_webLayoutGroups_srollArea div.rbcAdminSmallSubmenuItem.pos51 {
	display: none !important;
}
