.cmenu {
background:#FFF;
border:1px solid #444;
display:none;
width:150px;
}

.cmenu ul, #myMenu ul * {
padding:0;
margin:0;
}

.cmenu ul li{
list-style:none;
text-align:left;
border-bottom:1px solid #EAEAEA;
}

.cmenu ul li:hover{
background:#666;
color:#FFF;
}

.cmenu ul li:hover span{
color:#FFF;
}

.cmenu li:hover a{
color:#FFF;
}

.cmenu a{
color:#000;
font:11px Tahoma;
font-weight:bold;
text-decoration:none;
display:block;
height: 15px;
text-align:left;
width:200px;
padding: 5px;
}

#dropdownpanel{ /*Outermost Panel DIV*/
position: absolute;
width: 100%;
left: 0;
top: 0;
visibility:hidden;
z-index: 1;
}

#dropdownpanel .contentdiv{ /*Div containing Ajax content*/
background: black;
color: white;
padding: 10px;
}

#dropdownpanel .control{ /*Div containing panel button*/
border-top: 5px solid black;
color: #ffffff;
font-family: tahoma;
font-weight: bold;
text-align: center;
background: transparent url("/img/sys_images/panel.gif") center center no-repeat; /*change panel.gif to your own if desired*/
padding-bottom: 3px; /* 21px + 3px should equal height of "panel.gif" */
height: 21px; /* 21px + 3 px should equal height of "panel.gif" */
line-height: 21px; /* 21px + 3px should equal height of "panel.gif" */
}
.amenu_item a {
	color: #F3F3F3;
	text-decoration: none;
	font-family: verdana;
	font-size: 11px;
}
.amenu_item a:hover {
	color: #ffffff;
}

.amenu {
	list-style-image:url(/img/sys_images/arrow.gif);
	margin:0px;
}

.amenu_hdr {
	font-size: 14px;
	font-style: italic;
	font-family:verdana;
	font-weight: bold;
}
/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
	
.jqmWindow {
    display: none;
    
    position: absolute;
	z-index: 20000;
    top: 10%;
    left: 50%;
    
    margin-left: -400px;
    width: 800px;
	height: 600px;
    
    background-color: #fff;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}
.jqmClose {
	cursor: pointer;
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.cartbox-notify-window {
    display: none;
    
    position: absolute;
    top: 0px;
    left: 50%;
    
    margin-left: -200px;
    width: 400px;

    
    background-color: #fff;
    color: #333;
    border: 1px solid #F5841F;
    padding: 12px;
}
/*
 * jQuery Lightbox Plugin (balupton edition) - Lightboxes for jQuery
 * Copyright (C) 2008 Benjamin Arthur Lupton
 * http://jquery.com/plugins/project/jquerylightbox_bal
 *
 * This file is part of jQuery Lightbox (balupton edition).
 * 
 * jQuery Lightbox (balupton edition) is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Affero General Public License as
 * published by the Free Software Foundation, either version 3 of the
 * License, or (at your option) any later version.
 * 
 * jQuery Lightbox (balupton edition) is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Affero General Public License for more details.
 * 
 * You should have received a copy of the GNU Affero General Public License
 * along with jQuery Lightbox (balupton edition).  If not, see <http://www.gnu.org/licenses/>.
 *
 * @name jquery_lightbox: jquery.lightbox.css
 * @package jQuery Lightbox Plugin (balupton edition)
 * @version 1.3.0-rc1
 * @date August 24, 2008
 * @category jQuery plugin
 * @author Benjamin "balupton" Lupton {@link http://www.balupton.com}
 * @copyright (c) 2008 Benjamin Arthur Lupton {@link http://www.balupton.com}
 * @license GNU Affero General Public License - {@link http://www.gnu.org/licenses/agpl.html}
 * @example Visit {@link http://jquery.com/plugins/project/jquerylightbox_bal} for more information.
 */

#lightbox, #lightbox-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom:auto;
	right:auto;
	
	z-index:100;
	width:100%;
	height:auto;
	
	text-align:center;
	color:#333333;
	
	/* stop stupid conflicts */
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	line-height:0;
	
	/* general conflict stopper */
	text-decoration:none;
	background:none;
	word-spacing:normal;
	letter-spacing:normal;
	float:none;
	clear:none;
	display:block;
}

#lightbox a, #lightbox a:link, #lightbox a:visited, #lightbox a:hover {
	text-decoration:underline;
	color:#999999;
}

#lightbox-overlay {
	z-index: 90;
	background-color:#000000;
	height: 100%;
	position:fixed;
}
#lightbox-overlay-text {
	text-align: right;
	margin-right: 20px;
	margin-top: 20px;
	color: white;
	font-size: 12px;
	cursor: default;
	line-height:normal;
}
#lightbox-overlay-text a, #lightbox-overlay-text a:hover, #lightbox-overlay-text a:visited, #lightbox-overlay-text a:link {
	color:white;
}
#lightbox-overlay-text span {
	padding-left:5px;
	padding-right:5px;
}

