/*body {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}*/
body {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

/* Bug fix for erit icon */
#page #center .editIconDiv{
	position:relative !important;
}



#centerCellDiv{
	background-color:#fff;
}

img{
	border:none;
}
#headLogoCover{
	margin-left:31px;
	margin-top:33px;
}
#headSlogan{
	margin-top:32px;
	margin-left:78px;
}

#headRight{
	position:absolute;
	margin-left:11px;
}

#hslider_container{
	height:305px;
	background-color:#f0f0d2;
	margin-top:15px;
	padding:15px;
}

#bigTree{
	background-image:url(/parameters/exoticwood/templates/_headermenu/bigTree.png);
	width:321px;
	height:405px;
	position:absolute;
	margin-top:-84px;
	margin-left:695px;
	z-index:100;
}

a {
	color:#96af00;
}

a:hover {
	text-decoration:underline;
}
.footertext a{
	color:#fff !important;
}

.footertext a:hover{
	color:#96af00 !important;
	text-decoration:underline !important;
}

input.search{
	margin: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.4) inset, 0 1px 0 rgba(255,255,255,0.9);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.4) inset, 0 1px 0 rgba(255,255,255,0.9);
	box-shadow: 0 1px 3px rgba(0,0,0,0.4) inset, 0 1px 0 rgba(255,255,255,0.9);
	padding: 3px;
	margin-bottom: 5px;
	margin-left: 2px;
	border: 1px solid #aaa
}
textarea, input { outline: none; }
/*::-moz-selection {
	background:#96AF00;
	color:#fff;
	text-shadow:none
}
::selection {
	background: #96AF00;
	color: #fff;
	text-shadow: none
}*/
.searchbutton{
	font-size: 14px;
	font-family:"PT Sans Narrow" , Arial;
	height:24px; 
	display:inline-block; 
	vertical-align:middle; 
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border:none;
	background-color:#96af00;
	cursor:pointer;
	color:#fff;
	letter-spacing:1px;
	margin-bottom:3px;
	margin-left:85px;
	
}
.searchbutton:hover{
	-moz-box-shadow: 0px 0px 7px rgba(0,0,0,.5);
	-webkit-box-shadow: 0px 0px 7px rgba(0,0,0,.5);
	box-shadow: 0px 0px 7px rgba(0,0,0,.5);
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#000000');
}
/* menu */
.menu_cnt{
	text-align:center;
	width:100%;
}
.menuitem{
	display:inline-block;
	width:87px;
	background-color:#bed700;
	margin-right:5px;
	text-align:center;
	height:40px;
	vertical-align:middle !important;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	
}

.menuitem.hover{
	background-color:#96af00;
}
.menuitem_label{
	font-family:"PT Sans Narrow" , Arial;
	font-size:16px;
	line-height:15px;
	text-decoration:none !important;
	vertical-align:middle !important;
	text-align:center;
	height:40px;
	padding-top:4px;
}
.mnu0, .mnu1, .mnu2, .mnu3, .mnu4, .mnu5, .mnu7, .mnu8{
	padding-top:11px;
}
/*
.menuitembottom .l{
	background-image:url(/parameters/exoticwood/templates/_headermenu/mnu_bott_l.png);
	width:8px;
	height:8px;
	float:left;
}
.menuitembottom .r{
	background-image:url(/parameters/exoticwood/templates/_headermenu/mnu_bott_r.png);
	width:8px;
	height:8px;
	float:right;
}
*/
a{
	text-decoration:none !important;
}
.mcc_out{
	padding-left:15px;
}

.mcc_cnt{
	border:5px solid #e6e6c8;
	display:inline-block;
	overflow:hidden;
	padding:0px;
	margin:0px auto;
	margin-bottom:15px;
	margin-left:15px;
	width:175px;
	float:left;
}
.mcc_cnt img{
	height:130px;
	width:175px;
}

.mcc_label{
	position:absolute;
	width:169px;
	background-color:rgba(0,0,0,0.5);
	padding:3px;
	color:#fff;
	text-align:center;
	margin-top:-22px;
	font-family:"PT Sans Narrow" , Arial;
	font-size:16px;
	line-height:15px;
}

.mcc_label_top{
	position:absolute;
	display:none;
	width:169px;
	background-color:rgba(0,0,0,0.5);
	padding:3px;
	color:#fff;
	text-align:center;
	font-family:"PT Sans Narrow" , Arial;
	font-size:16px;
	line-height:15px;
}

/* eShop menu */
.fomenu{
	background-color:#e6e6c8;
	padding:5px;
	font-family:"PT Sans Narrow" , Arial;
	font-weight:normal !important;
	font-size:16px;
}
.act{
	background-color:#bed700;
}

.eshopaccmenu_menubox{
	padding-left:10px;
	padding-right:10px;
	margin:0px !important;
	padding-bottom:0px !important
}
.eshopaccmenu_contents{
	margin:0px;
	margin-left:0px !important;
}

.libdoc{
	margin-bottom:5px;
	font-weight:bold
}

.libdoc a:hover{
	text-decoration:underline !important
}

.libdocDesc{
	margin-left:20px;
	font-weight:normal
}

.headShow{
	position:absolute;
	z-index:10;
	width:225px;
	height:120px;
	top:0px;
	margin-left:690px;
	display:none;
	background-image:url("/parameters/exoticwood/blocks/templates/minicatcover/Parketta.jpg");
	background-repeat:no-repeat;
	
}

/* fajok */
.fajokMenu{
	font-size: 18px;
	font-family:"PT Sans Narrow" , Arial;
	width:120px;
	height:30px; 
	display:inline-block; 
	vertical-align:middle; 
	margin:10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color:#96af00;
	cursor:pointer;
	color:#fff;
	cursor:pointer !important;
}

.fajokMenu a{
	color:#fff;
	display:block;
	margin:3px;
}
.fajokMenu:hover{
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.5);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.5);
	box-shadow: 0px 0px 10px rgba(0,0,0,.5);
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#000000');
	
}

.fajokItem{
	font-size: 18px;
	font-family:"PT Sans Narrow" , Arial;
	margin:10px; 
	display:inline-block; 
	width:280px; 
	vertical-align:top; 
	padding-right:15px;
	cursor:pointer;
}
.fajokItem img{
	border:2px solid #fff;
}

.fajokItem a:hover{
	text-decoration:underline;
}
.fajokItem .over{
	border:2px solid #96af00
}

.fajokItem .desc{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	cursor:pointer;
	text-decoration:none !important;
	
}

/* header search box BEGIN */
.searchInpDiv{
	width:181px; 
	height:17px; 
	padding:5px; 
	padding-left:15px;
	z-index:50;
}

#searchInputOuter{
	height:40px; 
	padding-left:0px; 
	z-index:50;
}

#searchCatSelDiv{
	position:absolute; 
	z-index:50;
	padding:4px;
	width:190px;
	height:34px;
	display:none;
	margin-top:-30px;

}

#searchInput{
	z-index:150;
	position:absolute;
	width:145px ;
	margin-left:50px ;
	margin-top:-3px;
}
.inputInact{
	color:#999;
}

#searchCatSel{
	width: 210px; 
	font-size:12px;
	z-index:50;
	margin: 0;
	outline:none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.4) inset, 0 1px 0 rgba(255,255,255,0.9);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.4) inset, 0 1px 0 rgba(255,255,255,0.9);
	box-shadow: 0 1px 3px rgba(0,0,0,0.4) inset, 0 1px 0 rgba(255,255,255,0.9);
	padding: 3px;
	margin-bottom: 5px;
	margin-left: 2px;
	border: 1px solid #aaa
}
.ttOpt{
	color:#000;
	font-size:12px;
	font-weight:normal;
}
#searchOverBG{
	width:290px;
	height:131px;
	background-image:url('/parameters/exoticwood/templates/eShop/images/searchBoxOverBG.png');
	background-repeat:no-repeat;
	background-position:5px 0px;
	display:none;
	margin-top:-50px;
	margin-left:-20px;
	position:absolute;
}	

#searchSubmitDiv{
	position:absolute;
	display:none;
	margin-top:-5px;
	text-align:right;
}
#searchSubmitDiv>input{
	
}
/* header search box END */


.mitemtable{
	border-spacing:0px;
	width:100%;
	z-index:1000;
}
.mitemtable:hover{
	background-image:url("/parameters/exoticwood/templates/eShop/pnblocks/images/mainmenuBG.png");
	background-repeat:repeat-x;
	background-color:#e2e9af;
	cursor:pointer;
}
.mitemtable td{
	padding:1px;
	font-family:"PT Sans Narrow" , Arial;
	font-size:16px;
	color:#1a7b0d;
	letter-spacing:0px;
}
.mitemtable td:hover{
	color:#000;
}

.menuitem_left{
	margin-left:10px;
	margin-right:20px;

}
.menuitem_left .menuitem_label_left{
	font-family:"PT Sans Narrow" , Arial;
	font-size:16px;
	line-height:100%;
	background-color:#e6e6c8;
	margin-bottom:15px;
	padding:5px;
	width:100%;
}
.menuitem_label_left .active{
	background-color:#bed700 !important;
	border:1px solid red;
}

.leftmenu1_submenu div a{
	color:#1a7b0d;
	font-family:"PT Sans Narrow" , Arial;
	font-size:16px;
	
}
.menuitemon, .leftmenu1_submenu .mnuitem:hover{
background: #ffffff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMmU5YWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ffffff 0%, #e2e9af 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e2e9af)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#e2e9af 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#e2e9af 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#e2e9af 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#e2e9af 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e9af',GradientType=0 ); /* IE6-8 */
}
.leftmenu1_submenu .mnuitem{
	padding-left:20px !important }
.leftmenu1_submenu .mnuitem:before{
	content:url("/parameters/exoticwood/templates/eShop/pnblocks/images/catBull.png");
	position:absolute;
	margin-left:-20px;
}
.leftmenu1_submenu .mnuitem:hover:before{
	content:url("/parameters/exoticwood/templates/eShop/pnblocks/images/catBull_over.png");
}