#lightbox img, #lightbox a img, #lightbox a { border:none; outline:none; }

#lightbox-imageBox {
	position:relative;
	border:none;
	background-color:white;
	width:400px;
	height:400px;
	margin:0 auto;
}

#lightbox-imageContainer {
	padding:1px;
}

#lightbox-loading {
	position:absolute;
	top:40%;
	left:0%;
	height:25%;
	width:100%;
	text-align:center;
	line-height:0;
}

#lightbox-nav {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:10;
}
/* #lightbox-imageBox > #lightbox-nav { left: 0; } 
#lightbox-nav a { outline: none; }*/


#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	display:block;
	width:49%;
	height: 100%;
	background:transparent url("../images/blank.gif") no-repeat; /* Trick IE into showing hover */
	/* cursor:pointer; */
	zoom:1; /* who knows why? */
	
	padding:0px;
	margin:0px;
}
#lightbox-nav-btnPrev { 
	left:0;
	right:auto;
	float:left;
}
#lightbox-nav-btnNext { 
	left:auto;
	right:0;
	float:right;
}
/*
.preload_largeLink, #prevLink:hover, #prevLink:visited:hover {
	background:url("../images/prev.gif") left 45% no-repeat;
}
.preload_nextLink, #nextLink:hover, #nextLink:visited:hover {
	background:url("../images/next.gif") right 45% no-repeat;
}
*/

#lightbox-infoBox {
	font:10px Verdana, Helvetica, sans-serif;
	background-color:#FFFFFF;
	margin:0 auto;
	padding:0px;
	
	/* width: 100%;
	padding: 0 10px 0; */
}

#lightbox-infoContainer {
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	color:#666;
	
	line-height:normal;
	/* height:30px; */
}
#lightbox-infoHeader {
	width:100%;
	text-align:center; 
}
#lightbox-caption {
	text-align:justify;
}
#lightbox-caption-title {
	font-weight:bold;
}
#lightbox-caption-description {
	font-weight:normal;
}

#lightbox-infoFooter {
	margin-top:3px;
	color:#999999;
}
#lightbox-currentNumber {
	display:block;
	width:49%;
	float:left;
	text-align:left;
}
#lightbox-close {
	display:block;
	width:45%;
	float:right;
	text-align:right;
}
#lightbox-close-button{
	padding-left:30%;
}
#lightbox-close-button:hover {
	color:#666666;
}

#lightbox-infoContainer-clear {
	clear:both; 
	visibility:hidden;
}
.jcarousel-skin-ie7 .jcarousel-container {
    -moz-border-radius: 10px;
}

.jcarousel-skin-ie7 .jcarousel-container-horizontal {
	border-bottom:1px solid #959393;
    width: 770px;
    padding: 20px 80px;
}

.jcarousel-skin-ie7 .jcarousel-clip-horizontal {
    width:  770px;
    height: 186px;
}

.jcarousel-skin-ie7 .jcarousel-item {
    width: 770px;
    height: 184px;
}

.jcarousel-skin-ie7 .jcarousel-item:hover {
}

.jcarousel-skin-ie7 .jcarousel-item-horizontal {
}

.jcarousel-skin-ie7 .jcarousel-item-placeholder {
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-ie7 .jcarousel-next-horizontal {
    position: absolute;
    top: 83px;
    right: 5px;
    width: 61px;
    height: 20px;
    cursor: pointer;
    background: transparent url(/img/cp_edasi.gif) no-repeat 0 0;
}

.jcarousel-skin-ie7 .jcarousel-prev-horizontal {
    position: absolute;
    top: 83px;
    left: 5px;
    width: 62px;
    height: 19px;
    cursor: pointer;
    background: transparent url(/img/cp_tagasi.gif) no-repeat 0 0;
}
/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

#divBg           {position:relative; z-index:10; height:115px; visibility:hidden;display:none;float:left;}
#divMenu         {position:absolute; z-index:11; visibility:inherit;}

#divBg2           {position:relative; z-index:10; height:115px; visibility:hidden;float:left;display:none;}
#divMenu2         {position:absolute; z-index:11; visibility:inherit;}
html {
	height: 100.2%; 
}
img {
	border: 0px;
}
body {
	font-family: arial,verdana,tahoma;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	margin-top: 20px;
	background-color: #d9d9d7;
}

a {
	text-decoration: none;
	color: #F5841F;
}

a:active {
	outline:none;
}
a:focus {
	-moz-outline-style:none;
}
form {
	padding:0px;
	margin:0px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top:0px;
	color: #000000;
	padding-top:0px;
	padding: 0px;
	background: url('/img/sub1_plus_over.gif') -3px -7px no-repeat;
	padding-left: 20px;
}
.article-title-minlist {
	margin-bottom: 0px;
	font-size: 12px;
	padding-bottom: 0px;
	padding-top:0px;
	font-weight: bold;
	color: #000000;
}

#main-wrap {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.page-inner {
	width: 1000px;
	background-image: url('/img/content_back.gif');
	background-repeat: repeat-y;
}