.pn_logo{
	right:4px;
	bottom:3px;
	float:right
}



#fb-root, #fb-like-box{
	margin-left:10px !important;
}
/*
blog styles
*/
.arrowchar{
	font-family:\5B8B\4F53;
}

img {
	border:none;
}

.entryBox img {
	max-width:650px;
	height:auto;
	margin-bottom:10px;
	margin-top:10px;
}
.float-left{
	margin-right:20px;
}
.float-right{
	margin-left:20px;
}

input { outline:none; }

#blog_theme_entries{
}

.keywordHeadBox {
	padding-top:10px;
	heigth:30px;
}
.keywordHeadLeft {
	float:left;
	font-size:16px;
	font-weight:normal !important; font-family:"PT Sans Narrow" , Arial;
	color:#96af00;
	padding:20px;
	padding-left:0px;
	display:inline;
}
.keywordHeadLeftLink {
	font-size:16px;
	font-weight:normal !important; font-family:"PT Sans Narrow" , Arial;
	color:#96af00;
	text-decoration:none;
}
.keywordHeadRight {
	padding:20px;
	padding-right:0px;
	font-size:16px;
	font-weight:normal !important; font-family:"PT Sans Narrow" , Arial;
	color:#96af00;
	width:670px;
	text-align:right;
	margin-top:-5px;
	display:inline;
	
}
.keywordSearch {
	vertical-align:middle;
}
.commentHeadBox {
	padding-top:10px;
}
.commentHeadLeft {
	float:left;
	font-size:18px;
	font-weight:normal !important; font-family:"PT Sans Narrow" , Arial;
	color:#96af00;
	padding:20px;
	padding-left:0px;
}
.commentHeadRight {
	float:right;
	padding:20px;
	padding-right:0px;
	font-size:14px;
	font-family:Georgia;
	color:#bb0106;
}
.blogTitleBox {
	border-bottom:1px solid #96af00;
	margin-bottom:10px;
	font-weight:normal !important; 
	font-family:"PT Sans Narrow" , Arial;
	color:#96af00;
	font-size:22px;
	text-decoration:none !important;
}
.blockTitle{
	font-family:"PT Sans Narrow" , Arial;
	color:#96af00;
	font-size:20px;
	font-weight:100;
	padding-left:15px;
	margin-top:15px;
	}
.entryTitleBox {
	border-bottom:1px solid #96af00;
	margin-bottom:10px;
	padding-top:20px;
	font-family:Georgia;
	font-size:18px;
	color:#bb0106;
}
.entryTitleLeft {
	float:left;
	font-family:"PT Sans Narrow" , Arial;
	color:#96af00;
	font-size:18px;
	text-decoration:none;
}
.entryTitleRight {
	float:right;
	font-weight:bold;
	font-size:9pt;
}
.blogFooter {
	color:#000000;
	border:1px solid #cccccc;
	font-size:11px;
	padding-left:8px;
	padding-right:8px;
	background-color:#eee;
}
.blogFooterLeft {
	float:left;
	color:#000000;
	font-size:11px;
}
.blogFooterRight {
	float:right;	
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

.writeCommentTitleBox {
	margin-bottom:10px;
	font-family:Georgia;
	font-size:18px;
	color:#bb0106;
}
.writeCommentTitleLeft {
	float:left;
	font-size:18px;
	font-family:"PT Sans Narrow" , Arial;
	color:#96af00;
	text-decoration:none;
}
.writeCommentTitleRight {
	float:right;
	font-size:8pt;
	color:#999;
}

.clearBoth {
	clear:both;	
}
.blogBox {
	padding-bottom:20px;
	color:#000000;
}
.blogTitlePic {
	margin-right:10px;
	vertical-align:bottom;
	margin-bottom:4px;
	margin-top:0px !important;
}
.blogPic {
	float:left;
	margin:0px 10px 10px 0px;
}
.blogDesc {
	color:#000000;
	font-weight:bold;
}
.entryBox {
	border-bottom:1px dotted #96af00;	
	color:#000000;
}

.blogLink {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
}
.blogLinkOver {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#96af00;
	text-decoration:none;
}
.rate_widget {
	width:500px;
	height:32px;
	color:#000000;
	padding-bottom:20px;
}
.ratings_stars {
	background:url('/parameters/exoticwood/templates/Blog/images/star_icon_empty.gif') no-repeat;
	float:left;
	height:16px;
	padding:2px;
	width:16px;
	cursor:pointer;
}
.ratings_vote {
	background: url('/parameters/exoticwood/templates/Blog/images/star_icon.gif') no-repeat;
	cursor:pointer;
}
.ratings_over {
	background: url('/parameters/exoticwood/templates/Blog/images/star_icon.gif') no-repeat;
	cursor:pointer;
}
.rate {
	color:#000000;
	float:left;
}
.total_votes {
	color:#000000;	
}
.rssIcon {
	float:right;
}