.front-page-inner {
	width: 993px;
	margin-left: 4px;
	margin-right: 3px;
}

.content-page-inner {
	background-image: url('/img/content_dots.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 993px;
	margin-left: 4px;
	margin-right: 3px;
}

.main-menu {
	padding-left: 5px;
	padding-right: 3px;
}

.front-menu-item {
	position: relative;
	width: 162px;
	height: 518px;
	display: block;
	float: left;
}

.content-menu-item {
	position: relative;
	width: 162px;
	overflow: hidden;
	height: 200px;
	display: block;
	float: left;
}


.front-menu-item > img {
	position: absolute;
}

div.searchbox {
	float: left;
	background:  url('/img/searchbox-back.gif') no-repeat left top transparent;
	width: 167px;
	height: 19px;
}
.searchbox-input {
	background-color: transparent;
	font-size: 11px;
	padding: 2px;
	width: 160px;
	height: 19px;
	border: 0px;
}
#front-search {
	height: 19px;
	float: left;
	display: block;
}

#front-text {
	height: 19px;
	float: left;
	display: block;
	width: 200px;
	text-align: center;
}


#front-lang-select {
	margin-left: 10px;
	display: block;
	height: 19px;
	float: left;
}

.front-menu-item-link {
	position: relative;
}
a:active {
	outline: none;
}
a:focus {
	-moz-outline-style: none;
}

.front-menu-submenu {
	position: absolute;
	width: 145px;
	display: block;
	background-color: #ebebeb;
	margin-left: 8px;
	display: none;
	border-top: 1px solid #9a9a9a;
    opacity:.7;
    -moz-opacity:.7;
    filter:alpha(opacity=70);
}
.front-menu-submenu-inner {
	width: 133px;
	display: block;
	background-color: #ffffff;
	margin-left: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 5px;
}
.lang, #front-lang-select,#content-lang-select {
	color: #7e7e7e;
	font-size: 11px;
	font-family: arial;
	font-weight: bold;
}

.front-logo {
	float: right;
}

.font-menu-sub-item,.font-menu-sub-item a {
	font-size: 11px;
	font-family: arial,verdana,tahoma;
	color: #484848;
}
.font-menu-sub-item a {
	background: url('/img/plus.png') 0px 4px no-repeat;
	color: #484848;
	padding-left: 15px;
	display: block;
}

.font-menu-sub-item a:hover {
	background: url('/img/plus_over.png') 0px 4px no-repeat;
	color: #f37021;
	padding-left: 15px;
}

#content-sub-menu {
	height: 34px;
	clear: both;
	padding-left: 20px;
	float: left;
}
#content-lang-select {
	padding-top: 9px;
	padding-right: 10px;
	float: right;
}

#locbar-area {
	height: 28px;
	width: 970px;
	background-repeat: no-repeat;
	background-image: url('/img/locbar-area.gif');
	clear: both;
	padding-left: 25px;
}

.locationbar,#locbar-area {
	color: #716f6e;
	font-size: 10px;
	font-family: verdaja,tahoma,arial;
}
.content-column,.content-column-shop,.content-column-full {
	width: 760px;
	float: left;
	display: block;
}
.content-column-full {
	width: 964px;
}
.content-column-shop {
	width: 520px;
}

.content-right-column {
	padding-left: 29px;
	width: 204px;
	float: right;
	display: block;
}

.content-left-column {
	padding-right: 29px;
	padding-left: 5px;
	width: 199px;
	float: left;
	display: block;
}

#page-header {
	margin-top: 15px;
}

.main-content,.main-content-shop {
	clear: both;
	margin-left: 31px;
}
.main-content-shop {
	clear: both;
	margin-left: 0px;
}

.side-column {
	width: 197px;
	display: block;
	background-color: #f3f3f3;
}
.side-column-content {
	width: 179px;
	padding-left: 9px;
	padding-right: 9px;
}

.sub1-item {
	float: left;
}

.label {
	width: 110px;
	padding-right: 20px;
	padding-top:2px;
	float:left;
	color: #9f9f9f;
	font-weight:bold;
}
.orderform_text, .cartform_text, select {
	background-color:#F2F2E8;
	width: 140px;
	border: 1px solid #A5ACB2;
	font-family: Arial,tahoma;
	font-size:11px;
}

.cartform_text {
	width: 210px;
}

.form-text {
	background-color:#F2F2E8;
	font-family: Arial,tahoma;
	font-size:11px;
}

select {
	cursor:pointer;
	cursor:hand;
}
.errorlist {
	background-color: #FA4B38;
	color: #FFFFFF;
}
#cart_errors {
	clear:both;
}
.error { 
	color:#FA4B38; 
	font-weight: normal;
}
.col-menu-item a {
	background: url('/img/newslist_plus.gif') 0px 4px no-repeat;
	padding-left: 15px;
	display: block;
	color: #000000;
}
.col-menu-item-open a {
	background: url('/img/newslist_minus.gif') 0px 4px no-repeat;
	padding-left: 15px;
	display: block;
	color: #f58220;
}
.col-menu-item-prodtype a,.col-menu-item-prodtype a:hover {
	background: none;
	padding-left: 15px;
	display: block;
	color: #000000;
}
.col-menu-item-prodtype a:hover,.col-menu-item-prodtype-active {
	background: none;
	padding-left: 15px;
	background: url('/img/newslist_plus_active.gif') 0px 4px no-repeat;
	display: block;
	color: #f58220;
}
.col-menu-item-active a, .col-menu-item a:hover {
	background: url('/img/newslist_plus_active.gif') 0px 4px no-repeat;
	padding-left: 15px;
	display: block;
	color: #f58220;
}
.article-date {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
}

.salon-images {
	float: right;
}

#content-search {
	float: right;
	margin-top: 5px;
}

.product_title_description {
	color:#F5841F;
	font-size:11px;
	font-weight:bold;
}

.product_title {
	color:#F5841F;
	font-family:Tahoma;
	font-size:14px;
	font-weight:bold;
}

#cb-header {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
	display: block;
	width: 179px;
	border-bottom: 1px solid #D1D1D1;
	margin-bottom: 10px;
	padding-top: 2px;
	background: url('/img/cart.gif') 159px 0px no-repeat;
}
.cart-details {
	font-size: 11px;
}
.cart-details-smaller {
	color:#9F9F9F;
}

.input_div {
	clear:both;
	padding-bottom:5px;
}
.cart-label {
	color:#9F9F9F;
	font-weight:bold;
	padding-right:20px;
	padding-top:2px;
	width:110px;
}

.order_form {
	width:250px;
}
.product_descr {
	font-size: 11px;
}
.discount_price {
	color:#F5841F;
	font-weight: bold;
}
.discount-original-price {
	text-decoration:line-through;
}
.service_name {
	color: #000000;
}
#salon-pricelist {
	clear: both;
	border-top: 1px solid #e9e8e8;
}
.inner-header {
	font-weight: bold;
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.news-archive {
	float: right;
}
.ostukorv_box {
	color: #F5841F;
}
.search-results {
	display: block;
	margin-left: 25px;
	margin-top:10px;
	margin-bottom:10px;
}













ul#navtabs {
	border-color:#D4D4D4 #D4D4D4 #D4D4D4 #D4D4D4;
	border-style:none solid none none;
	border-width:0 1px 0 0;
	bottom:-1px;
	float:left;
	font-family:Arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height:1.3;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
	padding:0;
	position:relative;
	text-decoration:none;
	z-index:1;
}
.navtabs-li {
	border-bottom: 1px solid #D4D4D4;
	border-top: 1px solid #D4D4D4;
	border-left: 1px solid #D4D4D4;
	float:left;
	padding: 8px;
	background-color: #F4F4F4;
}
.tab {
	color:#A0A0A0;
	background: url('/img/inactive_tab_back.png') repeat-x scroll 0 50%;;
}
.tab_active {
	border-bottom: 1px solid #ffffff;
	background-color: #ffffff;
	background: url('/img/active_tab_back.png') repeat-x scroll 0 50%;;
	border-bottom-color: #ffffff;
	color:#E17009;
}

#booking-content {
	width: 680px;
	border:1px solid #D4D4D4;
	clear:both;
	color:#222222;
	font-size: 11px;
	line-height:1.3;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
	padding:1.5em 1.7em;
	text-decoration:none;
	display:block;
}
.news_sep {
   filter:alpha(opacity=50);
   opacity:0.5; 
}
.v-spacer {
	background-color: #959393;
	margin-left:10px;
	margin-right:10px;
	width:1px;
}
.gallery-image {
	border:1px solid #cecdcd;
}

.campaign {
	font-size: 11px;
}

#front-news {
	height: 67px;
	position: absolute;
	display: block;
	top: 450px;
	margin-left: 15px;
	width: 750px;
}

.front-news-title,.front-news-title-readmore {
	font-size: 11px;
	color: #7e7e7e;
}

.front-news-title-readmore {
	font-weight: bold;
}
.booking-infot-text {
	font-size: 12px;
}
.like-button {
	padding-top: 10px;
}

.field_error {
	border-color: #CC0000;
}
